https://github.com/stevencoutts/CICD-Example To set up the Elastic Stack (Elasticsearch, Logstash, Kibana) within Docker containers with an Nginx log shipper, follow these steps: Step 1: Install Docker and Docker Compose Before you get started, ensure that Docker and Docker Compose are installed on your machine. – **Install Docker**: – For Ubuntu/Debian: sudo apt-get update sudo apt-get […]
Month: March 2025
In modern software development, Continuous Integration and Continuous Deployment (CI/CD) have become essential practices for delivering high-quality applications efficiently. CI/CD pipelines automate the process of integrating code changes, testing, and deploying applications, reducing errors and accelerating the development cycle. This tutorial will guide you through building a robust CI/CD pipeline using FastAPI and GitHub Actions. […]

Welcome to our comprehensive guide on Docker! This article aims to provide you with an easy-to-follow overview of everything you need to know about Docker, from creating Dockerfiles to managing containers. Whether you’re a beginner or looking for a quick refresher, this cheat sheet will help you get started and navigate the basics of containerisation. […]