Skip to content
View fahimahammed's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@Apollo-Level2-Web-Dev

Block or report fahimahammed

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.

Content in all repositories owned by your account will be closed.
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
fahimahammed/README.md
fahimahammed's GitHub profile
fahim@github:~$ ssh fahim@github
Pseudo-terminal allocated for GitHub profile preview.
This is a fictional shell session rendered from README.md.

Last profile sync: Wed Aug 26 23:02:41 2026 from github.com

fahim@github:~$ whoami
fahim

fahim@github:~$ hostname
github-profile

fahim@github:~$ pwd
/home/fahim
fahim@github:~$ neofetch

        ███████╗ █████╗ ██╗  ██╗██╗███╗   ███╗
        ██╔════╝██╔══██╗██║  ██║██║████╗ ████║
        █████╗  ███████║███████║██║██╔████╔██║
        ██╔══╝  ██╔══██║██╔══██║██║██║╚██╔╝██║
        ██║     ██║  ██║██║  ██║██║██║ ╚═╝ ██║
        ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═╝     ╚═╝

fahim@github
────────────────────────────────────────
Name         Fahim Ahammed Firoz
OS           GitHub Profile README
Shell        TypeScript / Node.js
Role         Web Developer L2
Company      Programming Hero
Experience   4+ years
Focus        Backend / Systems / APIs
Mode         Building, mentoring, learning
fahim@github:~$ ls -la

total 48
drwxr-xr-x  10 fahim  developers   320 Aug 26 23:02 .
drwxr-xr-x   3 root   root          96 Aug 26 20:00 ..
-rw-r--r--   1 fahim  developers  2.4K Aug 26 22:41 about.txt
-rw-r--r--   1 fahim  developers  1.2K Aug 26 22:42 status.json
drwxr-xr-x   7 fahim  developers   224 Aug 26 22:43 skills
-rw-r--r--   1 fahim  developers  1.8K Aug 26 22:44 experience.log
drwxr-xr-x   5 fahim  developers   160 Aug 26 22:45 projects
-rw-r--r--   1 fahim  developers  1.1K Aug 26 22:46 philosophy.md
-rw-r--r--   1 fahim  developers   720 Aug 26 22:47 contact.txt
fahim@github:~$ cat about.txt

I build full-stack web systems with a backend-first mindset.

Over 4+ years of professional development, I have spent most of my time around
APIs, databases, application architecture, and the engineering work required to
make products reliable beyond the happy path.

I enjoy designing backend systems, modeling data clearly, building scalable APIs,
working across React/Next.js frontends, improving developer experience, and
connecting infrastructure decisions with real product needs.

I also work as a technical mentor and educator, so I care about explaining tradeoffs
clearly, helping developers grow, and turning engineering ideas into practical
systems people can understand, maintain, and extend.
fahim@github:~$ cat status.json
{
  "name": "Fahim Ahammed Firoz",
  "username": "fahimahammed",
  "role": "Web Developer L2",
  "company": "Programming Hero",
  "experience": "4+ years",
  "status": "building",
  "mentoring": true,
  "learning": true,
  "identity": [
    "Full-Stack Engineer",
    "Backend Engineer",
    "System Design Enthusiast",
    "DevOps Enthusiast",
    "Technical Mentor",
    "Lifelong Learner"
  ],
  "focus": [
    "backend systems",
    "full-stack web development",
    "system design",
    "scalable architecture",
    "API design",
    "database architecture",
    "DevOps",
    "developer tooling",
    "AI-powered applications",
    "technical mentoring"
  ]
}
fahim@github:~$ tree -L 2 skills/

skills/
├── languages/
│   ├── javascript
│   ├── typescript
│   ├── python
│   ├── html
│   └── css
├── frontend/
│   ├── react
│   ├── nextjs
│   └── tailwindcss
├── backend/
│   ├── nodejs
│   ├── expressjs
│   ├── prisma
│   ├── graphql
│   └── rest-apis
├── databases/
│   ├── postgresql
│   ├── mongodb
│   └── redis
├── infrastructure/
│   ├── docker
│   ├── aws
│   ├── nginx
│   ├── linux
│   └── jenkins
└── tooling/
    ├── git
    ├── github
    ├── postman
    └── vscode
fahim@github:~$ xdg-open skills.svg

Technology stack icons

fahim@github:~$ git log --oneline --decorate --all -- experience.log

profile history representation, not repository commits

a91f3c2 (HEAD -> career) Web Developer L2 @ Programming Hero
7d2a9b1 technical mentoring and engineering education
4e18c7a full-stack web development with React, Next.js, and Node.js
b2c91f4 backend engineering, APIs, databases, and production systems
fahim@github:~$ cat experience.log

