# Tech

- [C++](https://blog.gomchik.com/tech/c++.md)
- [Utils](https://blog.gomchik.com/tech/c++/utils.md)
- [Math](https://blog.gomchik.com/tech/c++/vector.md)
- [String](https://blog.gomchik.com/tech/c++/string.md)
- [Vector](https://blog.gomchik.com/tech/c++/vector-1.md)
- [Set](https://blog.gomchik.com/tech/c++/set.md)
- [Unordered Set](https://blog.gomchik.com/tech/c++/unordered_set.md)
- [Map](https://blog.gomchik.com/tech/c++/map.md)
- [Unordered Map](https://blog.gomchik.com/tech/c++/unordered_map.md)
- [Queue](https://blog.gomchik.com/tech/c++/queue.md)
- [Priority Queue](https://blog.gomchik.com/tech/c++/priority_queue.md)
- [Union find](https://blog.gomchik.com/tech/c++/union_find.md)
- [Binary Search](https://blog.gomchik.com/tech/c++/binary-search.md)
- [Graph Algorithms](https://blog.gomchik.com/tech/c++/algorithms.md)
- [Matrix to Graph](https://blog.gomchik.com/tech/c++/matrix_to_graph.md)
- [Trie](https://blog.gomchik.com/tech/c++/trie.md)
- [Dijkstra](https://blog.gomchik.com/tech/c++/dijkstra.md)
- [Database Transactions](https://blog.gomchik.com/tech/database-transactions.md)
- [A Simple Transaction Analysis](https://blog.gomchik.com/tech/database-transactions/a-simple-example-analysis.md)
- [Implementation of Isolation Levels](https://blog.gomchik.com/tech/database-transactions/implementation-of-isolation-levels.md)
- [Isolation Levels](https://blog.gomchik.com/tech/database-transactions/isolation-levels.md)
- [Isolation](https://blog.gomchik.com/tech/database-transactions/isolation.md)
- [Storage Types](https://blog.gomchik.com/tech/database-transactions/storage-types.md)
- [Transaction Atomicity and Durability](https://blog.gomchik.com/tech/database-transactions/transaction-atomicity-and-durability.md)
- [Java](https://blog.gomchik.com/tech/java.md)
- [Important Questions](https://blog.gomchik.com/tech/java/assembly-code-vs-bytecode.md)
- [Spring MVC](https://blog.gomchik.com/tech/java/spring-mvc.md)
- [Program execution](https://blog.gomchik.com/tech/program-execution.md)
- [Node.js](https://blog.gomchik.com/tech/program-execution/nodejs.md)
- [Runtimes](https://blog.gomchik.com/tech/program-execution/runtimes.md)
- [System Design](https://blog.gomchik.com/tech/system-design.md)
- [Basic Terminologies](https://blog.gomchik.com/tech/system-design/basic-terminologies.md)
- [CAP Theorem](https://blog.gomchik.com/tech/system-design/cap-theorem.md)
- [Normalization of Database](https://blog.gomchik.com/tech/system-design/normalization-of-database.md)
- [Useful Reads](https://blog.gomchik.com/tech/system-design/useful-reads.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://blog.gomchik.com/tech.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.
