Skip to content
View Fahmid-Arman's full-sized avatar

Highlights

  • Pro

Block or report Fahmid-Arman

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

Hi, I'm Fahmid Arman

Final-semester Computer Science undergraduate at BRAC University
Backend Engineering • Applied AI • Full-Stack Development • Open Source

Email LinkedIn GitHub LeetCode


About Me

I am a final-semester Computer Science undergraduate at BRAC University, Bangladesh, expected to graduate in September 2026.

My primary interests are backend engineering, full-stack development, applied AI, developer tools, and data-driven systems. I learn by building practical software and working across the development lifecycle, including API design, database modeling, testing, documentation, containerization, and continuous integration.

My recent work includes a grounded RAG system for codebase understanding, a full-stack clinic operations platform, a MERN student marketplace, a database-backed alumni networking platform, and an undergraduate machine learning thesis on apartment price prediction in Dhaka.

I also contribute to open-source projects and have merged contributions to mem0 and Agno.


Current Focus

  • Building backend and applied AI systems
  • Working with RAG, LLMs, vector search, BM25, and reranking
  • Developing APIs with FastAPI, Django REST Framework, and Node.js
  • Building full-stack applications with React and TypeScript
  • Improving software quality through testing, Docker, CI/CD, and clean engineering practices
  • Contributing to open-source projects
  • Strengthening data structures, algorithms, and problem-solving skills

Technical Skills

Languages: Python, SQL, JavaScript, TypeScript, C, C++
Backend & Frontend: FastAPI, Django REST Framework, Node.js, Express.js, React, Tailwind CSS, Vite
Databases & AI: PostgreSQL, MongoDB, MySQL, Milvus Lite, RAG, LLMs, BM25, Vector Search, Reranking, SHAP
Tools: Git, Docker, GitHub Actions, CI/CD, pytest, REST APIs, Linux


Open Source Contributions

mem0 TypeScript SDK

Added Google Cloud Vertex AI embedding provider support to the mem0 TypeScript SDK through a merged upstream pull request.

The contribution covered provider implementation, configuration support, unit tests, and documentation.

Tech: TypeScript, Google Cloud Vertex AI, Embeddings, SDK Development
Pull Request: mem0ai/mem0#5882


Agno AI Agent Framework

Contributed a merged pull request that improved CustomApiTools authorization-header handling to prevent unintended API key forwarding when no base URL is configured.

The fix was backed by unit tests covering the affected authorization behavior.

Tech: Python, pytest, API Security
Pull Request: agno-agi/agno#8582


Featured Projects

CodeCompass — Grounded RAG System for Codebase Understanding

A local-first RAG system that indexes GitHub code, documentation, and issue/PR history to answer codebase questions with grounded citations to files, line ranges, and issues.

Tech: Python, FastAPI, Milvus Lite, Ollama, React, TypeScript, BM25, Reranking
Highlights:

  • Dense vector search and BM25 retrieval
  • Reciprocal Rank Fusion
  • Cross-encoder reranking
  • Grounded answers with source citations
  • 146 unit tests
  • Strict mypy and ruff checks
  • Docker and GitHub Actions CI

Repository: CodeCompass


CareFlow AI — Full-Stack Clinic Operations Platform

A full-stack clinic operations platform with role-based workflows for Admin, Front Desk, Triage Nurse, Doctor, and Diagnostics users.

Tech: Django REST Framework, PostgreSQL, React, TypeScript, Docker, Tailwind CSS
Highlights:

  • Role-based operational workflows
  • Priority queueing
  • Wait-time estimation
  • Diagnostic flow planning
  • Staff overrides
  • Audit logging
  • Automated tests
  • Docker Compose setup
  • Synthetic demonstration data

Repository: CareFlow AI


Campus Cart — BRACU Student Marketplace

A MERN marketplace developed by a four-member team for university students. I led the team and implemented the buyer-seller communication functionality.

Tech: MongoDB, Express.js, React, Node.js, Redux Toolkit, JWT, Multer
Highlights:

  • JWT authentication through HTTP-only cookies
  • bcrypt password hashing
  • Role-based student and admin access
  • Buyer-seller messaging
  • Unread-message tracking
  • Reporting and moderation workflows
  • Seller-scoped product CRUD
  • Search, filtering, and pagination
  • Multer image uploads

Repository: Campus Cart


BRACU Alumni Connect — Alumni Networking Platform

A secure alumni networking platform built on a normalized MySQL schema with role-specific functionality.

Tech: PHP, MySQL, HTML, CSS
Highlights:

  • Role-specific search
  • Messaging
  • Event and mentorship workflows
  • Prepared statements
  • Password hashing
  • CSRF protection

Repository: BRACU Alumni Connect


Thesis

Machine Learning-Based Apartment Price Prediction in Dhaka

Undergraduate thesis at BRAC University focused on predicting apartment prices in Dhaka using structural and location-based features.

Built a stacking ensemble on 9,167 cleaned apartment listings, achieving:

  • R² = 0.867
  • 14.59% MAPE on a held-out test set
  • SHAP-based model interpretability
  • Split-conformal prediction intervals

Tech: Python, scikit-learn, XGBoost, LightGBM, SHAP


Problem Solving

  • Solved 700+ problems across LeetCode and Codeforces
  • Focused on data structures, algorithms, and competitive programming

Contact

Email LinkedIn LeetCode

Pinned Loading

  1. CodeCompass CodeCompass Public

    Local-first RAG system for codebase understanding with hybrid retrieval, citations, FastAPI, React, Milvus Lite, and CI-backed evaluation.

    Python

  2. careflow-ai careflow-ai Public

    Full-stack clinic operations platform with role-based workflows, priority queueing, wait-time estimation, audit logging, and Dockerized demo setup.

    Python

  3. Campus-Cart-BRAC-University-Student-Marketplace Campus-Cart-BRAC-University-Student-Marketplace Public

    MERN marketplace for BRACU students with authentication, product management, search, messaging, reporting, and admin moderation.

    JavaScript

  4. BRACU-Alumni-Connect BRACU-Alumni-Connect Public

    PHP and MySQL alumni networking platform with role-based search, messaging, mentorship workflows, and secure database operations.

    PHP

  5. Voice-Assistant Voice-Assistant Public

    Python desktop voice assistant using speech recognition, Selenium automation, and REST APIs for search, news, weather, jokes, and facts.

    Python