Skip to main content

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 communicateAdding Services
Control when my code runsLifecycle Hooks
Add typed, validated configurationTyped Configuration
Package code as a reusable libraryBuilding a Library
Write tests for my servicesTesting Basics

Reference — look things up​

I need the full API for...Go to
CreateApplication optionsCreateApplication
TServiceParams propertiesTServiceParams
All lifecycle hooksHooks
Config types and sourcingConfiguration Overview
Logger, scheduler, event busBuiltins

Guides — understand the model​

I want to understand...Go to
The exact boot sequence, step by stepBootstrap Internals
Why DI and what it buys youDependency Injection
How to structure a real appApplication Structure
How config flows from env to your codeConfig and Environments