ESC

Type to search the knowledge base.

frontend.beauty · no login required

Frontend interview practice and timed mock interviews

Graded quizzes, output-prediction problems, find-the-bug drills, and 45–90 minute mocks — plus guides on JavaScript, React, CSS, and system design. Start in the browser. No signup.

  • No login required
  • Quizzes and mocks with solution
  • Byte size learning with full guides
Practice questions
66
Articles
667+
Mock durations
45–90m
Browser tools
13

Start with the guides

High-traffic topics people actually study for work and interviews.

All articles →

Browse by topic

Pick a subject and work through the guides in order — or jump in wherever you need.

Learn hub →

The rest of the interview loop

After practice and mocks: topic guides, machine coding briefs, DSA patterns, and system design notes. All pages are free without login.

Practice hub →

Recently featured

Flagship guides we keep polished.

All articles →

CORS Explained for Frontend

Why the browser blocks cross-origin responses, what Access-Control-* headers mean, preflight, credentials, and how to fix real frontend errors.

browser · intermediate

CSS Box Model

Content, padding, border, margin, box-sizing, and how the math actually works for layout and overflow.

css · beginner

CSS Grid Fundamentals

Two-dimensional layout with tracks, gaps, placement, fr units, and when grid beats flex for page scaffolding.

css · beginner

Flexbox Fundamentals

Flex container vs items, main vs cross axis, grow/shrink/basis, alignment, wrapping, and the bugs that show up in real layouts.

css · beginner

LRU Cache

Design an LRU cache with O(1) get and put — Map + doubly linked list, Map insertion-order approach, and interview tradeoffs.

dsa · advanced

Apple Frontend Interview

What frontend candidates typically face at Apple — polish, accessibility, web/UI craft, coding, and prep. Composite/unofficial.

experiences · advanced

Meta Frontend Interview

What frontend candidates typically face at Meta — rounds, coding focus, product sense, and a prep plan. Composite/unofficial guidance.

experiences · advanced

Microsoft Frontend Interview

What frontend candidates typically face at Microsoft — loops, TypeScript/systems flavor, coding bar, and prep. Composite/unofficial.

experiences · advanced

Netflix Frontend Interview

What frontend candidates typically face at Netflix — performance-minded UI, coding, design rounds, and prep. Composite/unofficial.

experiences · advanced

Open a practice session or timed mock

No signup and no paywall. Missed questions link into guides written for working engineers. When you need primary sources, start withMDN,react.dev, andweb.dev.