✕ Clear all filters
121 articles

📰 Dev.to · brian austin

121 articles · Updated every 3 hours · View all reads

All Articles 91,761Blog Posts 109,686Tech Tutorials 22,982Research Papers 19,235News 14,875 ⚡ AI Lessons
How to stream Claude API responses to the browser in real-time (Node.js + SSE)
Dev.to · brian austin 1mo ago
How to stream Claude API responses to the browser in real-time (Node.js + SSE)
If you've ever used Claude or ChatGPT and watched text appear word-by-word, that's server-sent events...
DeepSeek v4 vs GPT-5.5 vs Claude 3.7: which one should you actually use for production?
Dev.to · brian austin 1mo ago
DeepSeek v4 vs GPT-5.5 vs Claude 3.7: which one should you actually use for production?
DeepSeek v4 vs GPT-5.5 vs Claude 3.7: which one should you actually use for...
How to implement Claude conversation history without storing everything (token-efficient pattern)
Dev.to · brian austin 1mo ago
How to implement Claude conversation history without storing everything (token-efficient pattern)
How to implement Claude conversation history without storing everything (token-efficient...
Anthropic just published a Claude Code postmortem. Here's what API-first developers should know.
Dev.to · brian austin 1mo ago
Anthropic just published a Claude Code postmortem. Here's what API-first developers should know.
Anthropic just published a Claude Code postmortem. Here's what API-first developers should...
How to use Claude's tool use (function calling) in Node.js — with real examples
Dev.to · brian austin 1mo ago
How to use Claude's tool use (function calling) in Node.js — with real examples
How to use Claude's tool use (function calling) in Node.js — with real examples Claude's...
How I handle Claude API rate limits without losing user messages (with code)
Dev.to · brian austin 2mo ago
How I handle Claude API rate limits without losing user messages (with code)
How I handle Claude API rate limits without losing user messages (with code) Rate limits...
Why I switched from per-token AI billing to flat-rate: a developer's honest breakdown
Dev.to · brian austin ⚡ AI Lesson 2mo ago
Why I switched from per-token AI billing to flat-rate: a developer's honest breakdown
Why I switched from per-token AI billing to flat-rate: a developer's honest breakdown I've...
How I use Claude to write better commit messages (with a git hook)
Dev.to · brian austin 2mo ago
How I use Claude to write better commit messages (with a git hook)
How I use Claude to write better commit messages (with a git hook) Every developer knows...
Run Claude Code on multiple tasks simultaneously with git worktrees
Dev.to · brian austin ☁️ DevOps & Cloud ⚡ AI Lesson 2mo ago
Run Claude Code on multiple tasks simultaneously with git worktrees
Run Claude Code on multiple tasks simultaneously with git worktrees One of the biggest...
How I use Claude Code to write tests for untested code — a complete workflow
Dev.to · brian austin 2mo ago
How I use Claude Code to write tests for untested code — a complete workflow
How I use Claude Code to write tests for untested code — a complete workflow Every...
How I use Claude Code to resolve merge conflicts — a complete workflow
Dev.to · brian austin 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
How I use Claude Code to resolve merge conflicts — a complete workflow
How I use Claude Code to resolve merge conflicts — a complete workflow Merge conflicts are...
Cirrus Labs joins OpenAI — what this means for developers using Claude Code
Dev.to · brian austin 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
Cirrus Labs joins OpenAI — what this means for developers using Claude Code
Cirrus Labs joins OpenAI — what this means for developers using Claude Code Cirrus Labs...
How I use Claude Code for code reviews on large PRs — without hitting rate limits
Dev.to · brian austin 2mo ago
How I use Claude Code for code reviews on large PRs — without hitting rate limits
Large pull requests are a code review nightmare. 50+ files changed, thousands of lines of diff, and...
How I use Claude Code to refactor legacy code — without breaking production
Dev.to · brian austin 2mo ago
How I use Claude Code to refactor legacy code — without breaking production
How I use Claude Code to refactor legacy code — without breaking production Legacy code...
How I use Claude Code for database migrations — a zero-downtime workflow
Dev.to · brian austin 2mo ago
How I use Claude Code for database migrations — a zero-downtime workflow
How I use Claude Code for database migrations — a zero-downtime workflow Database...
I replaced ChatGPT with a $2/month API — here's my exact curl command
Dev.to · brian austin 2mo ago
I replaced ChatGPT with a $2/month API — here's my exact curl command
I replaced ChatGPT with a $2/month API — here's my exact curl command I've been using...
Why I use a $2/month Claude API instead of the official one — for Linux kernel contributions
Dev.to · brian austin 2mo ago
Why I use a $2/month Claude API instead of the official one — for Linux kernel contributions
Why I use a $2/month Claude API instead of the official one — for Linux kernel...
How I use Claude Code to plan and implement new features — a complete workflow
Dev.to · brian austin 2mo ago
How I use Claude Code to plan and implement new features — a complete workflow
How I use Claude Code to plan and implement new features — a complete workflow Feature...
How I use Claude Code to do code reviews asynchronously — a complete workflow
Dev.to · brian austin 2mo ago
How I use Claude Code to do code reviews asynchronously — a complete workflow
How I use Claude Code to do code reviews asynchronously — a complete workflow Code reviews...
How I use Claude Code to handle merge conflicts — a complete workflow
Dev.to · brian austin 2mo ago
How I use Claude Code to handle merge conflicts — a complete workflow
How I use Claude Code to handle merge conflicts — a complete workflow Merge conflicts are...