A comprehensive curriculum for mastering functional programming with TypeScript and Redux. This repository contains a structured series of lectures designed to take you from the basics of pure functions to advanced architectural patterns used in modern scalable applications.
Start Learning Here (Curriculum Index)
The curriculum is organized into five main sections:
- Fundamentals: Core concepts of TypeScript, pure functions, and functional programming basics.
- Intermediate: Modern Redux patterns, Redux Toolkit, and functional composition.
- Advanced: Monads, monad transformers, and category theory fundamentals.
- Applications: Real-world applications, performance optimization, and cross-language FP.
- Maintenance & Architecture: Strategies for maintaining large FP codebases and modern Redux architecture.
These functional programming patterns are used in production at ForbocAI — a neuro-symbolic AI SDK for autonomous game NPCs. The SDK uses Redux-style state management, pure functional pipelines, and monadic patterns for AI inference.
- ForbocAI SDK Documentation — See these patterns in action
- ForbocAI SDK Concepts — Architecture overview