🔍

For spaced repetition and to create your own courses, please see Classic Courses

Loading roadmaps...

Available Learning Roadmaps

NAPLEX Mastery Roadmap (High-Yield + Weakness-Driven)

Organize content into logical phases or numbered sections that reflect NAPLEX exam weight. Emphasize calculations, renal dosing, and clinical decision-making throughout (not in a single section). ...

Functional Programming with F#

Functional Programming with F# Roadmap begins at a single core node: Immutability & Expressions, establishing values, pure functions, and type inference as the foundation. From this core, one branc...

The Dental Admission Test

Survey of Natural Sciences (100 questions, 90 mins) Biology (40 Qs): Cellular/Molecular Biology, Genetics, Systems Structure/Function, Diversity of Life. General Chemistry (30 Qs): Liquids, Solids,...

ASP.NET with .NET 10

1. Introduction to Minimal APIs Minimal APIs vs MVC controllers comparison Performance characteristics and benchmarks When to use Minimal APIs 02. Environment Setup .NET SDK installation and verifi...

USMLE

The USMLE Roadmap: Step-by-Step USMLE Step 1: Foundations of Medicine Focus: Basic Sciences (Anatomy, Physiology, Biochem, Path, Pharma, Microbio). Format: One-day, 8-hour exam (7 blocks, 280 MCQs)...

U.S. Bar Exam

The new bar exam will test fewer subjects. It will stick to the current seven subjects currently tested on the multistate bar exam. However, it will also test Business Associations, including Agenc...

Python Programming

Name Asabeneh Asabeneh Petrosky logo added in the sponsors list 1a207e6 · last month .github Update FUNDING.yml 7 months ago 01_Day_Introduction big changes last year 02_Day_Variables_builtin_f...

TypeScript

1. Introduction to TypeScript TypeScript is a superset of JavaScript that introduces static typing to the language. It helps developers catch errors early, improves code readability, and enhances m...

React

Phase 1: Prerequisites & Fundamentals Before diving into React, a strong foundation in core web technologies is essential. HTML5 & CSS3: Master semantic tags, responsive design (Flexbox, Grid), an...

Java

🔹 1. Foundations Linux basics Git for version control Choose an IDE (IntelliJ, Eclipse, VSCode) 🔹 2. Core Java OOP fundamentals: classes, objects, inheritance, polymorphism Data structures and I...

C# Programming

Compilation Model & Type System Value vs Reference Semantics Nullability & Flow Analysis Expressions, Statements & Control Flow Pattern Matching (Modern Switch) Records & Immutability Generic...

Mastering AWS

Foundations (Still Non-Negotiable) Cloud Fundamentals & AWS Global Infrastructure IAM, Identity Center & Permission Boundaries VPC Deep Dive (Subnets, Routing, NAT, Endpoints) EC2 vs Containers...

Mastering Relay

Stage 1: Stop thinking in queries Why fragments are the unit of composition Why parents cannot access child data What data masking enforces Stage 2: Identity & cache truth Global IDs and objec...

2026 Modern AI Search & RAG Roadmap

1. Foundations: What Modern AI Search Is Modern search isn’t just keyword matching. It’s meaning-based retrieval using embeddings and semantic understanding. Vector search + semantic ranking has b...

Production Observability: From Signals to Root Cause (2026)

Phase 0 – The mindset shift Goal: Stop treating observability as dashboards and start treating it as causality. You will learn Why monitoring is not observability Why dashboards fail during inc...

Debugging Under Pressure

How I’d frame the course (high-leverage structure) Part 0 — The moment “It’s 02:47. Something is broken.” What not to do Why panic makes systems look simpler than they are Cognitive load and na...

Mastering Memory Management and Garbage Collection in .NET

How DATAS fits (cleanly, not as marketing) DATAS is not a separate topic, it’s an evolution of: GC heuristics allocation rate feedback concurrency decisions under load So it belongs inside GC...

Hermetic Builds

1️⃣ Why it’s strong Almost nobody teaches this clearly Hugely relevant to modern tooling: Nix, Bazel, Buck2, Pants, Docker, reproducible CI Instantly signals “senior / staff / infra brain” Ev...

Mastering Leet Code Algorithms

Realsitic challengin algo questions

Real-Time Web: Streaming, Events, and Live Systems

Real-Time Web: Streaming, Events, and Live Systems 1️⃣ Mental Models First (this is crucial) Before touching any tech, anchor the why. Request/Response vs Continuous Connections Pull vs Push S...

Cache is King

Why caching is a trade-off, not a solution Browser cache (HTTP headers, service workers, bfcache) CDN caching (edge, invalidation, cache keys) Application-level (in-memory, Redis, Memcached) Databa...

Web Security: The Modern Browser Model

Same-origin policy (actually understood) CORS, CORB, CORP, COEP — the full isolation stack Cross-origin isolation and SharedArrayBuffer/Spectre context CSP evolution and Trusted Types for DOM XSS S...