Currently building · learning · probably profiling something
I build software for
very real problems.
Hey, I’m Muhideen—a software engineer working
across cloud infrastructure, machine learning, and full-stack
products. I like hard problems, clear interfaces, and logs that
actually answer the question.
PYTHON✦CUDA✦JAVA✦REACT✦CLOUD✦ML✦CURIOUS BY DEFAULT✦PYTHON✦CUDA✦JAVA✦REACT✦CLOUD✦ML✦CURIOUS BY DEFAULT✦
01 / NOW
Where I’m at.
A concise status update—because “it depends” is a terrible hero
section.
CURRENTLY in progress
Pursuing an M.Eng. in Software Engineering at UMD while conducting independent AI/ML research—publications coming soon.
Fresh off my Strategy internship, I’m focused on graduate study
and independent AI/ML research: testing ideas, building
reproducible experiments, and turning the promising ones into
publications.
PythonPyTorchTensorFlowLLMsApplied Research
research_notes.ipynb
Me: “One quick experiment.”
Also me: adds three baselines, an ablation
study & a suspicious number of plots.
↻ publication loading...
0M+patient records processed0%fraud detection lift0validation tests shipped0+production servers monitored
Academic lore
Expected May 2027
University of Maryland
Master of Engineering · Software Engineering
May 2024
Lincoln University of Pennsylvania
Bachelor of Science · Computer Science
Outstanding Research Award · President’s List · Dean’s List
02 / EXPERIENCE
The career timeline.
Production systems, research labs, classrooms, and one library.
Range is a feature.
01
Jun — Aug 2026Tysons Corner, VA
Software Engineer Intern
Strategy Inc.
· formerly MicroStrategy
Centralizing the messy reality of multi-cloud network allocation into one reliable workflow.
What shipped
Architected a CIDR lifecycle platform spanning AWS, Azure, and GCP with Java, Spring Boot, React, TypeScript, and PostgreSQL.
Engineered fail-closed overlap detection and concurrency-safe allocation across six authoritative sources.
Added role-based access, audit history, Teams notifications, GKE deployment, migrations, and 144 validation tests across 12 focused PRs.
JavaSpring BootReactTypeScriptPostgreSQLGKE
02
Feb — Jul 2025Pittsburgh, PA
Software Engineer
PNC Financial Services
Applied machine learning and search infrastructure to make fraud investigation faster and sharper.
What shipped
Built a Python fraud analytics pipeline with ML risk scores, Elasticsearch, Tableau, and Kibana—improving detection accuracy by 35% and cutting reporting time by 50%.
Supported threshold recalibration, rule-based filtering, and pre-aggregated reporting for faster analyst investigation.
Designed REST APIs to validate 200+ systems after security patches using automated testing and ServiceNow workflows.
Built reusable product foundations for a mission-driven organization.
What shipped
Engineered reusable React components and REST APIs, reducing frontend development time by 25%.
Optimized MongoDB schemas, implemented cron jobs, and added UI/backend unit tests to improve stability.
ReactNode.jsMongoDBREST APIsTesting
04
Sep 2023 — May 2024Lincoln University, PA
Library Technician / Assistant
Langston Hughes Memorial Library
Kept people, workstations, records, and well-loved books moving in the right direction.
What shipped
Supported computer setup and access while troubleshooting everyday hardware, software, and connectivity problems.
Maintained collection inventory, shelving records, archival materials, and resource tracking.
Technical SupportOperationsResource Management
05
Jun — Aug 2023Palo Alto, CA
ML & AI Researcher
Stanford University
Used language models and patient-journey data to explore more equitable healthcare decisions.
What shipped
Applied GPT-based models via LangChain and TensorFlow to synthesize cancer patient narratives.
Built a Python/C++ querying tool and processed 2M+ patient records, improving treatment outcome prediction accuracy by 12%.
PythonC++TensorFlowLangChainNLP
06
Jun — Aug 2022McLean, VA
Software Engineer Intern
Capital One
Made production health less mysterious across more than fifty Linux servers.
What shipped
Created a Linux monitoring tool with New Relic APIs and Bash/Python, reducing incident response time by 23%.
Added Python health-check alerts plus Node.js and React features while improving CI/CD test and deployment scripts.
PythonBashLinuxNode.jsReactNew Relic
07
Jun — Aug 2022Oxford, PA
Mathematics Tutor
Lincoln University
Turned algebra-through-calculus panic into worked examples, practice, and the occasional aha moment.
What shipped
Tutored Algebra, Geometry, Statistics, Calculus I, and Calculus II with personalized teaching strategies and concept checks.
TeachingMathematicsCommunication
03 / SELECTED PROJECTS
Things I’ve made.
Ideas are lovely. The profiling, testing, and awkward first commit
are where they become useful.
01Systems · Performance
GPU-Accelerated Vector Search
Approximate nearest-neighbor search and columnar operators, pushed through CUDA and measured like the stopwatch has feelings.
Implemented HNSW/IVF-style search and index builds, then profiled filter, group-by, and top-k kernels for memory traffic, occupancy, coalescing, and divergence.
↳ Recall@k · p50/p95 · throughput
CUDAC++Nsight SystemsThrust/CUBApache Arrow
02Full stack · Learning
QuestLab
An experiential learning platform that turns theory into real-world quests—with fewer dragons, more reflection.
Built creator and learner workflows for publishing, validation, search, submissions, progress tracking, and topic-based image/reflection feedback.
↳ From lesson → quest → evidence
PythonFlaskSQLiteSQLAlchemyPyTestPillow
03Backend · Cloud
Commercia
A secure e-commerce backend built for the deeply radical idea that only you should access your account.
Engineered REST APIs, relational persistence, JWT authentication, and Spring Security authorization, then deployed the platform on AWS.
↳ Auth, data, cloud—properly acquainted
JavaSpring BootSpring SecurityPostgreSQLJWTAWS
043D · Immersive
Home Visio
Remote home tours for people who want to inspect the kitchen before emotionally committing to the kitchen.
Developed an immersive real-estate experience with interactive 3D property tours and a distributed Linux architecture integrating external property data.
↳ Property browsing, but cinematic
Unreal EngineBlenderCesiumLinuxArchViz
05C++ · Productivity
QuizCraft
An offline flashcard CLI with spaced repetition. Because forgetting is normal; rescheduling is engineering.
Built SM-2 review scheduling, indexed tags and search, multithreaded processing, buffered binary serialization, RAII resource management, and automated tests.