Skip to content
View aadieng100's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report aadieng100

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
aadieng100/README.md

Abdoul Aziz Dieng

DevSecOps & Cloud Platform Engineer

Dakar, Senegal · Open to Remote & International Opportunities

I build secure cloud platforms and DevSecOps workflows across AWS, Kubernetes, Terraform, CI/CD, Docker, Linux, and security automation.

My focus is on secure-by-default infrastructure, repeatable deployments, CI/CD security gates, cloud automation, and documentation that helps engineering teams ship software more reliably.


Core Stack

Area Tools
Cloud AWS, EKS, EC2, ALB, RDS PostgreSQL, S3, IAM, KMS, Route 53
Containers & Kubernetes Docker, Kubernetes, Helm, ArgoCD, ECR, Kind
Infrastructure as Code Terraform, reusable modules, remote S3 backend
CI/CD & DevSecOps GitHub Actions, AWS CodePipeline, OIDC, SAST, SCA, DAST, secret scanning
Security Tools Semgrep, Trivy, Checkov, OWASP ZAP, Gitleaks, Trufflehog
Backend & Scripting Java, Spring Boot, PostgreSQL, Bash, Linux
Observability Prometheus, Grafana, logs, health checks, runbooks

Featured Projects

01. KubeSecure-GitOps

Repository: KubeSecure-GitOps
Focus: AWS EKS, Terraform, Helm, ArgoCD, GitOps, Kubernetes Security

A security-hardened GitOps platform that deploys a Spring Boot API to AWS EKS using Terraform, Helm, ArgoCD, Docker, and Amazon RDS PostgreSQL.

  • Built a Kubernetes GitOps workflow with Helm charts and ArgoCD reconciliation.
  • Provisioned AWS networking, EKS node groups, and encrypted RDS PostgreSQL.
  • Hardened containers with multi-stage builds, non-root execution, read-only filesystem, and resource limits.
  • Applied Kubernetes NetworkPolicies for least-privilege traffic control.
  • Structured Terraform into reusable infrastructure modules.

02. Multi-Tier DevSecOps CI/CD Platform

Repository: devsecops_project02
Focus: AWS, Terraform, GitHub Actions, Java, Spring Boot, Security Gates

A production-inspired DevSecOps platform for secure CI/CD automation, reusable AWS infrastructure, and developer self-service workflows.

  • Built a GitHub Actions pipeline with secret scanning, SAST, IaC checks, SCA/container scans, DAST, deployment, and teardown.
  • Designed a multi-tier AWS architecture with public ALB, private Auto Scaling Groups, and isolated RDS PostgreSQL.
  • Implemented OIDC-based keyless AWS authentication for CI/CD workflows.
  • Refactored Terraform into reusable modules for network, IAM, database, compute, and observability.
  • Added encrypted S3 artifact staging with KMS and secure EC2 bootstrapping.

03. GuardianPy

Repository: guardianpy
Focus: Python, Policy-as-Code, Dockerfile Checks, Terraform Checks, CI/CD Gating

A local-first security automation tool that helps developers detect common misconfigurations before code reaches CI/CD.

  • Built modular scanners for Dockerfile and Terraform misconfigurations.
  • Added AWS posture checks for S3 and IAM security patterns.
  • Designed POSIX exit codes so the tool can act as a CI/CD security gate.
  • Generated Markdown security reports for developer feedback.
  • Added Slack and Discord notifications for security findings.

Additional Projects

  • devsecops_project01 — Ephemeral AWS developer environments with Terraform, GitHub Actions, Prometheus, Grafana, and automated teardown.
  • tetris-optimizer — Go-based algorithmic optimizer using recursion, search pruning, and performance-aware implementation.

Professional Background

  • Technical Co-Founder & Lead Engineer at KaartSanté
  • Software Engineering Program — Zone01 Dakar / 01Edu Framework
  • B.Sc. Computer Engineering & Software Engineering — UNIVERSAT
  • Google Cybersecurity Professional Certificate
  • EF SET English C1 Advanced

Current Focus

  • DevSecOps engineering and CI/CD security automation
  • Kubernetes, Helm, GitOps, and platform engineering workflows
  • AWS cloud infrastructure with Terraform
  • Cloud-native security, observability, and SRE practices
  • Preparing for advanced cloud and security certifications

Contact

Pinned Loading

  1. tetris-optimizer tetris-optimizer Public

    Go-based search and optimization engine solving the Tetris puzzle efficiently.

    Go 1

  2. gpu-kernel-benchmark-suite gpu-kernel-benchmark-suite Public

    Production-grade GPU kernel optimization suite for GEMM across C++20, CUDA (SRAM tiling, float4 SIMD), and WebGPU/WGSL with Nsight Compute profiling.

    HTML

  3. guardianpy guardianpy Public

    Policy-as-Code security engine for Terraform, Dockerfiles and AWS posture validation.

    Python 1

  4. devsecops_project02 devsecops_project02 Public

    Production-inspired DevSecOps CI/CD pipeline with GitHub Actions, Terraform, AWS, Maven, Docker and security gates.

    Java 1

  5. KubeSecure-GitOps KubeSecure-GitOps Public

    Enterprise-grade Kubernetes GitOps platform on AWS EKS with Helm, ArgoCD, Terraform and security hardening.

    HCL 1

  6. AI_Evaluation_Task_Manager AI_Evaluation_Task_Manager Public

    High-performance AI model evaluation & benchmarking platform. Features side-by-side LLM output comparison, multi-criteria scoring (JSONB), and task workflows. Built with NestJS, Prisma, PostgreSQL,…

    TypeScript