Using Go for automating infrastructure and operations work
A developer shares their experience using Go for automating infrastructure and operations tasks, including cloud and API interactions.
A developer shares their experience using Go for automating infrastructure and operations tasks, including cloud and API interactions.
The author starts a new Django project from scratch, sets up a development environment with pip-tools, and deploys it to Heroku.
Stack Overflow co-founder Joel Spolsky discusses his 'sabbatical', new CEO, and his current role as chairman of three tech companies.
A developer's personal story about learning the critical importance of unit testing while refactoring a complex financial calculation library.
A tutorial on creating dynamic color themes using only CSS Custom Properties, HSL colors, and the calc() function.
A tutorial on creating and publishing a custom GitHub Action using the Go programming language, including using a template and Docker.
A technical tutorial on recreating the 'His Dark Materials' TV show logo using advanced CSS techniques like pseudo-elements and custom properties.
Explores using three complementary metrics—delivery date accuracy, feature completeness, and defect rates—to measure software team health and prevent gaming single metrics.
A guide to implementing accessible hamburger menus for web navigation, covering common pitfalls and best practices for icons and toggle buttons.
A hands-on workshop on using AWS Systems Manager to manage Windows servers at scale, covering automation, patching, and inventory.
Advice for coding bootcamp students struggling with JavaScript, discussing whether to stay or quit and offering encouragement.
A tutorial on setting up and configuring a Google Cloud Run service using Terraform infrastructure-as-code.
Learn how AWS services like CloudWatch, CloudFormation, Config, and CloudTrail help implement governance, compliance, and audit lifecycles.
Explains the confusing edge cases and pitfalls of JavaScript's typeof and instanceof operators for type checking, with practical workarounds.
Explains why Azure VMs have larger OS disks than specified, due to marketplace image templates, and how to check the size.
A guide to creating custom, reusable form input components in Blazor by extending the InputBase class to reduce code repetition and improve maintainability.
A 2019 Azure Advent Calendar entry demonstrating how to run Pod Identity on Azure Kubernetes Service (AKS), including a code demo and known bug.
A guide to enhancing Azure DevOps CI/CD pipelines for .NET with MSBuild binary logging, Coverlet for code coverage, and Report Generator.
An introduction to Modular Monolith architecture, contrasting it with microservices and defining its core principles.
Analyzes the arguments used in academic debates about choosing the first programming language for university computer science programs.