Using AZCopy with an Azure WebApp
Guide on using AZCopy to copy data from an Azure Linux WebApp to a storage account via SSH, useful for backups or troubleshooting.
Guide on using AZCopy to copy data from an Azure Linux WebApp to a storage account via SSH, useful for backups or troubleshooting.
A guide to validating Terraform Infrastructure as Code using formatting, syntax, and security checks within a GitHub Actions workflow.
Part 4 of a series for MSPs on using Azure Policy to enforce governance and guardrails across multiple customer Azure tenants at scale.
Compares Caolan's Async.js library with native async/await for handling asynchronous operations in Node.js, discussing readability and use cases.
Explains how to use Angular's paramsInheritanceStrategy to easily access parent route parameters, avoiding brittle code.
Guide to deploying multiple Hugging Face Transformer models as a cost-optimized Multi-Container Endpoint using Amazon SageMaker.
A developer troubleshoots and fixes empty responses in Cloudflare Workers Sites caused by caching headers and conditional GET requests.
A guide on using async/await syntax for handling asynchronous operations in Express.js request handlers, including error handling.
A guide on using the guestfish container image to modify GRUB settings within a VM disk image, demonstrating containerized virtual machine management.
Explains how to upgrade indirect npm dependencies, covering semantic versioning, caret/tilde ranges, and practical steps for security updates.
A talk summary on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Sri Lanka 2022.
A blog post about creating a Wordle helper tool, discussing the programming challenges and educational opportunities the game presents.
A report on FOSDEM 2022, covering talks on Jakarta EE's future and the fundamentals of Diversity & Inclusion for technologists.
A tutorial on setting up HTTPS for local development using Node.js, Express, and mkcert to generate trusted certificates.
Explains two methods to use npm packages in frontend projects without bundlers: importing from a CDN or serving from node_modules.
A guide on migrating a Jest testing project from Babel to the faster SWC compiler, covering configuration changes and troubleshooting async/await issues.
A guide to using FZF and Ripgrep command-line tools for fast, fuzzy file and content searching to boost terminal productivity.
A CSS technique using keyframes to animate newly added DOM elements without needing JavaScript setTimeout or class juggling.
An update on debugging and dependency challenges in C# source generators, with practical solutions and ongoing issues.
Explores how baseball scouts' subjective biases and focus on physical appearance lead to misjudging player talent, with parallels to hiring in other fields.