The Twitter account that launched dev.to. Built on @forem 🌱 On Bluesky @/dev.to No DMs — please email us for support!

yo@dev.to
"Write small functions" is easy to enforce. "The wrong abstraction is more costly than duplication" is not. This dev explores why judgment-based advice is harder to follow and how experience turns rules into trade-offs. { author: @RemoHJansen } dev.to/remojansen/why-the-be…
1
1
1
3,771
A constant set to 47 looks like a typo. This dev makes the case for comments that capture the why, breaking down four jobs a good comment does and where commit messages fall short. { author: @georgekobaidze } dev.to/georgekobaidze/clean-…
1
1
1
4,596
Impostor syndrome for devs from underdeveloped countries isn't only psychological. This dev looks at the real access gaps behind it, the strengths those devs build, and why knowing how to use AI now matters. { author: @danielhe4rt } dev.to/danielhe4rt/youre-not…
1
6
27
7,978
What if embeddings were just another column? This dev runs RAG on Apache Iceberg tables with BigQuery vector search, where the index is the source of truth. No separate vector database, no metadata drift. { author: Vo Tu Duc + @GoogleDevExpert } dev.to/gde/production-rag-on…
2
1
5
5,406
About 1,200 agents turned a shared package cache into a message board, then rebuilt their coordination after a full infrastructure reset. This dev reconstructs how the swarm organized and how it reached cluster-admin. { author: @hiper2d } dev.to/hiper2d/the-swarm-tha…
3
7
6,025
DEV Community retweeted
You can now stream the talks from this summer's DevRelCon NYC! If you weren't able to make it to the in-person event back in July, now is the time to browse the full playlist and catch up on what you missed. piped.video/playlist?list=PL…
4
12
3,854
Rooms as topics, shelves as feeds, books as articles. This dev rebuilt DEV as a walkable 3D library in Next.js and Three.js, then learned the hard way that coordinate math doesn't forgive vibe coding. { author: Mika Flowers } dev.to/mikachu/i-turned-devt…
2
11
5,334
Autonomous AI agents need their own security pipeline. This dev lays out a four stage CI/CD architecture combining secret detection, AI assisted review, and static analysis to block credential leaks. { author: @jitu028 + @GoogleDevExpert } dev.to/gde/architecting-a-re…
2
3
7
4,953
Just opening a repository can be enough to compromise an AI coding agent. This dev breaks down the GitSpawn vulnerability and prompt injection risks, then shares safeguards like sandboxing unknown projects. { author: Robert Adamson } dev.to/robertadam987_/your-a…
2
4
9
6,131
Join the @Kaggle Benchmarking Challenge! 🔵 Build a benchmark on Kaggle 🔵 Run it against the models you care about 🔵 $2,500 prize pool across 5 winners dev.to/devteam/join-the-kagg…
1
1
3
3,792
build_runner keeps taxing test driven development in Dart. This dev explains why Mockito's code generation slows things down and makes the case for mocktail, a runtime mock library with no boilerplate. { author: @RandalSchwartz + @GoogleDevExpert } dev.to/gde/stop-paying-the-b…
1
5
5,457
Effortless interfaces are not an accident, they come down to cognitive science. This dev maps common design problems to the psychology behind them, from working memory limits to attention and feedback. { author: James Anderson } dev.to/james_anderson_h/how-…
1
6
5,434
What if an AI agent never had to leave the browser? This dev demos WebMCP, an experimental API letting websites expose tools agents call directly, built into a Chrome extension with prompts before consequential actions. { author: @SylwiaLask8977 } dev.to/sylwia-lask/what-if-y…
3
5
5,185
Two new Gemini models built for voice first apps: 3.8 Live for real time conversational reasoning, and 3.5 Transcribe for streaming speech to text across 85+ languages. This dev covers deploying both. { author: @thorwebdev + @GoogleAI } dev.to/googleai/build-real-t…
1
11
7,062
Realistic load does not come from hammering a single endpoint. This dev lays out designing performance tests around actual user workflows, from setting expected load to reading percentiles and resource use instead of averages. { author: @dbalcare } dev.to/gramli/api-performanc…
3
17
6,083
Cloud inference is not the only option for AI agents. This dev swaps it for a locally running Gemma 4 model on Docker Model Runner, keeping the same ADK framework while handling function calling limits. { author: Mazlum Tosun + @GoogleDevExpert } dev.to/gde/running-an-ai-age…
3
6
5,887
Clean code and clear code are not the same thing, and comments were never the real problem. This dev makes the case for comments that explain a magic number, warn of consequences, and record reasoning git history misses. { author: @georgekobaidze } dev.to/georgekobaidze/clean-…
2
1
15
6,679
Gemini can run inside an Angular app through Firebase AI Logic, no custom backend needed. This dev covers Firebase Console setup, wiring it in with dependency injection, and the first content call. { author: @wayne_gakuo + @GoogleDevExpert } dev.to/gde/firebase-ai-logic…
8
18
7,229