Quizzes

Browse the public Catalog and filter quizzes by Tag.

Filter by tags
/
48 questions

Core Web Vitals: Make It Feel Fast

Practice diagnosing slow loading, delayed interactions, and shifting layouts. The scenarios cover LCP, INP, CLS, resource loading, hydration, web fonts, and differences between...

web-performance
core-web-vitals
frontend
lcp
inp
cls
44 questions

CORS: Why Is the Browser Blocking Me?

Work through how browsers handle origins, CORS, preflights, credentials, opaque responses, SameSite cookies, CSP, CSRF, and the classic "but it works in Postman" trap.

cors
browser-security
cookies
csp
csrf
fetch
38 questions

Counterintuitive Probability

Monty Hall, the birthday paradox, the gambler's fallacy, and other places where careful probability overturns gut instinct. Each question pairs a tempting wrong answer with an...

mathematics
everyday-life
12 questions

CSS Cascade, Specificity & Inheritance

Read CSS conflicts the way the engine does: specificity by column, why @layer order outranks specificity (and how !important reverses it), unlayered-beats-layered, inherited...

css
frontend
35 questions

What Your Database Actually Promises: Isolation & Consistency

CAP, isolation levels, and locking strategies as the documentation actually defines them. Covers why partition tolerance is never optional, what PostgreSQL's default Read...

databases
postgresql
transactions
isolation-levels
concurrency
distributed-systems
consistency
cap-theorem
36 questions

Docker: What Actually Happens?

Test what Docker does with build contexts, caching, image layers, multi-stage builds, Unix signals, networking, storage, and Linux isolation. Each Question asks you to reason...

docker
containers
devops
linux
networking
30 questions

Economics of Small Decisions

Thirty questions on the economics hiding inside ordinary choices — not interest rates and GDP, but the trade-offs you make every day. Covers opportunity cost, the sunk cost...

economics
everyday-life
60 questions

English for Code Reviews

Practical English for pull requests and code reviews, organized as a small curriculum: commit subjects and PR titles, PR descriptions, the grammar that trips up non-native...

languages
work
36 questions

Everyday Physics Myths

Thirty-six everyday physics myths and half-truths — does a heavier object really fall faster, why is the sky blue, is there no gravity in space, and does the Coriolis effect...

science
everyday-life