This project, dubbed "FizzBuzz-as-a-Service," showcases the software engineering and DevOps concepts I've learned, including CI/CD workflows, unit testing, and containerization. It provides a FastAPI-based microservice that solves the classic FizzBuzz problem via an HTTP API, with deployment through Render for free public hosting.
To try it out yourself, check out the Fizzbuzz API docs!
Aeternum is a Python CLI tool for managing project configurations using YAML, allowing users to define build, test, and deployment steps with customizable strategies. It ensures well-structured project lifecycles, supports validation, and promotes reusable and portable configuration standards across CI/CD pipelines.
Check out the latest releases on Github!