Polaris retail operations illustration

Polaris ERP

Polaris is a retail operations system that covers the parts teams touch all day: invoices, quotations, refunds, stock, customer credit, supplier purchasing, reporting, and the admin surface around all of that. It is the kind of product where a small mistake can turn into a stock problem, a bad balance, or a support mess by the end of the day. Tech Stack: Vue 3, Pinia, TanStack Query, Django, Django REST Framework, PostgreSQL, Redis, Celery ...

February 10, 2025 · 3 min · Muhammad Hassan Raza
Bonnet brand workflow illustration

Bonnet AI

Bonnet is an AI brand-development product built around a clear delivery flow. A user starts with a creative brief, then the system pushes that work through research, strategy, creative direction, moodboards, and exportable outputs. The interesting part is not chat. It is the orchestration needed to turn a messy brief into something a team can actually review and ship. Tech Stack: Next.js, React, Django, Channels, PostgreSQL, OpenRouter, Supabase Source: Private (commercial product) ...

January 15, 2025 · 3 min · Muhammad Hassan Raza
Obelisk AI content system illustration

Obelisk

Obelisk is an AI-powered marketing platform that helps teams create content with brand consistency. It orchestrates specialized AI agents for SEO, email marketing, brand voice analysis, and strategy, all within a multi-tenant SaaS architecture with space-level isolation. Tech Stack: FastAPI, LangGraph, PostgreSQL, Vertex AI, Redis, Google Cloud Source: Private (commercial product) · Book a call to discuss My role: Team product at Entropy Labs. I led product and backend work around agent orchestration, retrieval, checkpointing, guardrails, and multi-tenant runtime behavior. ...

January 20, 2025 · 16 min · Muhammad Hassan Raza
Anatomia callback workflow illustration

Anatomia Healthcare

Anatomia is a care workflow product centered on callbacks and case review. The core loop is not a general healthcare record system. It is a nurse-facing workflow where calls, transcripts, AI triage, patient context, follow-up work, and escalations all have to move cleanly between staff roles. Tech Stack: FastAPI, React, PostgreSQL, AWS Cognito, AWS S3, AWS KMS, Redis, OpenAI, Vapi Source: Private (healthcare client) My role: Team project. My work was concentrated on the backend workflow layer, transcript and triage handling, case-state plumbing, and the follow-up paths that had to stay tied to the right patient record. ...

January 10, 2025 · 2 min · Muhammad Hassan Raza

Go Load Balancer Dashboard

A load balancer written in Go with a real-time monitoring dashboard. It supports multiple balancing algorithms, health checks, and automatic failover. This was a learning project to understand Go’s concurrency model and network programming. Tech Stack: Go, WebSockets, HTML/CSS/JS Source: github.com/M-Hassan-Raza/go-load-balancer-dash Why Build This I wanted to understand how load balancers actually work—not just use them, but build one. Go’s goroutines and channels seemed like a good fit for handling concurrent connections, and the standard library has solid networking primitives. ...

January 5, 2025 · 3 min · Muhammad Hassan Raza

mhassan.dev — This Portfolio

This site runs on Hugo with the PaperMod theme, deployed to GitHub Pages via a single GitHub Actions workflow. Total infrastructure cost: one domain name. Why Hugo I wanted a static site generator that gets out of the way. Hugo builds the entire site in under 200ms, outputs plain HTML with no JavaScript runtime, and lets me write everything in Markdown. I tried Astro and Next.js first — both added complexity I didn’t need for a blog with no client-side interactivity. ...

February 10, 2025 · 2 min · Muhammad Hassan Raza