# Notes

A comprehensive collection of programming notes, algorithms, and problem solutions.

## 📖 Contents

### 🐧 Linux

* System Administration
* File Operations
* Security
* Shell Scripting
* Service Management

### 💾 Databases

* PostgreSQL
* MySQL
* Redis
* Best Practices & Optimization

### 🌐 Network

* Networking Fundamentals
* Protocols & Architecture
* Security & Best Practices
* Troubleshooting

### 🎯 Golang

* Basic concepts
* Data structures
* Best practices
* Examples

### 🔄 [Git Basics](https://notes.realtemirov.uz/git)

* Repository Operations
* Branching and Merging
* History Manipulation
* Stashing and Recovery
* Git Objects and Internals
* Best Practices
* Advanced Operations
* Troubleshooting

### 🧮 Algorithm

* [Algorithm Recap](https://github.com/realtemirov/notes/blob/main/Algorithm/Recap.md)
* [Big O Notation](https://notes.realtemirov.uz/algorithm/big_o_notation)
* [Binary Search](https://notes.realtemirov.uz/algorithm/binary_search)
* [Selection Sort](https://notes.realtemirov.uz/algorithm/selection_sort)
* [Recursion](https://notes.realtemirov.uz/algorithm/recursion)
* [Quick Sort](https://notes.realtemirov.uz/algorithm/quick_sort)
* [Hash Table](https://notes.realtemirov.uz/algorithm/hash_table)

## 🐳 Docker

* [Docker Basics](https://notes.realtemirov.uz/docker)

## 🚀 Kubernetes

* [Kubernetes Basics](https://notes.realtemirov.uz/kubernetes)

## 🔍 Navigation

* Each topic has its own detailed README
* Code examples with explanations
* Practice problems and solutions
* Resources for further learning

## 🤝 Contributing

Feel free to:

* Add new topics
* Improve content
* Fix errors
* Share examples

## 📝 License

MIT License - feel free to use and share


---

# 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://notes.realtemirov.uz/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.
