Logo

Learning Hub

Tutorials for Real Product Work

Pick a tutorial and jump into structured, practical lessons focused on frontend, architecture, and shipping workflows.

7 tutorials
BeginnerTooling

Bun for Fast Next.js Tooling

Use Bun to speed up dependency install and local scripts while keeping your Next.js workflow stable.

45m
3 topics
Start tutorial
BeginnerBackend Fundamentals

Rust Basics for Beginners

Learn ownership, borrowing, and project structure with practical examples from a web engineer perspective.

1h 30m
3 topics
Start tutorial
IntermediateBackend Fundamentals

Rust Series 2: Intermediate Patterns

Continue from Rust basics with traits, generics, iterators, collections, and safe concurrency patterns.

2h 20m
3 topics
Start tutorial
AdvancedBackend Fundamentals

Rust Series 3: Advanced Patterns

Continue from intermediate Rust with lifetimes, smart pointers, async fundamentals, macros, and testing workflows.

3h 10m
4 topics
Start tutorial
IntermediateData Layer

React Query Without State Chaos

Model loading, error, and cache behavior in one place for list/detail pages and mutations.

1h 10m
3 topics
Start tutorial
IntermediatePerformance

Next.js Performance Toolkit

Improve real-world performance with rendering boundaries, media strategy, and measurable budgets.

1h 20m
3 topics
Start tutorial
AdvancedDevOps

Ship Next.js with CI/CD

Run lint/test/build checks per pull request and deploy confidently with clear rollback strategy.

1h 50m
3 topics
Start tutorial