Fullstack & AI Engineer with 5+ years of remote experience building scalable backend systems, cloud-native apps, and intelligent solutions. I love the elegance of well-architected code β and I'm on a permanent mission to level up.
- ποΈ Currently building Invoice Builder β a production-grade fullstack app (React + Spring Boot + Docker) covering auth, user management, document handling, and invoice CRUD. Learning every layer of what makes a real product tick.
- π€ MSc in Artificial Intelligence β I bridge backend engineering with AI/ML to build smarter systems.
- π I genuinely love backend engineering: APIs, microservices, system design, and the satisfaction of a clean architecture.
- π± Deepening my knowledge of System Design & Architecture and Design Patterns.
- π€ Open to backend collaborations and interesting open-source projects.
- π¬ Ask me about Java, Spring Boot, Python, Angular, or AI engineering.
- π« Reach me at: idahkoome@gmail.com
- β‘ Fun fact: Honey never spoils β archaeologists have found 3,000-year-old honey in Egyptian tombs that was still edible. Unlike most legacy code π (Also: everyone's tongue print is unique, just like fingerprints π )
| Project | Stack | Status |
|---|---|---|
| π NSE Stock Tracker | Python Β· GitHub Actions Β· Gmail SMTP Β· Google Cloud Β· GDrive API | π¨ In Progress |
| π§Ύ Invoice Builder App | React Β· Java Spring Boot Β· Docker Β· PostgreSQL | π¨ In Progress |
- ποΈ System Design & Architecture β Design Patterns, distributed systems, scalability principles
- π€ Applying AI/ML techniques to real-world backend workflows
|
A production-grade fullstack invoicing platform. Covers auth, user management, document management, and full invoice CRUD β built to understand every layer of a real-world app. π View Repo β |
Business intelligence and market tracking tool β built for entrepreneurs who want to stay ahead of the curve. π View Repo β |
|
A web platform connecting learners with skilled educators β bridging talent gaps through accessible, tech-powered learning. π View Repo β |
Core admin services for an employee management system: service discovery, API gateway, cloud config & auth β all wired with Spring Cloud. π View Repo β |
βοΈ How to enable the snake animation
Create .github/workflows/snake.yml in your profile repo with:
name: Generate Snake Animation
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: Platane/snk@v3
with:
github_user_name: IdahK
outputs: |
dist/github-contribution-grid-snake.svg
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
- uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: output
build_dir: dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

