✕ Clear all filters
18 articles
▶ Videos →

📰 Dev.to · jidonglab

18 articles · Updated every 3 hours · View all reads

All Articles 169,024Blog Posts 160,820Tech Tutorials 44,880Research Papers 32,795News 21,535 ⚡ AI Lessons
10 Habits That Cut My Claude Code Bill in Half
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
10 Habits That Cut My Claude Code Bill in Half
I read 80,000 lines of Claude Code's TypeScript source to understand why the tool behaves the way it...
Your First 30 Minutes in an Unfamiliar Repo with Claude Code
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
Your First 30 Minutes in an Unfamiliar Repo with Claude Code
Most people open an unfamiliar repo and immediately ask Claude Code: "what does this codebase do?"...
The Hidden Cost of ANSI Color Codes in AI Context
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
The Hidden Cost of ANSI Color Codes in AI Context
ANSI escape codes are invisible to you in the terminal but they consume real tokens in your AI coding agent's context window. Here's how to strip them.
Python Tracebacks in Claude Code? Hide the Framework Frames
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
Python Tracebacks in Claude Code? Hide the Framework Frames
Django and Flask tracebacks are 90% framework internals that waste your AI's context window. ContextZip strips them down to your application code frames.
I Benchmarked 102 CLI Commands — Here's How Much Context They Waste
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
I Benchmarked 102 CLI Commands — Here's How Much Context They Waste
I benchmarked 102 common CLI commands and measured how much of their output is noise vs. signal for AI coding agents. The results were eye-opening.
I Read OpenAI Codex's Source and Built My Workflow Around It
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
I Read OpenAI Codex's Source and Built My Workflow Around It
I cloned the Codex repo and started reading. Not the README. Not the blog post. The actual Rust...
Stop Wasting Tokens on npm Install Noise
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
Stop Wasting Tokens on npm Install Noise
npm install dumps hundreds of deprecation warnings into your AI coding agent's context window. Here's how to filter them out automatically with one tool.
Open Source, MIT License, Fork of RTK — The Full Story
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 4mo ago
Open Source, MIT License, Fork of RTK — The Full Story
The full origin story of ContextZip: a fork of RTK that grew into a language-aware CLI output optimizer purpose-built for AI coding agents.
I Replaced My IDE Tab with a Telegram Chat
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
I Replaced My IDE Tab with a Telegram Chat
Yesterday morning I fixed a production bug from the subway. I typed a single message in Telegram, and...
Building a 1,056-Test Rust CLI Without Writing Rust — Claude Code Did It
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
Building a 1,056-Test Rust CLI Without Writing Rust — Claude Code Did It
I don't write Rust. I can read it well enough to catch obvious bugs, but I've never typed impl or fn...
RTK Saves 60% of Tokens. I Made It Save 90%.
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
RTK Saves 60% of Tokens. I Made It Save 90%.
RTK is one of the best tools in the Claude Code ecosystem. 28k GitHub stars, 60-90% token savings on...
I Used GPT-5 Codex to Generate 5,800 Lines in 4 Commits — Here's the Prompting Pattern
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
I Used GPT-5 Codex to Generate 5,800 Lines in 4 Commits — Here's the Prompting Pattern
Saju-to-Shorts video pipeline. Architecture prompt first, then scaffold, then review. 4 commits, zero manual coding.
5,800 Lines of Code From Zero: How I Bootstrapped a Full Pipeline With AI in One Day
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
5,800 Lines of Code From Zero: How I Bootstrapped a Full Pipeline With AI in One Day
Saju-to-video pipeline. 4 commits. Architecture → scaffold → review → ship. The prompting pattern that kept 5,800 lines coherent.
How I Got AI to Write 5,800 Lines Across Python and React Without Losing Coherence
Dev.to · jidonglab 💻 AI-Assisted Coding ⚡ AI Lesson 5mo ago
How I Got AI to Write 5,800 Lines Across Python and React Without Losing Coherence
Multi-stack AI coding breaks down at scale. Here are the prompt patterns that kept Claude Code coherent across 4 commits and 2 languages.