https://github.com/albertarakelyan/aa-markdown-library
This repository is a curated collection of Markdown-based resources, cheatsheets, and real-world experience-driven guides.
https://github.com/albertarakelyan/aa-markdown-library
cheatsheets guides
Last synced: 4 months ago
JSON representation
This repository is a curated collection of Markdown-based resources, cheatsheets, and real-world experience-driven guides.
- Host: GitHub
- URL: https://github.com/albertarakelyan/aa-markdown-library
- Owner: AlbertArakelyan
- License: mit
- Created: 2025-03-20T19:45:46.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T17:28:38.000Z (10 months ago)
- Last Synced: 2025-03-29T16:17:59.638Z (10 months ago)
- Topics: cheatsheets, guides
- Homepage: https://albertarakelyan.com/resources/books
- Size: 43.9 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AA Markdown Library

**Welcome to the AA Markdown Library!**
This repository is a curated collection of **Markdown-based resources, cheatsheets, and real-world experience-driven guides**. Whether you're a developer or tech enthusiast, you'll find structured, high-quality materials to enhance your workflow.
### 🚀 What You’ll Find:
- **Comprehensive Cheatsheets** – Quick references for Markdown syntax and advanced usage.
- **Best Practices & Guides** – Practical insights from real-world experience.
- **Resourceful Knowledge Base** – Curated materials to boost productivity and learning.
---
## 🔍 Table of Contents
1. [Docker](#1-docker)
---
## 1. Docker
Docker is a platform that enables developers to build, ship, and run applications in isolated environments called containers. It simplifies deployment, improves scalability, and ensures consistency across different systems.
📂 What You’ll Find Here:
✅ Cheatsheets – Quick Docker commands for daily use
✅ Guides from Real Experience – Practical insights, best practices, and troubleshooting tips
🚀 Master containerization with hands-on knowledge and real-world use cases!
### Reference
- [Docker Official Website](https://www.docker.com/)
### 📝 Cheatsheets
- [Docker Cheatsheet](./resources/docker/cheatsheets/Docker_Cheatsheet.md)
### 📖 Guides
- [MySQL + PHPMyAdmin in the Same Network on Docker](./resources/docker/guides/MySQL_+_PHPMyAdmin_in_the_Same_Network_on_Docker.md)