← Back to Roadmaps
Loading roadmap...

Learning Topics

This roadmap covers the following topics:

Pattern Matching
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