Revise any tech topic
in under 1 hour.
High-signal content for mid to senior engineers. Structured for fast recall, not passive reading.
Topics
Python
BackendGIL, memory model, concurrency, decorators, MRO, generators
JavaScript
Frontend / FullstackEvent loop, closures, prototypes, async/await, type coercion, ES6+
Node.js
BackendEvent loop phases, streams, worker threads, security, performance
Java
BackendJVM internals, concurrency, HashMap internals, Spring, GC algorithms
Kubernetes & Docker
DevOpsContainers, pods, deployments, services, networking, and RBAC
DSA
Coding InterviewBig O, trees, graphs, dynamic programming, sorting, hash tables
System Design
ArchitectureScalability, caching, CAP theorem, databases, messaging, reliability
High-Level Design
ArchitectureMicroservices, event-driven, API design, observability, CQRS, sagas
Low-Level Design
OOP / PatternsSOLID, design patterns (Gang of Four), OOP, concurrency patterns
Databases
DataOLTP vs OLAP, PostgreSQL, MongoDB, Snowflake, ClickHouse, BigQuery — when to use what
React
Frontend / FullstackHooks, fiber architecture, reconciliation, server components, performance optimization
AWS / Cloud
DevOpsEC2, Lambda, S3, IAM, VPC, DynamoDB, CloudFormation — core cloud interview topics
SQL Deep Dive
DataWindow functions, CTEs, query plans, indexes, transactions, MVCC, database internals