Skip to content

Latest commit

 

History

History
141 lines (125 loc) · 5.02 KB

File metadata and controls

141 lines (125 loc) · 5.02 KB

Tech Contents

A curated collection of technical content, resources, and documentation for software development and technology topics.

Overview

This repository serves as a knowledge base for various technical subjects, including but not limited to:

  • Programming languages and frameworks (Golang, Python, Rust, etc.)
  • System design and architecture (backend, infra, Kafka, distributed systems, etc.)
  • DevOps and infrastructure (Kubernetes, Helm, Terraform, AWS, etc.)
  • AI and machine learning
  • Cloud computing
  • Linux and operating systems
  • Security and best practices
  • Technical books and learning resources
  • Backend development resources

Structure

The repository is organized into the following sections:

tech-contents/
├── AI/                              # AI and machine learning resources
│   ├── Claude Code/
│   ├── Context Graph/
│   │   └── Neo4j-Fundamentals/
│   ├── Courses/
│   │   └── Agentic-AI-Deeplearning-AI/
│   ├── Hermes.md
│   ├── blogs.md
│   └── videos.md
├── Books/                           # Technical books and learning resources
│   ├── Database Internals/
│   ├── Designing Data Intensive Applications/
│   ├── Observability Engineering/
│   ├── Prometheus Up and Running/
│   └── The Linux Command Line/
├── backend/                         # Backend development resources and guides
│   ├── blogs.md
│   ├── golang-based-db.md
│   ├── videos.md
│   └── courses/
│       ├── Clickhouse/
│       ├── fundamentals of backend engineering/
│       ├── fundamentals of Operating Systems/
│       └── Introduction to NGINX/
├── cloud/                           # Cloud platforms and services
│   ├── blogs.md
│   └── courses/
├── content/                         # General technical content and resources
│   ├── career planning/
│   │   ├── articles.md
│   │   └── videos.md
│   ├── js resources/
│   │   └── js-basics.md
│   └── security/
│       └── docker-scout-vs-trivy.md
├── devops/                          # DevOps tools and practices
│   ├── AWS/
│   │   └── ML-Engineer-Associate/
│   ├── containers/
│   │   └── videos.md
│   ├── helm/
│   │   └── blogs.md
│   ├── kubernetes/
│   │   ├── blogs.md
│   │   ├── kubecon.md
│   │   ├── videos.md
│   │   ├── CKAD/
│   │   ├── CKS/
│   │   │   ├── Cillium/
│   │   │   ├── cis-benchmarks.md
│   │   │   ├── cluster-create.md
│   │   │   ├── cluster-setup-and-heardening.md
│   │   │   ├── minimizing-microservice-vulnerabilities.md
│   │   │   ├── monitoring-logging-runtime-security.md
│   │   │   ├── networkpolicy.md
│   │   │   ├── notes.md
│   │   │   ├── resources.md
│   │   │   ├── supply-chain-security.md
│   │   │   └── system-hardening.md
│   │   └── courses/
│   │       ├── Introduction to AI/
│   │       └── kcsa/
│   └── terraform/
│       └── tutorials.md
├── linux/                           # Linux resources and tutorials
│   ├── blogs.md
│   └── courses.md
├── programming/                     # Programming languages, frameworks, and libraries
│   ├── golang/
│   │   ├── blogs.md
│   │   ├── videos.md
│   │   └── courses/
│   │       ├── Concurrency Deep Dive/
│   │       ├── Master Go/
│   │       └── The Ultimate Guide to Debugging in Go/
│   ├── python/
│   │   └── videos.md
│   └── rust/
│       ├── Videos.md
│       └── rust-tools.md
└── system-design/                   # System design concepts and examples
    ├── backend/
    │   ├── blogs.md
    │   ├── hash-table-internals.md
    │   ├── podcasts.md
    │   └── videos.md
    ├── distributed-systems/
    │   └── videos.md
    ├── infra/
    │   ├── blogs.md
    │   └── videos.md
    └── kafka/
        ├── kafka.md
        └── notes.md

Contributing

Contributions are welcome! If you'd like to add content or make improvements:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

Usage

Feel free to browse the repository for information on specific topics. Each directory contains markdown files and code examples related to its subject area.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have any questions or suggestions, please open an issue in this repository.