The RustConf Keynote Fiasco, explained Disclosure : At some point in this article, I discuss The Rust Foundation. I have received a $5000 grant from them in 2023 for making educational articles and videos about Ru...
New Features in Generally Available TypeScript 5.1 -- Visual Studio Magazine Microsoft released TypeScript 5.1, introducing several new features and performance improvements that aim to enhance the developer experience and productivity of the programming language that adds types to JavaScript.
The diffusion of discovery How do humans make discoveries? How do they venture into the unknown and push the frontiers of knowledge? In this article, we offer a new perspective on human discoveries, based on a simple but powerful analogy: humans are like particles diffusing out of ...
Alexandre Nédélec - Introducing the Vue.js CI/CD series This is the first article of the Vue.js CI/CD series. It will be the opportunity to explain the purpose of the series and the topics we plan to cover.
What Vale Taught Me About Linear Types, Borrowing, and Memory Safety And some ancient egyptian hieroglyphic slates!
My Approach to Building Large Technical Projects Whether its building a new project from scratch, implementing a big feature, or beginning a large refactor, it can be difficult to stay motivated and complete large technical projects. A method that works really well for me is to continuously see real res...
A locking war story An alternative clickbait title for this could be: “Read + Seek considered dangerous”.
SQL:2023 is out The news today is that SQL:2023, the new version of the SQL standard, has been published by ISO.
Why I am getting a Framework First things first. This is my first post to my newish personal website, which I’m hosting on GitHub Pages. It has all kinds of bells and whistles like LetsEncrypt for SSL/TLS, pagination, and is fully statically generated thanks to Jekyll. Big shout-out ...
Generating income from open source Ink has been getting some good traction lately and it's already being used by some well-known compan…
Licenses masquerading as open source I’m normally pretty laid back when it comes to terminology, but there’s been a lot of liberties taken with calling things Open Source in the machine learning community recently. Here I mention a few of the different licenses, draw a clear line between ope...
Surya | Social Capital In an effort to revive my original blog, suryad.com, I've decided to share more of my thoughts and reflections. One concept that has been occupying my mind lately is social capital. While I plan to delve deeper into this topic in future posts, here are so...
Blog → Announcements | Nix & NixOS Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.
Announcing an update for .NET Upgrade Assistant with a new CLI tool! - .NET Blog The new version of .NET Upgrade Assistant CLI tool is available with all the new features for upgrading your apps!
What's New for Java Developers in Visual Studio Code -- Visual Studio Magazine Microsoft's regular monthly update to Java on Visual Studio Code (May 2023) brings new features around performance improvement, the user experience and Spring Boot integration, among many others.
Coffee and Open Source Conversation - Vlad Ionescu Founder of Earthly, Founder of ShiftLeft, exGoogle, exVMware engineer, early team member of RabbitMQ team.You can follow Vlad on Social Mediahttps://twitter....
Microsoft .NET Code Analysis: Use the Index Operator The readonly modifier is crucial for creating immutable objects, optimizing performance, ensuring code clarity and maintainability, enabling compiler checks for potential errors, and achieving thre…
The Onion Reviews ‘Good Will Hunting’ 'Good Will Hunting': A story of a protagonist overcoming obstacles in order to attain a goal.Subscribe to The Onion on YouTube: http://bit.ly/xzrBUALike The ...
HELP! My system is hard to change If you're frustrated working in a large spaghetti code system that's hard to change and easy to introduce bugs, you've probably wanted to rewrite everything ...
C++/WinRT event handlers that are lambdas with weak pointers to the parent class, part 2 - The Old New Thing Working out the boilerplate.
GPT-4 Powered GitHub Copilot for Docs Is So Good! Check out my courses: https://dometrain.comBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in th...
Setting the Language in Chrome Headless for E2E Tests - Dangl.Blog(); For End-to-End (E2E) testing of web apps, the headless mode of Chrome is a great choice. We're using it in our projects to ensure some true end to end test coverage, often for stories like happy paths
Scott Guthrie starts at Step 0 - What is the Azure Cloud OS? - Azure Friday ScottHa talks to ScottGu about first principles of Azure. Where *is* Azure? How do the containers work? Where are they located? Where does the hardware stop ...
Building an app with .NET MAUI and Telerik Components - Part 3 - ImageEditor & Toolbar In this video series, Daniel will show how to build an app UI with .NET MAUI and Telerik components. In this third episode, Daniel will show how to use Image...
How to Send Emails With the SendGrid API in C# - Code Maze In this article, we will take a look at how to send emails with the SendGrid API directly from our C# code.
Scott Guthrie starts at Step 0 - What is the Azure Cloud OS? - Azure Friday ScottHa talks to ScottGu about first principles of Azure. Where *is* Azure? How do the containers work? Where are they located? Where does the hardware stop ...
.NET Rocks! No Free Lunch in Machine Learning with Jodie Burchell When it comes to machine learning, there is no free lunch! While at Techorama in Antwerp, Carl and Richard talked to Dr. Jodie Burchell about her experiences working with machine learning models, including the large language models that drive tools like C...
ASP.NET Core Basics: Sharing Code—NuGet Packages, DLL Files See how to use NuGet packages and DLL files to share code for classes, functions, etc. Between ASP.NET Core projects to save development time.
Easily Replicate a Sign-Up UI in .NET MAUI This article will broaden your understanding of XAML by demonstrating how to replicate a sign-up user interface in .NET MAUI.
Engineer the Sh*t out of Errors – Everywhere | cek.log Engineer the Sh*it out of Errors. By everywhere, I mean in all functions of a company, not just product or operations.
Software Design - Private by default An important aspect in building maintainable software is the concept of encapsulation. Encapsulation allows us to build modular solutions wh...