📰 Dev.to · Syeed Talha
12 articles · Updated every 3 hours · View all reads
All
Articles 67,240Blog Posts 99,885Tech Tutorials 16,254Research Papers 13,808News 12,532
⚡ AI Lessons

Dev.to · Syeed Talha
1w ago
How to Inject Hidden Runtime Context into AI Agent Tools (LangChain + LangGraph)
When you build a multi-tenant AI agent — one that serves multiple users across multiple companies —...

Dev.to · Syeed Talha
1w ago
How to Build a Human-in-the-Loop AI Agent with LangChain & LangGraph
AI agents are powerful — but sometimes too powerful. What if your agent is about to send an email on...

Dev.to · Syeed Talha
🧠 Large Language Models
⚡ AI Lesson
1w ago
Running Nvidia Nemotron on LangChain via OpenRouter
Nvidia's Nemotron models are powerful, free-to-use AI models available through OpenRouter. In this...

Dev.to · Syeed Talha
1w ago
Using Groq API with OpenAI Agents SDK
If you have tried using the OpenAI Agents SDK with Groq and ran into confusing import errors or...

Dev.to · Syeed Talha
2w ago
Multithreading in Rust (Beginner Guide )
When beginners first hear the word “multithreading”, it often sounds scary and complicated. But the...

Dev.to · Syeed Talha
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
Understanding the match Keyword in Rust with Examples
If you've ever written a long if/else chain and thought "there must be a cleaner way" — match is...

Dev.to · Syeed Talha
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
JWT Auth Middleware in Axum 0.8 — A Beginner's Guide
If you've ever built a web API, you've probably asked yourself: "How do I make sure only the right...

Dev.to · Syeed Talha
1mo ago
Axum Middleware Explained for Absolute Beginners (With Full Code)
Middleware in Axum often looks scary—not because it’s hard, but because the code syntax feels...

Dev.to · Syeed Talha
1mo ago
Axum Middleware: A Beginner's Complete Guide
Understanding middleware in Rust's Axum web framework — from zero to writing your own. Covers logging, auth, layer order, and common mistakes. Updated for Axum

Dev.to · Syeed Talha
1mo ago
Implementing POST and GET in Axum using in-memory storage.
Step 1 — Create the project cargo new axum-demo cd axum-demo Enter fullscreen...

Dev.to · Syeed Talha
1mo ago
Beginner’s Guide to Axum: Path, Query & JSON
If you're starting backend development in Rust, Axum is a great choice. In this guide, we will build...

Dev.to · Syeed Talha
⚡ AI Lesson
1mo ago
Understand Your First Axum Server by Comparing with FastAPI
If you're coming from Python and have used FastAPI, learning Rust’s Axum can feel confusing at first....
DeepCamp AI