Skip to content
View azeemmirza's full-sized avatar

Block or report azeemmirza

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

I got into software to build things. A decade later, I mostly build systems that build things and I think that's better.

I've spent twelve years taking software from concept to production from designing APIs, architecting microservices, and optimizing systems that operate under real pressure. I've led cross-functional teams, mentored engineers, and held the line between what a product needs and what an architecture can sustain. My career began on the frontend, writing Angular and React interfaces that served real users. Over time, curiosity pulled me toward the systems underneath (backend, infrastructure) and I never looked back.

I have extensively used Python and TypeScript/JavaScript, for building backend , speedy pipelines, scripts, microservices. Bash has been a goto when something is closer to metal and automating what shouldn't need a human. And for data, PostgreSQL, MySQL MongoDB, Redis and Valkey has been the choice and need.

These aren't preferences but tools I've used under production load, at scale, and more than once at 2am. You can pull my business card in your shell by:

npx azeemmirza

I believe the most interesting shift in software right now isn't a new framework or a faster database. It's the emergence of systems that reason. Generative and Agentic AI are changing what we can build and how we build it, not because the technology is new, but because it's the most honest way yet to close the distance between a human problem and a working solution.

Website | Blog | LinkedIn | Twitter | Github

Pinned Loading

  1. calcuring calcuring Public

    A calculator implemented using turing machine

    Python 1

  2. aps-schedule-reflow aps-schedule-reflow Public

    a finite-capacity scheduler that reflows work orders while respecting dependencies, shifts, and maintenance windows.

    TypeScript

  3. notification-system-design notification-system-design Public

    a modular python notification system showcasing clean architecture.

    Python

  4. user-identity-service user-identity-service Public

    a FastAPI-based user identity service implementing JWT authentication, RBAC authorization, and multi-device session management with postgresql and redis.

    Python