Roadmaps
Developer Roadmaps
Pick a roadmap and work through it one step at a time. Broad roadmaps stay concept-first, while specific roadmaps go deeper into the actual technology, APIs, and recommended resources.
Angular Deep Dive Roadmap
specificA comprehensive Angular roadmap covering components, dependency injection, templates, reactive forms, routing, RxJS, HttpClient, state management with NgRx, Angular Signals, testing, performance, and SSR with Angular Universal — from CLI setup to a production application.
Astro + Content + SEO Roadmap
specificA comprehensive roadmap for building content-heavy Astro sites with a strong content model, editorial workflow, technical SEO, performance, internationalization, and deployment discipline.
AWS Deep Dive Roadmap
specificA comprehensive AWS roadmap covering IAM, VPC, EC2, S3, RDS, Lambda, API Gateway, ECS/Fargate, CloudFront, SQS/SNS, CloudWatch, the AWS CLI, infrastructure as code with Terraform, security best practices, cost optimization, and the Well-Architected Framework.
Backend Developer Roadmap
broadA comprehensive backend developer roadmap covering internet fundamentals, OS basics, databases, API design, authentication, caching, message queues, containers, cloud, observability, and production delivery — concept-first and stack-agnostic.
C# Roadmap
specificA comprehensive C# roadmap covering modern syntax, OOP, generics, LINQ, async/await, testing, diagnostics, source generators, and idiomatic .NET development.
DevOps Engineer Roadmap
broadA comprehensive DevOps roadmap covering Linux, networking, containers, Kubernetes, infrastructure as code, cloud, observability, security, and reliability engineering.
Django Deep Dive Roadmap
specificA comprehensive Django roadmap covering project setup, URL routing, views, templates, ORM, forms, authentication, Django REST Framework, Celery for async tasks, testing, performance optimization, security, and production deployment on Linux with Gunicorn and Nginx.
Docker Deep Dive Roadmap
specificA comprehensive Docker roadmap covering container fundamentals, image building, multi-stage builds, Docker Compose, networking, storage, security, registry management, CI/CD integration, and orchestration concepts — from first container to production-grade workflows.
.NET API Deep Dive Roadmap
specificA comprehensive roadmap for building production-grade REST APIs with C#, ASP.NET Core, Entity Framework Core, PostgreSQL, background workers, testing, and deployment.
FastAPI Roadmap
specificBuild high-performance Python APIs with FastAPI — automatic OpenAPI docs, type safety with Pydantic v2, async SQLAlchemy, JWT auth, and production Docker deployment.
Flutter Deep Dive Roadmap
specificA comprehensive Flutter roadmap covering Dart fundamentals, widgets, layouts, state management with Riverpod, navigation with GoRouter, HTTP and APIs, local storage, animations, platform integration, Firebase, testing, CI/CD, and shipping to the App Store and Play Store.
Frontend Developer Roadmap
broadA comprehensive frontend developer roadmap covering internet fundamentals, HTML, CSS, JavaScript, tooling, frameworks, testing, performance, accessibility, and deployment — designed to take you from zero to production-ready.
Full-Stack Developer Roadmap
broadA comprehensive full-stack roadmap from browser fundamentals and JavaScript to API design, databases, auth, testing, performance, and deployment.
Git Deep Dive Roadmap
specificA comprehensive Git roadmap covering commits, branching, merging, remotes, undoing changes, rebasing, stashing, history traversal, hooks, submodules, team workflows, and advanced techniques — from your first commit to confidently navigating any codebase's history.
GitHub Actions Roadmap
specificAutomate CI/CD pipelines with GitHub Actions — from first workflow to reusable workflows, matrix builds, Docker image publishing, and OIDC-based keyless cloud deployments.
Go (Golang) Deep Dive Roadmap
specificA comprehensive Go roadmap covering the toolchain, syntax, types, structs, interfaces, error handling, goroutines, channels, the standard library, testing, web APIs, databases, and production deployment — from your first Go program to a production-grade service.
GraphQL Deep Dive Roadmap
specificA comprehensive GraphQL roadmap covering the type system, queries, mutations, subscriptions, resolvers, schema design, DataLoader, Apollo Server, client-side integration with Apollo Client, real-time subscriptions, federation, and production patterns — from your first schema to a production-grade API.
Spring Boot API Deep Dive Roadmap
specificA comprehensive roadmap for building production-ready Java APIs with Spring Boot, Spring Data JPA, Spring Security, PostgreSQL, testing, observability, and deployment.
Java Deep Dive Roadmap
specificA comprehensive Java roadmap covering syntax, OOP, collections, generics, concurrency, virtual threads, the standard library, testing, JVM internals, and modern Java idioms.
JavaScript Deep Dive Roadmap
specificA comprehensive JavaScript roadmap covering the language fundamentals, type system, functions, objects, async behavior, the runtime model, browser and Node.js APIs, modules, testing, performance, and modern patterns — going from basics to production-grade JavaScript.
Kotlin Deep Dive Roadmap
specificA comprehensive Kotlin roadmap covering null safety, OOP with data and sealed classes, extension functions, higher-order functions, collections, scope functions, generics, coroutines, Flow, testing with MockK, Android basics with Jetpack Compose, and Spring Boot with Kotlin.
Kubernetes Deep Dive Roadmap
specificA comprehensive Kubernetes roadmap covering architecture, workloads, networking, storage, configuration, RBAC, autoscaling, Helm, GitOps, observability, and security — from local cluster to production on EKS, GKE, or AKS.
Laravel Deep Dive Roadmap
specificA comprehensive Laravel roadmap covering routing, controllers, Blade templating, Eloquent ORM, migrations, authentication, validation, API development, queues, events, testing, and production deployment — the full-stack PHP framework that powers millions of applications.
Linux Deep Dive Roadmap
specificA comprehensive Linux roadmap covering the shell, filesystem, permissions, processes, text processing, networking, shell scripting, package management, user management, systemd services, logging, performance tuning, security hardening, and production server management.
MERN Full-stack Deep Dive Roadmap
specificA comprehensive MERN stack roadmap covering TypeScript foundations, React UI, Node.js/Express API, MongoDB, auth, async workflows, testing, security, and production deployment.
Mobile Developer Roadmap
broadA comprehensive mobile roadmap covering cross-platform and native development, UI patterns, state management, data persistence, performance, security, and release discipline.
MongoDB Deep Dive Roadmap
specificA comprehensive MongoDB roadmap covering documents, CRUD, query operators, schema design, indexing, the aggregation pipeline, relationships, transactions, Mongoose ODM, change streams, security, performance tuning, replica sets, sharding, and production on Atlas.
NestJS Deep Dive Roadmap
specificA comprehensive NestJS roadmap covering modules, controllers, providers, middleware, pipes, guards, interceptors, exception filters, database integration with Prisma, authentication with JWT, configuration management, testing, WebSockets, microservices, and production deployment.
Next.js + Supabase Deep Dive Roadmap
specificA comprehensive roadmap for shipping full-stack products with Next.js App Router, Supabase Auth, PostgreSQL, Row Level Security, storage, realtime features, and deployment.
Next.js Deep Dive Roadmap
specificA comprehensive Next.js roadmap covering the App Router, layouts, Server and Client Components, data fetching with caching, Server Actions, API routes, authentication with Auth.js, image and font optimization, middleware, streaming, Partial Pre-rendering, and production deployment on Vercel and beyond.
Node.js Deep Dive Roadmap
specificA comprehensive Node.js roadmap covering the runtime model, modules, async I/O, the standard library, HTTP servers, frameworks, databases, authentication, testing, performance, security, and production operations — from first script to shipping a production service.
PostgreSQL Deep Dive Roadmap
specificA comprehensive PostgreSQL roadmap from SQL basics to advanced query patterns, schema design, transactions, indexing, JSONB, full-text search, migrations, replication, and production operations.
Python Deep Dive Roadmap
specificA comprehensive Python roadmap covering setup, syntax, data structures, OOP, functional patterns, the standard library, async I/O, testing, web frameworks, packaging, and performance — from beginner scripts to production-grade Python.
React Native Deep Dive Roadmap
specificA comprehensive React Native roadmap covering setup with Expo, core components, styling, navigation with React Navigation, state management, HTTP and APIs, local storage, animations with Reanimated, native modules, testing, performance, and deploying to the App Store and Play Store.
React + Spring Boot Deep Dive Roadmap
specificA comprehensive roadmap for building full-stack products with React and TypeScript on the frontend and Spring Boot on the backend, with stable contracts, auth, testing, and deployment.
React Deep Dive Roadmap
specificA comprehensive React roadmap covering setup, components, state, effects, routing, data fetching, state management, testing, performance, accessibility, and production patterns — going from first component to shipping a production app.
Redis Deep Dive Roadmap
specificA comprehensive Redis roadmap covering data structures, expiry, pub/sub, Streams, Lua scripting, caching patterns, persistence, replication, Redis Cluster, security, and production deployment — from a simple cache to a distributed data platform.
Rust Deep Dive Roadmap
specificA comprehensive Rust roadmap covering ownership, borrowing, structs, enums, traits, generics, lifetimes, concurrency, async with Tokio, testing, CLI tools, and web APIs with Axum — from your first program to production-grade systems software.
SQL Deep Dive Roadmap
specificA comprehensive SQL roadmap covering SELECT basics, filtering, aggregation, JOINs, subqueries, CTEs, window functions, schema design, indexing, transactions, views, stored procedures, JSON support, and query performance — the foundational data skill every developer needs.
SvelteKit Roadmap
specificBuild fast, full-stack web apps with Svelte 5 runes, SvelteKit's file-based routing, server load functions, form actions, Auth.js, and flexible SSR/SSG rendering modes.
Swift Roadmap
specificMaster Swift — Apple's modern, safe, and expressive language for iOS, macOS, and server-side development — from Xcode setup to App Store deployment.
System Design Roadmap
specificA comprehensive system design roadmap covering scalability fundamentals, load balancing, caching strategies, database design, message queues, CDNs, API design, microservices, consistency models, reliability patterns, and real-world case studies — essential for senior engineering roles and technical interviews.
TypeScript Deep Dive Roadmap
specificA comprehensive TypeScript roadmap covering the type system, narrowing, generics, utility types, mapped types, conditional types, runtime validation, modules, tsconfig, testing, and advanced patterns — from first annotations to shipping type-safe production code.
Vue.js Deep Dive Roadmap
specificA comprehensive Vue 3 roadmap covering the Composition API, reactivity, components, routing, state management with Pinia, composables, testing, and SSR with Nuxt — from your first component to a production-ready application.
No roadmaps found. Try a different search or category.