Projects with this topic
-
Infrastructure-as-code project for my self-hosting hobby and more.
Updated -
-
Evaluate soccer referees' performance.
Updated -
Project Description gerdmate-infra is the infrastructure codebase for the GERDmate platform – a modern digital health solution focused on monitoring and managing Gastroesophageal Reflux Disease (GERD) using AI and wearable data.
This repository contains all the necessary Infrastructure-as-Code (IaC) configurations, CI/CD pipeline definitions, security integrations, and observability tooling to support the deployment and scaling of GERDmate services across cloud environments.
Updated -
This project demonstrates two DevOps automation approaches for deploying a simple Flask-based To-Do List application that mimics a LAMP stack but uses Docker containers instead of a traditional Apache/PHP environment.
The goal is to give hands-on experience with core DevOps tools including:
Terraform: to provision infrastructure or manage Docker resources
Ansible: to configure remote hosts and deploy containers
Docker: to containerize and run the application
GitLab CI/CD: to automate testing, provisioning, and deployment pipelines
The To-Do app is built using Flask (Python) with a MySQL database and supports basic CRUD operations.
This is a 3-person collaborative project, divided into two main tracks:
🔹 Project 1: todo-terraform-docker Deploy the Flask + MySQL app entirely using Terraform’s Docker provider — no Ansible, no VM provisioning. This is ideal for fast, local development and demonstrates infrastructure-as-code at the container level.🔹 Project 2: ansible-todo-deployer Use Ansible to install Docker and deploy the containerized app on a remote VM (can be provisioned manually or via Terraform). This approach simulates a production-like environment where a host must be configured from scratch.Both projects use GitLab CI/CD for automated execution.
Updated -
-
Cloud-native data processing service: Spotify API integration for playlist analysis and genre processing, demonstrating production-ready cloud deployment with AWS ECS, CI/CD, and infrastructure as code.
Updated -
AWS Lambda functions for SOAR (Security Orchestration, Automation and Response): PDF URL extraction and phishing image analysis for threat intelligence workflows.
Updated -
All DevOps learning concepts and their practical implementations are discussed
Updated -
catalog-service fast API app
Updated -
-
-
-
This project implements a Continuous Integration and Continuous Deployment (CI/CD) pipeline for a Node.js application using GitLab CI/CD, Docker, and Docker Hub. The goal is to automate the process of building, testing, and deploying the application through various stages, ensuring consistency and reliability across environments.
Updated -
-
Quiz app is an advanced quiz builder platform that allows users to create and integrate customizable quizzes on websites and social media. The service supports a wide variety of question formats, including file uploads, multiple-choice, and numerical responses.
Updated -
The infrastructure of Gundam Laravel application orchestrated in ECS Fargate written in Terraform
Updated -
This is a demo app for DevSecOps from Code to Deploy.
Updated -