Nullable reference types in C# - Migrating to nullable reference types - Part 1
A guide to migrating existing C# codebases to use nullable reference types, covering concepts, techniques, and tools to reduce NullReferenceExceptions.
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.
A report on JCON 2021, a virtual Java conference, covering talks on Jakarta EE, MicroProfile, Quarkus, and Java on Azure.
A recipe of GitHub Actions CI workflows to automate documentation linting, dependency alerts, and PR management for open source maintainers.
Common mistakes to avoid when building Docker container images, focusing on size optimization and best practices for efficient workflows.
A practical guide on migrating AWS Serverless applications to Microsoft Azure, discussing vendor lock-in risks and providing a code migration example.
A guide on migrating from OpenTracing.NET to OpenTelemetry.NET, covering key differences and implementation changes in .NET/C#.
A guide on deploying Bicep templates from a private registry using Azure DevOps or GitHub Actions, focusing on required permissions and pipeline setup.
A developer reflects on reviving his 40-year-old Space War game, rewritten in Clojure with functional programming principles.
A technical guide on testing automatic failover for a zone-redundant Azure Database for MySQL Flexible Server using Terraform.
A developer's journey of yak shaving leads to creating <md-block>, a new HTML web component for rendering Markdown content.
postmarketOS offers a community-driven, open-source alternative to Android for smartphone hacking, using Alpine Linux for better transparency and collaboration.
Analyzes the security flaws in Flatpak's all-or-nothing permissions model and compares it to more granular systems like iOS.