AWS Serverless Demo Applications
A guide to creating simple AWS serverless demo applications using Lambda, API Gateway, and ALB for debugging infrastructure.
A guide to creating simple AWS serverless demo applications using Lambda, API Gateway, and ALB for debugging infrastructure.
Explains a clever CSS technique used by Facebook to conditionally toggle border-radius based on element width vs viewport width.
A personal newsletter discussing a trail running injury, Terraform basics, and a podcast episode on cloud-native app evolution and open-source communities.
A developer's experience and technical guide for migrating a static site from the Gridsome framework to the newer SvelteKit meta-framework.
Explains how to properly handle and type error messages in TypeScript catch blocks, which default to the 'unknown' type.
A guide to implementing a type-safe, feature-rich alternative to C#'s built-in enum, addressing its common shortcomings.
A guide to starting a quick HTTP server from the command line using Python, Ruby, Node, and PHP as alternatives to the VSCode liveserver extension.
Explores how the CSS prefers-color-scheme media query prioritizes app-level theme settings over OS-level preferences, with practical testing examples.
An introduction to Fisher Information, a statistical concept that quantifies how much information data samples contain about unknown distribution parameters.
A summary of key papers and talks from the RecSys 2021 conference, focusing on collaborative filtering, model comparisons, and deployment strategies.
A curated list of interactive, hands-on learning platforms for mastering cloud native technologies like Kubernetes, Docker, and Linux.
Explains how Remix's unique feature prevents CSS clashes by dynamically loading and unloading stylesheets per page.
A technical guide on implementing a blur-to-load image experience to prevent layout shift and improve loading performance.
A tutorial on adding a splash screen and app icon to a React Native app using the react-native-bootsplash package.
Explores the logit-normal distribution, its mathematical properties, and its surprising role in statistical models like logistic regression.
An introduction to the Svelte JavaScript framework, comparing its developer experience and performance to React and Vue.
Kent C. Dodds announces his redesigned website, detailing its extensive learning resources for software engineers, including courses, podcasts, and workshops.
A collection of DevOps resources and tools, including GitHub CLI, ARM templates, GitHub Codespaces, and Bicep for Azure deployments.
A guide to setting up a Bluetooth device for serial communication on Linux using rfcomm and custom Bash scripts.
Explains how HTTP Keep-Alive timeouts between reverse proxies and upstream servers can cause sporadic HTTP 502 errors, detailing the underlying TCP race condition.