Skip to content
View salioudjalo's full-sized avatar

Block or report salioudjalo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
salioudjalo/README.md

πŸ‘‹ Hi, I'm Saliou Djalo

Cloud & DevOps Engineer focused on production-grade AWS infrastructure

Designing scalable, automated and secure cloud environments using Infrastructure as Code.


πŸš€ About Me

I design and build cloud infrastructure that is:

  • Scalable
  • Automated
  • Reproducible
  • Production-ready

My focus is on AWS environments built with Terraform, containerised workloads with Docker, and reliable CI/CD pipelines.

I approach infrastructure with the mindset that:

If it can't be versioned and automated, it shouldn't exist.


πŸ›  Core Stack

Cloud: AWS (EC2, VPC, IAM, S3, ECS, Route53)
Infrastructure as Code: Terraform (modular design, remote state, workspaces)
Containers: Docker
Orchestration: Kubernetes
CI/CD: GitHub Actions
OS & Scripting: Linux, Bash


πŸ”₯ Featured Projects

πŸ— Terraform AWS Foundations

Production-style AWS infrastructure built from scratch using Terraform.

Includes:

  • Custom VPC with public/private subnets
  • NAT Gateway & Internet Gateway
  • Secure IAM roles and policies
  • Remote backend configuration
  • Modular architecture structure

Goal: Simulate real-world infrastructure layout and best practices.


🐳 Docker β†’ ECS Deployment Pipeline

End-to-end container deployment workflow.

Includes:

  • Dockerised application
  • ECR image registry
  • ECS (Fargate) service deployment
  • CI pipeline with GitHub Actions
  • Automated build & push process

Goal: Fully automated container lifecycle from commit to deployment.


☸ Kubernetes Production Setup

Container orchestration with focus on reliability.

Includes:

  • Deployment & Services configuration
  • Ingress setup
  • Rolling updates strategy
  • Monitoring stack (Prometheus + Grafana)
  • Helm-based structure

Goal: Production-minded Kubernetes environment with observability.


πŸ“Š Engineering Approach

  • Infrastructure is code, not configuration
  • Security is designed early, not added later
  • Automation reduces operational risk
  • Clear folder structure > clever hacks

I focus on writing infrastructure that teams can understand and maintain.


🌍 Connect With Me


πŸ“ˆ GitHub Activity

Consistently building hands-on cloud infrastructure projects to refine production readiness and architecture design skills.

Pinned Loading

  1. terraform-aws-foundations terraform-aws-foundations Public

    Hands-on Terraform projects for building AWS infrastructure from scratch

    HCL

  2. docker-to-ecs-real docker-to-ecs-real Public

    End-to-end Docker β†’ ECR β†’ ECS (Fargate + EC2) deployment of a containerized API

    Dockerfile

  3. docker-node-postgres docker-node-postgres Public

    Production-ready Docker Compose stack with a Node.js API and PostgreSQL database.

    JavaScript

  4. python-ci-cd-docker python-ci-cd-docker Public

    Python app structured for Docker-based development and CI/CD pipelines.

    Python