Explore Learning Roadmaps
Discover structured learning paths created by the community
For spaced repetition and to create your own courses, please see Classic Courses
Available Learning Roadmaps
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# Roadmap begins at a single core node: Immutability & Expressions, establishing values, pure functions, and type inference as the foundation. From this core, one branc...
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,...
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...
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)...
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...
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...
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...
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...
🔹 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...
Compilation Model & Type System Value vs Reference Semantics Nullability & Flow Analysis Expressions, Statements & Control Flow Pattern Matching (Modern Switch) Records & Immutability Generic...
Foundations (Still Non-Negotiable) Cloud Fundamentals & AWS Global Infrastructure IAM, Identity Center & Permission Boundaries VPC Deep Dive (Subnets, Routing, NAT, Endpoints) EC2 vs Containers...
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...
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...
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...
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...
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...
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...
Realsitic challengin algo questions
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...
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...
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...