Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 375 Bytes

File metadata and controls

18 lines (14 loc) · 375 Bytes

Learning Notes

Just documenting my journey learning Python, TypeScript, and DevOps.

Python

  • FastAPI for web APIs
  • Pydantic for data validation
  • pytest for testing

DevOps

  • Docker & containers
  • Prometheus & Grafana for monitoring
  • GitHub Actions for CI/CD

Currently Learning

  • How monitoring providers work
  • REST API integrations
  • TypeScript basics