> For the complete documentation index, see [llms.txt](https://hanfak.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hanfak.gitbook.io/workspace/general/learning.md).

# Learning

* <https://sizovs.net/2018/12/17/stop-learning-frameworks/>
  * Avoid spending lots of time on the new/latest tech/frameworks/libraries etc
  * Instead learn these at work
  * spend time on the fundamentals (80%) as these can be applied to the tech
  * Be careful, the fundamentals are abstract and hard to understand without the examples/implementations (ie frameworks/tech)

## solving problems

## Searching

## Asking quesitons

## Projects

* <https://lethain.com/how-to-practice-backend-engineering/>

## Reading

## podcasts and videos

## Katas

* types (in order of easiest first)
  * Refactoring
    * Given code and tests
  * TDD, no or limited code (ie interfaces)
    * Given spec only
  * Legacy
    * Given code and/or (limited) spec but no tests

## Links

<https://medium.com/free-code-camp/the-main-pillars-of-learning-programming-and-why-beginners-should-master-them-e04245c17c56>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hanfak.gitbook.io/workspace/general/learning.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.
