# Home

Welcome to my open source developer handbook! Here, I share various dev content with you, like code snippets, [tutorials](https://book.larswaechter.dev/tutorials), [cheatsheets](https://book.larswaechter.dev/cheatsheets) and useful [resources](https://book.larswaechter.dev/resources) for learning new things. The topics are not tied to any particular programming language or framework.

This handbook is an ongoing project and I'm adding new things over time. Feel free to share it with your developer friends! 👨‍💻👩‍💻 Let me also know if you're missing a specific topic or have any recommendations.

Kind regards,\
Lars


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.larswaechter.dev/home.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
