What is a Closure?
Explains JavaScript closures, showing how functions can expose and manage private internal state through their return values.
Explains JavaScript closures, showing how functions can expose and manage private internal state through their return values.
A curated list of recommended resources for learning and using the Go programming language, including books, tools, libraries, and websites.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A developer shares the process and inspiration behind the fifth major redesign of their personal blog, giving it a VS Code-inspired theme.
A developer shares their initial experience learning Unity game development by creating a puzzle game inspired by M.C. Escher's 'Relativity'.
Guide to partially recovering corrupted or deleted data in AWS DynamoDB using Point In Time Recovery (PITR) without a full table restore.
A software engineer draws parallels between the perfect, durable design of an IKEA clock and the principles of good software design.
A software engineer reflects on their career evolution as an Individual Contributor across agency, consulting, and product team environments.
A guide to replacing Docker with Podman on Mac and Windows, covering installation, setup, and troubleshooting.
A developer details their journey to further automate and secure their home network using Docker, Ansible, and AdGuard Home.
A guide to automating the deployment of Cartography and Neo4J on Kubernetes using HashiCorp Vault for secrets management.
A personal review of Oracle Cloud's Always Free Tier, detailing the signup process and initial VM deployment experience.
A deep-dive tutorial on CSS keyframe animations, covering syntax, timing functions, loops, and advanced techniques for developers.
A tutorial on using the Jib Maven plugin to containerize a Java application and build Docker images without writing a Dockerfile.
A technical guide on building high-performance PostgreSQL extensions using the Rust programming language and the pgx framework.
A response to Matthias Noback's blog post on PSR abstractions, discussing their role in PHP framework interoperability and the value of standardized interfaces.
A tutorial on building responsive, accessible stepper components using HTML and CSS, covering layout, styling, and separator lines.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
Explains how to use Kubernetes Network Policies to restrict communication between microservices for improved security.
A video tutorial on building a tvOS news app using SwiftUI 3 and the News API, covering UI, navigation, and async data fetching.