Online RSS feed reader created with Claude Code
A developer uses Claude Code to build a browser-based RSS reader, learning about CORS proxies and security pitfalls along the way.
A developer uses Claude Code to build a browser-based RSS reader, learning about CORS proxies and security pitfalls along the way.
A review of textarea.my, a minimalist browser-based text editor that stores data in the URL hash, highlighting its clever JavaScript techniques.
The author compares building a Blue Brixx advent calendar to modern software development, highlighting issues like poor documentation and fragile assemblies.
Redis creator Salvatore Sanfilippo discusses why he would have chosen JavaScript over Lua for Redis scripting if MicroQuickJS existed in 2010.
Explores MicroQuickJS, a tiny JavaScript engine for embedded systems, as a potential sandbox for running untrusted code with strict resource limits.
A developer creates a humorous nature documentary-style video about developers pretending to work before the holidays, using office b-roll.
A personal recap of attending WAWTECH 2025, a tech conference in Warsaw, covering talks on AI security, autonomous drones, and hands-on workshops.
A developer revisits building an RSS feed reader using AI coding assistants like Claude Code, detailing the setup, iterative development process, and pricing considerations.
A detailed guide explaining how to use object destructuring in JavaScript to extract properties from objects, covering syntax, nested objects, default values, and aliases.
A developer explains their migration from Jest to Vitest, citing ESM support, TypeScript compatibility, and performance improvements.
A developer uses Codex CLI and GPT-5.2 to port the JustHTML Python HTML5 parser to JavaScript in 4.5 hours, creating a fully tested library.
A monthly retrospective on writing a book about effective writing for software developers, covering progress, goals, and metrics.
A developer shares patterns and best practices for creating single-file HTML tools using LLMs, covering prototyping, dependencies, and deployment.
Explains how to use JavaScript's getAnimations() method to pause CSS animations on an element.
Anthropic acquires Bun, the JavaScript runtime company, to power its Claude Code AI products and accelerate development.
A blog post discussing GitHub's frontend requiring JavaScript, hindering use in the Dillo browser, and the principle of progressive enhancement.
Developer shares his experience building a Bluesky Thread Viewer tool using AI assistants like Claude and ChatGPT.
An explanation of how reducers work in programming, with a practical code example from a live coding stream.
A guide to using the JavaScript SpeechSynthesis API for programmatic browser speech to enhance user experience and accessibility.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.