✕ Clear all filters
14 articles

📰 Dev.to · Shubham Gupta

14 articles · Updated every 3 hours · View all reads

All Articles 98,257Blog Posts 113,921Tech Tutorials 24,825Research Papers 20,757News 15,654 ⚡ AI Lessons
Things Nobody Tells You About Building Chrome Extensions
Dev.to · Shubham Gupta 1mo ago
Things Nobody Tells You About Building Chrome Extensions
When I started learning Chrome extension development, I thought it would be easy. I already...
Add Two Numbers — LeetCode #2 (Medium)
Dev.to · Shubham Gupta 1mo ago
Add Two Numbers — LeetCode #2 (Medium)
The Problem Add two numbers whose digits are stored as nodes of two linked lists...
Two Sum — LeetCode #1 (Easy)
Dev.to · Shubham Gupta 1mo ago
Two Sum — LeetCode #1 (Easy)
Given an array of integers and a target, return the indices of two numbers that add up to the target.
I built an AI wardrobe app by myself. Here's what actually happened.
Dev.to · Shubham Gupta 2mo ago
I built an AI wardrobe app by myself. Here's what actually happened.
Solo dev, no funding, one app that needed to work offline and think online. Why the architecture...
Why 96% of the Web Is Invisible to AI Agents (And What You Can Do About It)
Dev.to · Shubham Gupta 3mo ago
Why 96% of the Web Is Invisible to AI Agents (And What You Can Do About It)
Your website looks great. Clean design, fast load times, maybe even a perfect Lighthouse score. But...
Your AI Agents Are Flying Blind. Here's a Pre-Flight Check.
Dev.to · Shubham Gupta 3mo ago
Your AI Agents Are Flying Blind. Here's a Pre-Flight Check.
Your agent hits a 403. It retries. Gets a CAPTCHA. Retries again. Finally gets some HTML back — 200KB...
Is GPTBot blocked on your site? Here's what that means for AI agents
Dev.to · Shubham Gupta 3mo ago
Is GPTBot blocked on your site? Here's what that means for AI agents
Is GPTBot blocked on your site? How to check and fix it in 5 minutes Right now, at least a...
Prompt Engineering: The Art of Talking to Robots
Dev.to · Shubham Gupta 5mo ago
Prompt Engineering: The Art of Talking to Robots
The Prompt Whisperer's Guide (You, after reading this article) You've learned what LLMs...
So, You Want to Get into AI? (Without the Robot Uprising)
Dev.to · Shubham Gupta 5mo ago
So, You Want to Get into AI? (Without the Robot Uprising)
Another AI blog? Seriously? Yeah, yeah, I know what you're thinking. Another blog about...
Designing a Universal Error Handler for Frontend & Backend (React + Node.js)
Dev.to · Shubham Gupta 5mo ago
Designing a Universal Error Handler for Frontend & Backend (React + Node.js)
Error handling is one of those things we all do — but rarely design properly. In most projects,...