# You Should Know

## My journey in improving my computer science skills

Ever since switching careers from Psychology to Computer Engineering I've always faced impostor syndrome. I believe in my skills and what I'm capable of achieving but I'm not always able to prove it.

Almost all of my interviews have gone sour as I can't get past the algorithm portions. So I'm taking this time (and this Gitbook) to keep a running log of everything I'm learning.

I'm adding new sections as I go, but here are the sections.

If you're reading this in Github, see the Gitbook here: [ysk.snesjhon.com](https://ysk.snesjhon.com)


---

# 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://ysk.snesjhon.com/master.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.
