Go 1.18 Released
Go 1.18 introduces major features like generics, the strings.Cut method, and workspaces for multi-module development.
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.
Common mistakes to avoid when building Docker container images, focusing on size optimization and best practices for efficient workflows.
A recipe of GitHub Actions CI workflows to automate documentation linting, dependency alerts, and PR management for open source maintainers.
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 technical guide on testing automatic failover for a zone-redundant Azure Database for MySQL Flexible Server using Terraform.
A developer reflects on reviving his 40-year-old Space War game, rewritten in Clojure with functional programming principles.
A developer's journey of yak shaving leads to creating <md-block>, a new HTML web component for rendering Markdown content.
Analyzes the security flaws in Flatpak's all-or-nothing permissions model and compares it to more granular systems like iOS.
postmarketOS offers a community-driven, open-source alternative to Android for smartphone hacking, using Alpine Linux for better transparency and collaboration.
Explains how Singleton, Scoped, and Transient service lifetimes behave differently in Blazor WebAssembly client apps versus Blazor Server apps.
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.