JCON 2021 Conference Report
A report on JCON 2021, a virtual Java conference, covering talks on Jakarta EE, MicroProfile, Quarkus, and Java on Azure.
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.
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.
Guide to fix Azure Disk Encryption status after manual decryption, enabling VM subscription moves.
A developer shares principles for using instant messaging (like IRC) productively in tech work, emphasizing its ephemeral nature and the need to shift important info to permanent mediums.
Troubleshooting a PowerShell Desired State Configuration (DSC) disk resource failure in Azure Automation, linked to a defragmentation-related StorageDSC module bug.
A developer shares lessons learned while building a CI/CD pipeline using Azure DevOps, Terraform, and Terratest for deploying an AKS cluster.
A technical guide on testing failover for a zone-redundant Azure Cache for Redis instance using Terraform and redis-cli.
Explores how creating delightful user experiences through bold, opinionated design choices can both attract and alienate users, using Mailchimp as an example.
A technical guide to modeling one-to-one, one-to-many, and many-to-many relationships in MongoDB using the Mongoose ODM in Node.js.