Skip to content
View ahmed-gelemli's full-sized avatar

Sponsoring

@Siumauricio

Block or report ahmed-gelemli

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 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
ahmed-gelemli/README.md

Hi, I'm Ahmad Galamli 👋

Backend, mobile & DevOps engineer based in Houston, TX. I build APIs, cloud infrastructure, and mobile apps — with Python, TypeScript & React Native.

Currently open to backend, DevOps, and software engineering roles.

📫 ahmed.gelemli@gmail.com  ·  💼 linkedin.com/in/ahmadgalamli


Experience

Software Engineering Intern — React Native · GSOFT LLC · Feb 2025 – May 2025

Refactored 15+ screens into reusable TypeScript components, eliminating prop-drilling and unifying style definitions. Engineered custom debugging tools and error boundaries that reduced production crash rates. Implemented strict REST API typing end-to-end for type safety from backend to UI.


Projects

Automated Cloud Microservices Platform — AWS (ECS, ALB), Terraform, GitHub Actions

Orchestrated a cost-optimized ECS cluster on EC2 with bridge networking and ALB dynamic port mapping. Built a GitOps CI/CD pipeline automating Docker builds, ECR pushes, and zero-downtime rolling deployments. Enforced least-privilege IAM and Security Group chaining for network isolation.

Docker Control Agent — Python, FastAPI, WebSockets, Docker SDK

Lightweight REST + WebSocket agent exposing the Docker SDK for remote container lifecycle management (start/stop/restart). Streams live container logs and metrics to a client dashboard with low latency.

Hardened Docker-Compose Stack — Docker, Nginx, Linux, Bash

Portable deployment stack with automated SSL and Nginx reverse proxying — spins up HTTPS-secured services in <5 minutes. Integrated Watchtower for auto-updates and configured Fail2Ban + UFW default-deny rules against brute-force attacks.


AI-Augmented Development

I use AI as a force multiplier — not a replacement for understanding what I ship. I architect, review, and own every decision; AI compresses the time to get there.

Tool Usage
Claude Code Primary coding assistant — ~13.9M tokens across active projects (Feb–May 2025)
Cursor Editor-integrated AI assistance, used extensively for months
Local models Simpler logical tasks and cost-efficient iteration

The pattern: frontier models for complex architecture and debugging, local models for routine work, always reviewing what gets committed.


Tech Stack

Languages

Frameworks & Mobile

Cloud & DevOps

Data Engineering

   

Databases & Tools

Pinned Loading

  1. docker-agent-backend docker-agent-backend Public

    Lightweight, secure Docker agent with REST and WebSocket APIs for container management and real-time monitoring, built with FastAPI.

    Python 3

  2. my-cloud-infra my-cloud-infra Public

    Terraform-managed AWS infrastructure for hosting containerized apps on ECS with ALB, Route 53, and HTTPS

    HCL

  3. openapi-spec-mcp openapi-spec-mcp Public

    MCP server that gives Claude access to your OpenAPI specs — discover services, explore endpoints, inspect schemas, and make live API calls

    JavaScript