🔬

Deep Dives

Advanced concepts explained in depth for experienced developers

10 resources

RxJS in Angular - Reactive Development

Deborah Kurata • Pluralsight

Master reactive programming in Angular using RxJS observables, operators, and subjects. Advanced patterns for building reactive Angular applications with best practices.

angular
rxjs
typescript
advanced

You Don't Know JS

Kyle Simpson • GitHub

Deep dive series into JavaScript's core mechanisms including scope, closures, this keyword, prototypes, and asynchronous patterns. Essential reading for understanding JavaScript deeply.

javascript
advanced-concepts
advanced

Node.js Design Patterns

Mario Casciaro • Book

Deep dive into design patterns for Node.js applications. Learn about callbacks, promises, async/await, streams, and architectural patterns for building scalable Node.js applications.

node
javascript
advanced

Node.js, Express, MongoDB & More: The Complete Bootcamp

Jonas Schmedtmann • Udemy

Build a complete, real-world RESTful API and web app with advanced features including authentication, security, payments with Stripe, and deployment. Covers Node.js internals like event loop and streams.

node
express
mongodb
javascript
intermediate

Three.js Journey

Bruno Simon • Three.js Journey

Ultimate Three.js course for creating 3D experiences on the web. Covers fundamentals, physics, shaders, and performance optimization with beautiful projects and interactive lessons.

3d
webgl
javascript
intermediate

Epic React

Kent C. Dodds • Epic React

Professional React training from Kent C. Dodds covering React fundamentals, hooks, advanced patterns, and testing. Includes hands-on workshops with real-world scenarios and best practices.

react
testing
javascript
advanced

React - The Complete Guide

Maximilian Schwarzmüller • Udemy

A comprehensive React course covering hooks (useState, useEffect, useContext, useReducer, custom hooks), components, routing, state management, and more. Includes real-world projects and best practices.

react
javascript
intermediate

Total TypeScript

Matt Pocock • Total TypeScript

Professional-grade TypeScript training with hands-on workshops covering generics, type transformations, and advanced patterns. Features exercise-based learning with real-world problem solving scenarios.

typescript
advanced-patterns
advanced

TypeScript Decorators - Advanced Patterns

Microsoft • TypeScript Docs

Advanced guide to TypeScript decorators covering class, method, accessor, property, and parameter decorators. Includes practical examples and use cases.

typescript
advanced

TypeScript Deep Dive

Basarat Ali Syed • GitBook

Comprehensive free TypeScript book covering type system, project setup, advanced patterns, and best practices. Community-driven resource with practical examples and real-world scenarios.

typescript
intermediate