Space Jam
A comparison of the 1996 and 2021 Space Jam websites, analyzing their file sizes and load times on period-appropriate connections.
A comparison of the 1996 and 2021 Space Jam websites, analyzing their file sizes and load times on period-appropriate connections.
A guide on testing React components that use React Query, covering network request mocking and testing strategies for async server state.
A developer's journey implementing dynamic Open Graph images for a blog using the Eleventy Image plugin and SVG.
A guide to getting started with ESModules in Node.js, covering setup and common errors.
A guide to the three most critical DynamoDB limits: item size, query/scan page size, and partition throughput, and how they impact data modeling.
A tutorial for front-end developers on how to create a whimsical, interactive 3D button using only HTML and CSS.
A CSS tutorial on implementing dark mode quickly by inverting lightness variables, with a fallback approach for existing color schemes.
A guide on the impact of breaking changes in software libraries, with advice on when to use them and how to manage them for users.
A guide to understanding and using status checks and boolean flags in React Query for effective data fetching state management.
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
Learn how to deploy a Django site live, including choosing a production-ready Python application server like Gunicorn.
A technical guide on using QEMU emulator to run classic Mac OS System 9 on Windows, covering installation, configuration, and troubleshooting.
Explains React Query render optimizations, focusing on reducing unnecessary re-renders using options like notifyOnChangeProps.
A developer shares useful Bash/Zsh commands, aliases, and terminal tips for improving daily workflow and productivity.
Discusses the problems with vague module names like 'shared' and 'util' in software architecture and suggests more descriptive alternatives.
A guide to setting up listmonk, an open-source newsletter manager, as a free alternative to expensive services like Mailchimp.
Explains why useMemo isn't reliable for one-time React initializations and demonstrates the correct useState pattern for stable resource creation.
A developer shares his guidelines for freelance software developers, covering communication, email etiquette, and project management for effective collaboration.
Exploring different approaches for transforming data when using React Query with REST APIs, including backend, queryFn, and frontend methods.
Exploring Java 16's incubating Vector API to implement the FizzBuzz problem using SIMD instructions for performance gains.