Learning track · 4 concepts
Application Engineering
Backend, web, mobile, product analytics, UX, real-time applications, interactive systems, and distribution loops.
What mastery looks like
This track contains 4 connected concepts rather than an unordered reading list. Mastery means you can move from vocabulary to mechanisms, predict how the system behaves under pressure, and support a design decision with code, measurements, or a failure-recovery exercise. For Application Engineering, use the track description as the boundary: learn enough detail to reason clearly about backend, web, mobile, product analytics, ux, real-time applications, interactive systems, and distribution loops.
A useful explanation names the state involved, the operation that changes it, the resource or safety constraint, and the observable signal that tells you whether the mechanism works. Avoid stopping at product names. Compare at least two approaches, state what each optimizes, and identify what breaks first as scale, concurrency, latency, or uncertainty increases.
Suggested study sequence
Start with the core concepts at the top of the list and write a one-paragraph mechanism note for each. Continue through the core concepts by alternating explanation with an executable drill. Use the related concepts and roadmap milestones to integrate the pieces into a complete system.
At the end of each session, record one decision you can now make, one failure mode you can now predict, and one unanswered question. Revisit that question through the linked primary sources, then prove the answer in the Playground or a real repository. The track is complete when you can transfer the reasoning to an unfamiliar system, not when every page has been opened.
Roadmaps
Concepts in this track
core
Game/Simulation Design
Turn engines, board state, rules.
core
Web & Mobile Engineering
Web and native lifecycles, rendering, navigation, state, networking, offline behavior, accessibility, and release constraints.
core
UX & Interface Design
User goals, information architecture, interaction states, feedback, accessibility, usability testing, and design systems.
core
2D/3D Interactive Systems
Scene graphs, render loops, input, animation, physics, GPU pipelines, asset loading, and performance budgets.