# Learning Path

- [Learning Programming Basics](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/learning-programming-basics.md)
- [Getting Basic Understanding of Core Programming Technologies](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/getting-basic-understanding-of-core-programming-technologies.md)
- [Version Control System](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/version-control-system.md)
- [Developing Sustainable Programming Skills](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/developing-sustainable-programming-skills.md)
- [Algorithms and Data Structures 1/2](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/algorithms-and-data-structures-1-2.md)
- [Clear code. Beautiful code.](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/clear-code.-beautiful-code..md)
- [DBMS & SQL!](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/dbms-and-sql.md)
- [Algorithms and Data Structures 2/2](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/algorithms-and-data-structures-2-2.md)
- [12 - Finally, the Framework and the rest of applied stuff!](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/12-finally-the-framework-and-the-rest-of-applied-stuff.md)


---

# 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://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path.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.
