# Software Engineering Golden Treasury

## Intro

This is just a list of topics that I have seen throughout my time working in my first developer role. Some of the stuff I have know before even starting my career, others I have had to learn and there are still a lot of topics which I need to learn and practise.

I normally work on backend, and hardly touch any front end stuff.

There is some sense of organisation, but it is not complete and a lot of overlap.

## Areas

* [Cache](https://github.com/hanfak/topics-to-learn/tree/504ac4edfafcae9fed158b851b92c3fe99daa34e/cache/README.md)
* [Career](/workspace/career.md)
* [Computer Science](/workspace/computer-science.md)
* [DevOps](https://github.com/hanfak/topics-to-learn/tree/504ac4edfafcae9fed158b851b92c3fe99daa34e/devops/README.md)
* [Front End](/workspace/other-topics/front-end.md)
* [General Paradigms](/workspace/general-paradigms.md)
  * [Architecture](/workspace/general-paradigms/architecture.md)
  * [Design Aims](/workspace/general-paradigms/design-architecture-aims.md)
  * [Programming](https://github.com/hanfak/topics-to-learn/tree/504ac4edfafcae9fed158b851b92c3fe99daa34e/general-paradigms/programming-types/README.md)
* [Hardware](/workspace/hardware.md)
* [Integration](/workspace/integration.md)
* [Java](/workspace/languages/java.md)
* [Machine Learning](/workspace/other-topics/machine-learning.md)
* [Management & Workflow](/workspace/management-workflow.md)
* [Networks](/workspace/networks.md)
* [Operating Systems](/workspace/operating-system.md)
* [Other](/workspace/general.md)
* [Persistance](broken://pages/-Liw39IuZwYD5c4DF4sN)
* [Secruity](/workspace/secruity.md)
* [Testing & Maintaining](/workspace/testing-reading-maintaining.md)
* [Version Control](/workspace/version-control.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://hanfak.gitbook.io/workspace/readme.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.
