Next Steps
You've got a running Digital Alchemy application. Here's how to go deeper.
Learning path​
| I want to... | Go to |
|---|---|
| Understand services and how they communicate | Adding Services |
| Control when my code runs | Lifecycle Hooks |
| Add typed, validated configuration | Typed Configuration |
| Package code as a reusable library | Building a Library |
| Write tests for my services | Testing Basics |
Reference — look things up​
| I need the full API for... | Go to |
|---|---|
CreateApplication options | CreateApplication |
TServiceParams properties | TServiceParams |
| All lifecycle hooks | Hooks |
| Config types and sourcing | Configuration Overview |
| Logger, scheduler, event bus | Builtins |
Guides — understand the model​
| I want to understand... | Go to |
|---|---|
| The exact boot sequence, step by step | Bootstrap Internals |
| Why DI and what it buys you | Dependency Injection |
| How to structure a real app | Application Structure |
| How config flows from env to your code | Config and Environments |