The repository represents work and results throughout the semester in the subject "Information Systems Administration".
The goal of this course is to study methods and tools for system administration, focusing on both thereotical foundations and practical skills with DevOps practices.
This repository is used to learn and practice the following tasks from the labs:
- Automate deployment and configuration
- Manage infrastructure as code (Ansible, Terraform)
- Monitor and visualise system performance (Prometheus, Grafana, Datadog)
For the source project, I chose a simple Go web application, using:
- Echo (web framework)
- GORM (ORM for Go)
- Zap logger