Skip to content
mk

Resume

Muhammad Muzamil Kaleem

Software engineer. I take loosely defined problems from architecture to production across backend, auth, data pipelines, infrastructure and the web.

PDF last updated September 2026.

Experience

  1. Arbisoft · Software Engineer

    June 2026 to Present

    Product engineering across a commercial engineering analytics platform built on Apache DevLake, two public web builds and an internal Odoo ERP.

    • Built native authentication for the DevLake based product: an access directory with roles, encrypted database backed OIDC providers with linked identities and Grafana sync plus opt in local passwords using Argon2id, sessions, throttling and a bootstrap admin flow. Covered by 27 Playwright end to end checks plus Go regression tests.
    • Hardened the OIDC path with issuer and redirect validation and an HTTP client that refuses private addresses at dial time, so provider discovery can't be used for SSRF.
    • Built the Claude Code telemetry pipeline: team scoped Basic Auth credentials minted by DevLake, an OpenTelemetry Collector that stamps trusted team attribution, a Prometheus branch for live metrics and a durable path into MySQL for daily analytics in Grafana.
    • Debugged Docker, routing and staging deployment issues across the observability stack and shipped both systems to production.
    • Fixed a plugin migration that left a replicated MySQL table without a primary key. Built a tool that splits very large blueprints into staggered batches without changing DevLake's scheduler.
    • Worked with AI coding agents behind eval gates: phase by phase scripts running Go tests and Playwright suites had to pass before a change went to human code review.
    • Built and shipped the Lutfullah Khan Archive in Next.js, React, TypeScript and Tailwind, deployed through GitLab CI/CD with Nginx and instrumented with PostHog.
    • Built the AWN Collective marketing site in Webflow from Figma across four breakpoints.
    • Filed and fixed an upstream Apache DevLake bug: a transactional project deletion hook for plugin owned state (apache/devlake#9091).
    • Moved customized Odoo procurement and inventory workflows toward Odoo 19 with OpenUpgrade and PostgreSQL. Also chased down production application and database connectivity failures.

    Case studies: DevLake native auth, Claude Code telemetry, Lutfullah Khan Archive, AWN Collective

  2. vFairs · Associate Software Engineer

    September 2024 to April 2026

    Scraping infrastructure, internal data tooling, test automation and AI features for a virtual events platform.

    • Maintained two Python repositories holding 60+ Selenium, Scrapy and BeautifulSoup scrapers, containerized and deployed on AWS.
    • Built internal data cleaning tools in Laravel and Flask to keep the database consistent and support SOC 2 compliance.
    • Wrote 13 end to end tests with Playwright and pytest covering event management, registration and exhibitor workflows, using the page object model and running in CI/CD.
    • Built n8n workflows to automate internal processes and data pipelines.
    • Developed event AI features with LangChain, the OpenAI API and n8n, including attendee matchmaking and chatbots integrated into virtual events.

Projects

  • Finasaan

    2025 to 2026

    A financial literacy platform for Pakistan with market data, funds, insurance, tax and budgeting, plus a chatbot that answers from real filings.

  • Rate My Ustaad

    2025

    A mobile app for Pakistani university students to search, rate and review instructors, with moderation for reviews. I built sign in, sign up and the onboarding flow that collects academic background, university preferences and career goals.

  • A vehicle rental and listing app. Next.js on the front, an Express REST API behind it and MongoDB for listings and rentals, with authentication throughout.

  • Nustutor

    2023

    A tutoring marketplace for NUST students. Tutors list classes per course and students find and message them. JWT auth, email verification and a course list scraped from NUST. I built most of it and a teammate handled deployment.

  • QALMS

    2022

    A small early university project. I wrote the scraping core that pulls a student's data out of NUST's Qalam and LMS portals, which was then wrapped into a Flask dashboard and deployed.

Education

BS Computer Science

2022 to 2026

National University of Sciences and Technology (NUST), H-12, Islamabad

Skills

Languages
Go, Python, TypeScript, JavaScript, SQL, Java, C/C++
Backend and data
FastAPI, Flask, Express, REST APIs, Odoo, PostgreSQL, MySQL, MongoDB, GORM, Database migrations
Frontend
Next.js, React, Tailwind CSS, Webflow, Responsive design, SEO and accessibility
Security and identity
OAuth 2.0, OpenID Connect, SSO, RBAC, Session based auth, API security
Platform and observability
Docker, GitHub Actions, GitLab CI/CD, Nginx, AWS, OpenTelemetry, Prometheus, Grafana, PostHog
Testing and tooling
Playwright, pytest, Selenium, Git