2025-11-14 20:48:21 +01:00
|
|
|
---
|
|
|
|
|
sidebar_position: 1
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Concepts
|
|
|
|
|
|
|
|
|
|
This section groups fundamental technical concepts and notions used in my projects.
|
|
|
|
|
|
|
|
|
|
## Objective
|
|
|
|
|
|
|
|
|
|
Document and explain key concepts to:
|
|
|
|
|
- Facilitate understanding of technical choices
|
|
|
|
|
- Serve as reference for projects
|
|
|
|
|
- Share theoretical and practical knowledge
|
|
|
|
|
|
|
|
|
|
## Topics Covered
|
|
|
|
|
|
|
|
|
|
Covered concepts include:
|
|
|
|
|
|
|
|
|
|
### Infrastructure
|
|
|
|
|
- Virtualization and containerization
|
|
|
|
|
- Networking and security
|
|
|
|
|
- Storage and backup
|
|
|
|
|
|
|
|
|
|
### Automation
|
|
|
|
|
- Infrastructure as Code (IaC)
|
|
|
|
|
- Configuration Management
|
|
|
|
|
- CI/CD and pipelines
|
|
|
|
|
|
|
|
|
|
### DevOps
|
|
|
|
|
- GitOps and versioning
|
|
|
|
|
- Observability (monitoring, logging, tracing)
|
|
|
|
|
- Practices and methodologies
|
|
|
|
|
|
|
|
|
|
### Orchestration
|
|
|
|
|
- Kubernetes and containers
|
|
|
|
|
- Service mesh
|
|
|
|
|
- Load balancing and scaling
|
|
|
|
|
|
2025-11-22 18:07:34 +01:00
|
|
|
## Articles
|
|
|
|
|
|
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
|
|
|
|
|
|
<DocCardList />
|