PyCon AU 2021 Talk - Planning for Failure using Chaos Engineering
A PyCon AU talk on using Chaos Engineering principles to plan for system failures, focusing on methodology over tools.
A PyCon AU talk on using Chaos Engineering principles to plan for system failures, focusing on methodology over tools.
Guide to finding and updating Azure WebApps using PHP 7.3 before its end-of-support date to maintain security and support.
Explains how to use command and args fields to override container entrypoints and commands in Kubernetes Pods.
Explores the evolution and practical examples of pattern matching in C#, from C# 7 to modern versions, highlighting its benefits for code clarity and safety.
A technical guide on deploying a cost-optimized Azure Kubernetes Service (AKS) cluster with Windows node pools using spot VMs and ephemeral disks.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
Guide to implementing Azure AD JWT authentication and authorization using middleware in .NET isolated process Azure Functions.
A tutorial on using the containerd command-line client (ctr) for managing container images and operations directly.
Explains PHP 8.1's new readonly properties for creating immutable data transfer and value objects, comparing code examples from older PHP versions.
Introducing visurf, a lightweight, vi-inspired web browser built on the NetSurf engine, designed as an alternative to complex modern browsers.
A deep dive into the TC39 pipeline operator proposal for JavaScript, comparing the Hack and F# syntax approaches and their functional programming implications.
A Clojure developer shares their journey learning core.async to escape callback hell, with code examples comparing old and new approaches.
A guide to creating and using Git aliases to streamline common version control commands and improve workflow efficiency.
A developer's journey improving icon usage in frontend projects, from PurgeIcons to a new Vite-based universal plugin for on-demand icon components.
A detailed guide to the Bool data type in Swift, covering its creation, logical operators, and usage in conditional statements.
A guide to implementing robust error handling in React Query applications, covering standard patterns and best practices for failed data fetches.
Explores modern CSS techniques to replace absolute positioning with flexbox and grid for common layout challenges like card overlays.
The author discusses the unexpected computational challenges of implementing score tests for generalized linear models in survey statistics.
Explains how Swift 5.5's Codable API automatically synthesizes encoding/decoding for enums, including those with associated values.
A step-by-step tutorial on building a full-stack TypeScript Todo application using Next.js and MongoDB, from setup to deployment.