Skip to content
View skamranahmed's full-sized avatar
πŸ‘¨β€πŸ’»
Perpetually chatting with an LLM
πŸ‘¨β€πŸ’»
Perpetually chatting with an LLM

Block or report skamranahmed

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

Hi there, I'm Kamran!

Senior Software Engineer with 4+ years of experience building scalable backend systems. Currently at Glints, previously founding engineer at Nooble.

πŸ› οΈ Tech Stack

While I am not tied to any specific technology, these are the tools I have used in production systems serving millions of users:

β€’ Go β€’ Node.js β€’ TypeScript β€’ Python

β€’ PostgreSQL β€’ MySQL β€’ Redis β€’ Elasticsearch

β€’ ELK Stack (Elasticsearch, Logstash, Kibana) β€’ Grafana β€’ Prometheus

β€’ Docker β€’ Kubernetes β€’ AWS β€’ Alibaba Cloud

β€’ GitLab CI/CD β€’ GitHub Actions β€’ Jenkins

πŸš€ Projects & Experiments

I build things for fun and learning. Here are some recent projects:

  • go-bank (work in progress) - Production-grade banking API demonstrating clean architecture, multi-role deployment (API + workers), full observability (OpenTelemetry, ELK, Prometheus), and background task processing with Asynq

  • how-to-say - CLI tool using LLMs to rephrase text into different tones (professional, friendly, sarcastic, etc.)

  • estimatex + estimatex-server - Real-time story point estimation tool with WebSocket support for agile teams

  • pomofocus-rank-finder - Go program using concurrent search to find rankings on Pomofocus.io

  • notion-yt-sync - Python tool tracking YouTube videos from favorite creators in Notion databases

  • 2048 - Classic 2048 game implementation using React + Next.js

πŸ“« Connect With Me

Pinned Loading

  1. go-bank go-bank Public

    ⚠️ Work in Progress - A production-ready banking API demonstrating modern backend engineering with Go, clean architecture patterns, and comprehensive observability.

    Go 2

  2. how-to-say how-to-say Public

    How to Say (hts) is a cli tool that helps you rephrase text into a tone of your choice - professional, friendly, sarcastic or more - using LLMs.

    Python 1 1

  3. estimatex-server estimatex-server Public

    estimatex-server is the backend component for estimatex, enabling real-time story point estimation through WebSocket communication.

    Go

  4. estimatex estimatex Public

    estimatex is a cli tool designed to facilitate story point estimation of tasks/tickets directly from the terminal.

    Go

  5. notion-yt-sync notion-yt-sync Public

    notion-yt-sync helps you track YouTube videos uploaded by your favorite creators in a Notion database.

    Python 1

  6. 2048 2048 Public

    2048 game using React + NextJS

    TypeScript