Skip to content
View badex-ai's full-sized avatar
🤯
🤯

Block or report badex-ai

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
badex-ai/README.md

Full Stack and Infrastructure Engineer

LinkedIn Email CKA Certified Open to Work


I work across the full stack — from React interfaces to Node.js and Python APIs to Kubernetes clusters on AWS. Most of my recent work has been at the infrastructure layer: writing Terraform that provisions real environments, building CI/CD pipelines that teams can trust, and running EKS clusters with canary deployments and proper observability. CKA certified. Electrical engineering background. Available 08:00–22:00 UTC.


Highlighted Project

KABAN — Full stack app deployed on AWS EKS with a production-grade DevOps pipeline underneath it.

The application is a Kanban board. What makes it worth looking at is the infrastructure: Terraform provisioning a full VPC, EKS cluster, RDS, Elasticache, and Secrets Manager from code. A GitHub Actions pipeline that builds four Docker images, runs Terraform, deploys via Helm, runs zero-downtime Alembic migrations, and verifies the deployment — all triggered by a single push. Canary deployments with configurable 40/60 traffic splitting between stable and canary frontend builds. Per-service CloudWatch log groups for the backend, Celery workers, and both frontend variants.

Next.js · TypeScript · Python/FastAPI · Celery · PostgreSQL
Docker · Kubernetes · Helm · Terraform · GitHub Actions · AWS EKS · CloudWatch

Other Work

BrightData + LangChain — AI pipeline connecting Bright Data MCP to a LangChain agent for natural language-driven web data extraction. Python · LangChain · MCP

Lendsqr Dashboard — Fintech lending dashboard built to production spec with data tables, filtering, and user management. React · TypeScript · SCSS

ApartmentCheq — REST API for an apartment review platform with auth, CRUD, ratings, and a Jest test suite. Node.js · PostgreSQL · Jest


Stack

Frontend     React · Next.js · TypeScript · JavaScript · Tailwind · Redux
Backend      Node.js · Python · FastAPI · Celery · WebRTC · REST APIs
Infra        AWS · Terraform · Kubernetes · Helm · Docker · GitHub Actions
Data         PostgreSQL · MongoDB · Firestore
AI           LangChain · MCP · LLM pipelines
Other        Bash · Linux · CloudWatch · Sentry

CKA — Linux Foundation  |  Cloud Developer Nanodegree — Udacity  |  B.Sc. Electrical Engineering  |  IELTS — Professional

Pinned Loading

  1. hatchet hatchet Public

    Forked from hatchet-dev/hatchet

    A distributed, fault-tolerant task queue

    Go

  2. clouddev clouddev Public

    Full DevOps pipeline on AWS EKS for Kaban application — canary deployments, Terraform IaC, Helm, GitHub Actions CI/CD, and CloudWatch observability.

    TypeScript