Using cloud custodian to ensure compliance across AWS resources
A guide to using Cloud Custodian, an open-source tool, for AWS compliance tasks like resource tagging and identifying unused resources.
A guide to using Cloud Custodian, an open-source tool, for AWS compliance tasks like resource tagging and identifying unused resources.
A developer builds a custom e-ink dashboard using a Raspberry Pi and a Waveshare display to show weather and calendar info.
An introduction to Helm, the package manager for Kubernetes, explaining its purpose, basic commands, and how it simplifies deploying applications.
Explains workload isolation and resource governance in Azure Synapse Analytics, covering static and dynamic resource classes for managing query performance.
A web developer shares advice on writing quality content, patience, and the long-term value of personal blogging for career growth.
A tutorial on building a REST API using Express.js and MongoDB, covering CRUD operations and database integration.
A tutorial on connecting a MongoDB database to an Express.js application using Mongoose as the Object-Relational Mapping (ORM) library.
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
Explains how to monitor serverless scheduler performance using AWS CloudWatch Custom Metrics and Insights, with code examples.
Explains .NET ThreadPool starvation, how synchronous waiting on async tasks causes it, and why queuing exacerbates the problem.
A guide to customizing text selection in CSS using the ::selection pseudo-element and user-select property, with techniques for custom effects and animations.
Explores using the global NgRx Store as a local component store by dynamically creating and managing state slices tied to component lifecycle.
A guide to preparing for the HashiCorp Terraform Associate certification, covering exam objectives, study tips, and recommended materials.
A guide to 18 useful VS Code plugins that enhance the Python development experience, from core language support to framework-specific tools.
A technical study on implementing randomized selective color gradients for web design using CSS custom properties, JavaScript, and CSS Houdini.
Explores five tricky JavaScript scope behaviors, including var in loops and function declarations in blocks, to deepen understanding and avoid common pitfalls.
A technical guide on configuring AlertManager to send email notifications via Gmail for alerts from Argo Workflows.
Final guide in a Django deployment series covering domain setup, DNS configuration with Cloudflare, and SSL for a production web app.
A guide to automating Django deployment using bash scripts for frequent, low-risk code releases.
Guide to deploying a Django app using Supervisor to run Gunicorn as a persistent, auto-restarting service with logging.