Tags

Framework

Framework

0 lessons
1 system design
7 community items

framework

Community

7 items
Question Bundle
Free

Spring Boot Bean Lifecycle Trivia

Four questions on Spring's bean lifecycle: scopes, init / destroy callbacks, circular dependencies, and conditional beans. Aimed at Java backend candidates who keep getting tripped up by the container.

Java
framework
java-annotations
interview-prep

1.1k

8

4.5 (12)

Apr 20, 2026

by CodeSnatch

Question Bundle
Free

Django ORM N+1 and prefetch_related Drill

Four questions on Django ORM patterns I keep flagging in code review: spotting N+1 in templates, choosing select_related vs prefetch_related, slicing prefetches, and avoiding the .count() trap.

Python
framework
database
query-optimization
interview-prep

412

14

4.4 (9)

Apr 16, 2026

by @freyadiallo

Question Bundle
Free

FastAPI Dependency Injection Drill

A four-question drill on FastAPI's Depends system: caching, sub-dependencies, override patterns, and yield-based teardown. Aimed at developers preparing for a Python web backend interview.

Python
framework
py-asyncio
interview-prep

328

8

4.3 (13)

Apr 3, 2026

by CodeSnatch

Question Bundle
$9.99

Next.js App Router Quirks I Keep Mixing Up

Five App Router gotchas I keep tripping over six months into Next.js 15. Each one is paired with the exact mental model that finally made it click, in TypeScript.

TypeScript
framework
react
ts-strict-mode
interview-prep

703

8

4.3 (13)

Apr 3, 2026

by @sanjayward

Question Bundle
$12.99

React Server Components Mental Model Quiz

A 5-question quiz that builds the right mental model for React Server Components: where code runs, what can cross the network, when client boundaries cost you, and where async lives.

TypeScript
react
framework
ts-strict-mode
interview-prep

1k

7

4.3 (9)

Feb 15, 2026

by CodeSnatch

Question Bundle
Free

Express vs NestJS Middleware Quiz

Four questions comparing Express middleware to NestJS guards, interceptors, and pipes. Aimed at devs who came up on Express and keep reaching for `app.use()` when Nest already gives them a better seam.

TypeScript
framework
api-design
interview-prep

925

20

Dec 30, 2025

by @isabellarashid

Question Bundle
$9.99

Mobile Lifecycle and State Restoration Quiz

Four Android-flavored questions on activity lifecycle, configuration changes, and saved-state restoration. Aimed at native Android candidates and at backend devs interviewing onto a mobile-leaning team.

Java
framework
state-machine
interview-prep

588

15

4.2 (11)

Dec 29, 2025

by @folakemansour