Getting Started
Welcome to your personal knowledge-base for backend engineering and DevOps.
What Are Cheat Sheets?
Cheat sheets are quick reference guides that help you:
- Remember common commands
- Look up syntax quickly
- Find best practices
- Learn new tools efficiently
How to Navigate This Site
Using the Sidebar
- Browse categories on the left sidebar
- Click any topic to expand/collapse it
- Navigate to specific cheat sheets
- The current page is highlighted in the sidebar
Using Search
- Press
Ctrl+K(Windows/Linux) orCmd+K(Mac) - Type any command, tool, or keyword
- Results show matching pages instantly
- Use arrow keys to navigate results
Using the Navbar
- Home: Return to the homepage with feature overview
- Guides: Access learning guides and tutorials
- GitHub: View or contribute to the repository
Categories Overview
- DevOps: Docker, Kubernetes, Terraform, Helm, Ansible - infrastructure tools
- Cloud Platforms: AWS, Azure, GCP - cloud provider CLIs
- CI/CD: GitHub Actions, GitLab CI, Jenkins, ArgoCD - automation
- Databases: PostgreSQL, MySQL, Redis, MongoDB - database commands
- Monitoring: Prometheus, Grafana, ELK, Loki - observability
- Security: OpenSSL, SSH, TLS, OAuth - security practices
- Other: Git, Linux, Network, HTTP codes - general tools
Tips for Effective Learning
- Practice Commands: Use a local environment before production
- Build Muscle Memory: Regularly use commands until they stick
- Bookmark Favorites: Save frequently-used pages for quick access
- Review Regularly: Tools update frequently, refresh your knowledge
- Combine Tools: Learn how different DevOps tools work together
- Start Simple: Begin with basic operations, learn advanced later
- Use Context: Understand when and why to use specific commands
- Document Your Work: Create your own cheat notes for custom setups
- Follow Best Practices: Security, performance, and reliability matter
- Stay Updated: Follow documentation and release notes
Quick Start Path
- Read the Overview page to see all available topics
- Pick a category from the sidebar
- Read the cheat sheet and practice the commands
- Apply what you learned in a safe environment
- Repeat for other tools and technologies
TIP
Use the Search feature (Ctrl+K or Cmd+K) to quickly find specific commands across all cheat sheets.
Need Help?
If you're looking for something specific:
- Check the relevant category in the sidebar
- Use search to find relevant pages
- Browse the Guides section for detailed tutorials
- Check the GitHub repository for issues or contributions