> For the complete documentation index, see [llms.txt](https://notes.realtemirov.uz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.realtemirov.uz/readme.md).

# 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](/git.md)

* 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](/algorithm/big_o_notation.md)
* [Binary Search](/algorithm/binary_search.md)
* [Selection Sort](/algorithm/selection_sort.md)
* [Recursion](/algorithm/recursion.md)
* [Quick Sort](/algorithm/quick_sort.md)
* [Hash Table](/algorithm/hash_table.md)

## 🐳 Docker

* [Docker Basics](/docker.md)

## 🚀 Kubernetes

* [Kubernetes Basics](/kubernetes.md)

## 🔍 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
