Pattern matching is awesome
Explores advanced C# pattern matching features, including null checks, property matching, and type inference, with practical code examples.
Explores advanced C# pattern matching features, including null checks, property matching, and type inference, with practical code examples.
Explains pagination concepts, formulas, and implementation in C#/SQL, comparing it to infinite scrolling for efficient data loading.
A visual guide explaining core LINQ functions in C#/.NET with sketches and examples, including Select, Where, Aggregate, and more.
Guide on using Python 3.8.0 in Azure Runbooks, including installing packages with dependencies via a helper script.
A technical guide on setting up and using a Yubikey hardware token for GPG encryption and signing, covering key generation and smart card configuration.
Argues against learning JavaScript frameworks before mastering the underlying web platform (HTML, CSS, JS) for better long-term skills and compatibility.
Developer creates a browser extension, a11y-twitter, to prompt users to add alt text to images before tweeting, improving accessibility.
A developer shares his one-year journey building open-source data tools without funding, including stats, challenges, and future plans.
A deep dive into how the .NET Garbage Collector works, explaining its phases, generations, and impact on application performance.
Explains the difference between ReadOnlyCollection and truly immutable collections in C#, showing how underlying data can still change.
A guide to fixing the 'Loading Microsoft Teams' infinite loop by clearing the application cache on Windows.
A guide to migrating existing C# codebases to use nullable reference types, covering concepts, techniques, and tools to reduce NullReferenceExceptions.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
Go 1.18 introduces major features like generics, the strings.Cut method, and workspaces for multi-module development.
Guide to enabling the 'Mute Notifications during meetings' feature in Microsoft Teams to reduce distractions.
A tutorial on setting up a CI/CD pipeline for an ASP.NET MVC application using GitHub Actions, including build and release jobs.
A developer's personal recap of blog posts written for their employer's tech blog and side projects, including Slack guides, web development, and open-source contributions.
Oracle 19c Docker containers timeout with JDBC driver versions 19.3.0.0+, causing a 'Got minus one from read call' error. The fix is to set oracle.net.disableOob=true.
A technical guide on building a real-time air quality monitoring and alert system using Azure cloud services and PurpleAir sensor data.