📰 Dev.to · Rohan Sharma
10 articles · Updated every 3 hours · View all reads
All
Articles 67,091Blog Posts 99,834Tech Tutorials 16,211Research Papers 13,808News 12,523
⚡ AI Lessons

Dev.to · Rohan Sharma
💻 AI-Assisted Coding
⚡ AI Lesson
1w ago
AI Native DevCon’26: The London conference for developers building with AI
The bottleneck moved from writing code to governing it. The promise was 2× throughput. The reality...

Dev.to · Rohan Sharma
1w ago
How to Pass CompTIA Security+ (SY0-701) in 30 Days – Complete 2026 Study Roadmap & Guide
In 2026, the cybersecurity talent shortage remains real. Organizations everywhere need professionals...

Dev.to · Rohan Sharma
3w ago
GPT-5.5 is OpenAI's best model. But paying more for it makes no sense.
We added OpenAI’s gpt-5.5 model to our eval suite the day it launched. We ran 1,742 tests overall,...

Dev.to · Rohan Sharma
1mo ago
I built a semantic diff that understands functions, not just lines
git diff shows you lines. But when you're reviewing code, you think in functions, classes, and...

Dev.to · Rohan Sharma
2mo ago
SQLite as a Graph Database: Recursive CTEs, Semantic Search, and Why We Ditched Neo4j
Knowledge graphs are having a moment. Every AI agent framework wants one. The typical stack looks...

Dev.to · Rohan Sharma
2mo ago
Your RAG Pipeline is Leaking - 4 Data Leak Points Nobody Talks About
Every enterprise running RAG today is doing what Samsung engineers did in 2023 — sending sensitive...

Dev.to · Rohan Sharma
2mo ago
Every AI Agent Tool Creates Git Worktrees. None of Them Make Worktrees Actually Work.
I've been deep in the parallel AI agent ecosystem for months — Conductor, Claude Squad, Agent Deck,...

Dev.to · Rohan Sharma
2mo ago
I got tired of writing the same 80-line setup script for every AI worktree
If you've been running parallel AI coding agents — Claude Code, Aider, Codex, anything — you've hit...

Dev.to · Rohan Sharma
3mo ago
I Built workz: The Zoxide for Git Worktrees That Finally Fixes .env + node_modules Hell in 2026
I've been using git worktrees a lot lately — especially for running multiple Claude/Cursor AI...

Dev.to · Rohan Sharma
3mo ago
Git's Line-Based Merge is Broken for the AI Agent Era
How entity-level merging solves Git's false conflict problem when AI agents work in parallel
DeepCamp AI