Don't just build. Understand.

Deep tutorials for developers who want to understand what they're actually building

Trusted by 350K+ developers on Instagram

build-understanding.ts
const developer = {
  learns: "by building",
  asks: "why does this work?",
}

const skill = tutorials
  .map(explainTheWhy)
  .reduce((understanding, lesson) =>
    understanding + lesson, 0)
$ understanding++
350K+developers on Instagram
Real worldpractical tutorials
Curateddeveloper resources
350K+developers on Instagram
Real worldpractical tutorials
Curateddeveloper resources

What you'll find here

Latest from the blog

AI10 mins read

Build a RAG AI Agent in 30 Minutes

Learn how to build a Retrieval-Augmented Generation (RAG) AI agent that reads PDFs, creates embeddings, stores them in a vector database, and serves answers through a FastAPI backend and React frontend.

Read post
View all posts

Hi, I'm Tilak 👋

I'm a full stack developer who enjoys building useful products and sharing what I learn along the way. Coding Dev is where I collect practical resources, developer tools, tutorials, and ideas that I wish I had when I started.

About me

Get the tutorial before it hits the feed

Get tutorials, code snippets, and insights delivered to your inbox.

Zero spam. Unsubscribe anytime.