mujahid@cloud ~ %

$ whoami

|

$ cat role.txt

Director of DevOps and software architect building secure, scalable platforms for engineering teams.

$ cat mission.txt

I help organizations modernize delivery, strengthen cloud foundations, and create self-service developer platforms that reduce friction without compromising security.

$ echo $SKILLS

20+ years in software delivery AWS Kubernetes Terraform CI/CD DevSecOps Platform Engineering

$ ls ~/focus-areas/

cloud-foundations/

From migration planning to day-two operations, I focus on resilient AWS architectures, practical security controls, and operating models that teams can sustain over time.

AWS IaC Security Well-Architected
cd cloud/ →
programming/

I use code as the interface for delivery and operations, combining application development, infrastructure automation, and scripting to eliminate manual bottlenecks.

Java Python Go Bash
cd programming/ →
ci-cd/

My work centers on reliable pipelines, paved-road developer workflows, and release processes that balance speed, traceability, and compliance.

Jenkins GitHub Actions ArgoCD Kubernetes
cd ci-cd/ →
git log --oneline ~/posts/

$ cat README.md

Technical Notes, Code Tips, and Day-to-Day Scripts

Notes and scripts documenting the development process, automating routine tasks, and establishing best practices for software delivery.

2023-12-20
Configuring AWS Profiles

Configuring AWS profile settings for the Command Line Interface (CLI) provides users with flexibility and control ove...

2023-02-24
Jenkins: Frequently used code blocks

Frequently used Jenkins code blocks configured in my Espanso https://espanso.org file.

2023-02-06
Jenkins pipeline Docker agent with AWS ECR

Docker enhances Jenkins ability to perform various build tasks without having to have the applications or tools insta...

2023-02-01
Terraform flatten function example

Simple flatten Terraform function example and it’s usage in various Terraform blocks.

2023-01-29
Jekyll Tag Plugin Example

Jekyll custom liquid tag plugin example using Gravatar. Gravatar powers your public profile, visible wherever you pos...