# 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