[current] Programming Hero
role      Web Developer L2
scope     web development, full-stack engineering, technical mentoring
notes     works closely with learners and engineering concepts as a mentor/educator
fahim@github:~$ git status --profile

On branch career
Profile state: active

Current worktree focus:
  modified: backend-architecture
  modified: system-design
  modified: developer-experience

Queued experiments:
  ai-powered-applications/
  devops-automation/

nothing here represents actual repository files; this is profile metadata.
fahim@github:~$ cat architecture.md

├── Design APIs around product needs and developer experience.
├── Keep data models explicit, durable, and easy to query.
├── Prefer simple architecture until scale justifies more moving parts.
├── Automate repetitive delivery and operational work.
├── Build systems that are observable, secure, and maintainable.
└── Mentor through context, clarity, and practical tradeoffs.
fahim@github:~$ ls -lah projects/

total 20
drwxr-xr-x  5 fahim  developers  160 Aug 26 22:45 .
drwxr-xr-x 10 fahim  developers  320 Aug 26 23:02 ..
drwxr-xr-x  2 fahim  developers   64 Aug 26 22:45 profile-cli
drwxr-xr-x  2 fahim  developers   64 Aug 26 22:45 github-repositories
drwxr-xr-x  2 fahim  developers   64 Aug 26 22:45 portfolio
fahim@github:~$ cat projects/index.txt
profile-cli
  description  interactive developer introduction available from the terminal
  command      npx hello-fahim
  stack        Node.js / CLI

github-repositories description public work across full-stack development, backend systems, tooling, and experiments browse https://github.com/fahimahammed?tab=repositories

portfolio description selected work, profile details, and professional presence demo https://www.fahimahammed.me/

fahim@github:~$ github --stats

Fahim's GitHub contribution summary

Fahim's GitHub repository stats Fahim's repository language statistics

fahim@github:~$ cat philosophy.md

01. Keep systems simple until the constraints prove they need more complexity.
02. Design APIs for the developers who will read, debug, and depend on them.
03. Treat database design as part of architecture, not an implementation detail.
04. Automate the work that slows teams down or introduces avoidable mistakes.
05. Prefer observability and clear feedback loops over assumptions.
06. Optimize for maintainability before cleverness.
07. Teach what I learn, because explaining systems makes the systems better.
fahim@github:~$ npx hello-fahim

┌──────────────────────────────────────────────────────┐
│                                                      │
│  Hello, I am Fahim Ahammed Firoz                     │
│                                                      │
│  Web Developer L2 @ Programming Hero                 │
│  Full-Stack Engineer                                 │
│  Backend & System Design Enthusiast                  │
│  Technical Mentor                                    │
│                                                      │
│  TypeScript • Node.js • React • PostgreSQL           │
│                                                      │
└──────────────────────────────────────────────────────┘
fahim@github:~$ cat contact.txt
website   -> https://www.fahimahammed.me/
linkedin  -> https://www.linkedin.com/in/fahimahammedfiroz/
email     -> fahimfiroz.ph@gmail.com
github    -> https://github.com/fahimahammed

Website LinkedIn Email

fahim@github:~$ exit
logout
connection closed.

Thanks for visiting.

Pinned Loading

  1. CSE2122-Data-Structure-Lab CSE2122-Data-Structure-Lab Public

    Data Structure can be defined as the group of data elements that provides an efficient way of storing and organizing data in the computer so that it can be used efficiently. Some examples of Data S…

    C 14 4

  2. Apollo-Level2-Web-Dev/PH-HealthCare-Server Apollo-Level2-Web-Dev/PH-HealthCare-Server Public

    This repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.

    TypeScript 12 5

  3. prisma-performance-benchmarks prisma-performance-benchmarks Public

    The performance comparison between Prisma v4 and Prisma v5 involved testing the duration of creating 1000 users and querying all users within a database using each respective version of Prisma. The…

    TypeScript 3

  4. secure-encrypt secure-encrypt Public

    A simple npm package providing encryption and decryption functions using character and shifted encryption techniques.

    TypeScript 2 1

  5. object-oriented-design-and-design-pattern object-oriented-design-and-design-pattern Public

    This repository contains Java programs that demonstrate various concepts in Object-Oriented Design and Design Patterns. The labs cover topics related to multiple interface/inheritance and various d…

    Java

  6. digital-image-processing digital-image-processing Public

    CSE4182 Digital Image Processing Lab. Code for resolution modifications, histogram analysis, brightness enhancement, noise suppression, and frequency domain operations. Ideal for learning image pro…

    Jupyter Notebook 2