Thirteen Potions Build Log
A developer's technical build log for creating 'Thirteen Potions', a JavaScript game for the js13kGames competition using Phaser.
A developer's technical build log for creating 'Thirteen Potions', a JavaScript game for the js13kGames competition using Phaser.
A developer details the process of redesigning their personal website, focusing on simplification, static site generation, and removing unnecessary complexity.
A developer's experience trying TinaCMS, a Git-based, markdown-oriented content management system, to streamline their blog publishing workflow.
Guide to creating isolated Azure sandbox environments for developers to deploy and test application changes using Azure Deployment Environments.
A technical guide detailing steps to improve Core Web Vitals in a React app, covering lazy loading, image CDNs, and code splitting.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.
A guide to using Nix for creating isolated, per-project development environments to manage different dependency versions without conflicts.
A beginner-friendly guide to using HuggingFace's Transformers and Diffusers libraries for practical AI applications, including image generation.
Explores techniques for adding padding to C# structs overlaid on memory-mapped files, including using inline arrays in .NET 8.
The episode covers DNS configuration, SendGrid email testing, and troubleshooting for a SaaS application deployment.
Analyzes the pitfalls of React.memo and useCallback, explaining why component composition is often a better performance solution.
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.
A guide on deploying a Python/Django SaaS application to Heroku, covering production setup and DNS configuration.
A technical guide on installing and configuring NixOS as a container on a Proxmox virtual machine server.
How to fix an undefined import error when calling an API at runtime in an Astro component by moving the import into the script tag.
The State of HTML 2023 survey is now open, gathering developer feedback to influence browser roadmaps and web standards.
A monthly retrospective from TinyPilot's founder covering business metrics, goal progress, and software development insights.
A guide explaining how the JavaScript modulo operator works, including its practical use case for creating circular arrays.
Bun 1.0, a fast JavaScript runtime and toolkit, is released as a potential Node.js alternative with built-in tools and performance benefits.
Learn how to import Nix configuration files from remote URLs and Git repositories to create modular, version-controlled system setups.