Browsing Tag
javascript
1745 posts
The 5.2 kB editor I had to write because nothing else fit
I just needed a text box. Why was that so hard? The story of building my own simple,…
OrinIDE v1.0.7 — The AI Finally Understands Your Whole Project
I’ve been building OrinIDE for a while now — a browser-based code editor that runs locally via npx,…
Build a custom HLS player in React with hls.js (no wrapper libraries)
TL;DR We’ll build a custom HLS player on top of hls.js 1.6.x and React 19 with no wrapper…
Streaming an LLM response, in 4 GIFs
We have watched tokens stream in from an LLM before where they appeared one at a time, like…
RSC Component Architecture, Next.js Dev MCP, Interactive Apps Guide, React Doctor, Bklit UI, Chat SDK Community Agent, Prefetch App Shells
Component Architecture for React Server Components Traces the evolution from useEffect to React Query to route-level loaders to…
I Built an Uncensored AI Chatbot With a Mystical Sphinx Persona
Most AI chatbots greet you like a customer service rep. I wanted something different. Something that felt ancient.…
I shipped 29 browser-only image tools. These 5 boring patterns kept the codebase sane
I thought building browser-only image tools would mostly be about Canvas APIs and file formats. It wasn’t. The…
“My AI Assistant Could Code, But It Couldn’t Operate My Desktop”
Most AI coding agents are good until the task leaves the terminal. They can edit files. They can…
How React-Style Time-Slicing Keeps UIs Responsive
Quick Recap In the previous article, we introduced priority-based and layered schedulers, solving the problem of “which tasks…
Why I Stopped Writing 15 * 60 * 1000 in Every Project
Let me be honest with you. Every time I start a new Node.js project, I copy-paste this from…