Proxying fetch requests in server-side JavaScript
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
A guide to proxying fetch() requests in Node.js, Deno, Bun, and Cloudflare Workers for logging, caching, and security.
Analyzes PyPI data to see if AI tools have increased software productivity, finding a significant boost in release frequency for new 'AI-native' packages.
Review of HazeOver, a Mac utility that dims background windows to highlight the active one, solving a macOS UI problem.
A guide to building a tiny Macintosh emulator using a Raspberry Pi Pico, VGA display, and custom firmware.
A guide to building a real-time voice conversation app in .NET using local AI for speech-to-text, text-to-speech, and LLM integration.
Explores how small delays affect differential equations, comparing behavior with and without delays using mathematical analysis and examples.
Critique of LinkedIn's 'comment to get access' spam, arguing it harms platform quality and should be punished.
A daily tech link roundup covering .NET, web dev, cloud, Windows, and AI, with tutorials, news, and tool updates.
A retrospective on using Interface Builder for iOS UI development at scale, its benefits, challenges, and the migration to SwiftUI.
Explains integrating SignalR with Wolverine and Marten for real-time communication in the CritterWatch management console.
Technical deep dive into integrating Puzzmo.com with the atproto protocol and Bluesky, covering follower sync, labelers, and data storage.
Puzzmo adds Bluesky integration for friend syncing, user labeling, and storing puzzle streaks on the decentralized social network.
Explores new .NET 10 features for System.Text.Json, including duplicate property rejection and PipeReader integration for better performance.
Explains how to emulate external import maps for web dependencies using a simple injector script, enabling centralized JavaScript module management.
Analysis of OpenAI's DoD contract language regarding the legal interpretation of 'lawful purposes' for autonomous weapons systems.
A guide comparing strategies for providing context to AI models in workflows, analyzing tradeoffs in cost, latency, and observability.
Updated SQL Server diagnostic queries for March 2026, including versions for various SQL Server editions and Azure SQL.
A technical architect explores using local LLMs as junior developers for a blog migration, analyzing their strengths and common pitfalls.
Explains the bash shell shortcut ~- as a handy alternative to $OLDPWD for referencing the previous working directory.
A look at ElementaryUI, a framework that enables Swift web development in the browser via WebAssembly.