← Back to Roadmaps
Loading roadmap...
Learning Topics
This roadmap covers the following topics:
✅ Pattern Matching
- ✅ Match Expressions
- ⚪ Pattern Guards & Active Patterns
- ⚪ Nested & Recursive Patterns
- ⚪ Error Handling & Effects
- ⚪ Option & Result Types
- ✅ Railway-Oriented Programming
- ✅ Computation Expressions
✅ Higher-Order Functions
- ⚪ Collection Functions
- ⚪ Map & Filter Patterns
- ⚪ Fold & Reduce
- ⚪ Sequence Expressions
- ⚪ Monadic Operations
- ⚪ Bind & Return
- ⚪ Kleisli Composition
✅ Functional Architecture
- ⚪ Pure Core / Imperative Shell
- ⚪ Dependency Injection
- ⚪ Ports & Adapters
- ⚪ Concurrency & Parallelism
- ⚪ Async Workflows
- ⚪ MailboxProcessor & Agents
- ⚪ Production Considerations
- ⚪ .NET Interoperability
- ⚪ Performance & Testing