Senior Solutions Architect & Full-Stack Engineer

Backend systems that
hold under load

I'm Sabbir Mahmud — crafting distributed backends, real-time message brokers, and high-concurrency cloud infrastructure. Django and Node on the core, React and Next.js on the surface.

0+Years shippingEnterprise & Scale
0+Systems deployedCloud & Microservices
0%Uptime maintainedProduction Reliability
0+Languages dubbedDistributed Pipelines
01 — Experience

Where I've been building

Four years across high-throughput education portals, real-time restaurant telemetry, and automated media pipelines — systems architected for resilience under production stress.

Apr 2025 — PresentShikhoni

Full-Stack Engineer (Next.js / TypeScript)

0k+Active Questions Base
0%Routine Sync Accuracy
0%Admin Task Reduction
  • Architected a multi-repo educational platform composed of Next.js 16 (App Router) client portals, Next.js administrative dashboards, an Expo-powered React Native mobile application (Expo Router & Reanimated), and a Node.js/TypeScript Express API backend.
  • Designed and implemented a scalable database schema using MongoDB and Mongoose ODM, integrating Connect-Mongo session storage, JWT auth security, and custom middleware handlers.
  • Engineered a high-throughput question engine on the mobile app leveraging Shopify Flash-List for virtualized list performance and MathJax/WebView wrappers to dynamically typeset complex math equations.
  • Developed a modular, multi-step exam builder using React Hook Form, Redux Toolkit, and Radix UI dialogs, supported by a backend compilation pipeline utilizing PDFKit and Puppeteer to generate high-fidelity PDF exam prints.
  • Integrated Jodit React WYSIWYG editors and KaTeX math typesetting inside the moderator dashboards, enabling administrators to easily draft, categorize, and audit curriculum-aligned question sheets.
TypeScriptNext.jsReactReact NativeNode.jsExpressMongoDBMongooseRedux ToolkitRadix UIMathJaxKaTeXPDFKitPuppeteer
Sep 2023 — Nov 2024Remote Kitchen Inc

Backend Developer (Python, Django)

0%Client Growth
0%Retention Boost
0%Reduced Losses
  • Integrated the Otter API aggregation gateway with custom Django polling and webhook systems to sync real-time restaurant orders across multiple providers, enabling 35% client expansion.
  • Implemented real-time bi-directional menu tracking and push notifications using Django Channels, WebSockets, and Redis Pub/Sub, boosting customer retention by 30%.
  • Built a synchronization connector between Clover POS OAuth2 APIs and the local SQL database schema to automate ledger auditing and streamline cash management, reducing revenue leakage by 10%.
  • Optimized background worker pipelines and scheduled tasks using Celery, Redis queue limits, and PostgreSQL query optimization, cutting server overhead by 5%.
  • Developed reactive delivery dispatch maps using React/Redux, Google Maps, and Mapbox APIs with live coordinate interpolation, reducing routing overhead by 10%.
PythonDjangoDjango Rest FrameworkDjango ChannelsAwsNginxPostgreSQLRedisCelery
May 2022 — Sep 2023My Next Film

Full Stack Web Developer (Python || JavaScript)

0%Revenue Contribution
0%Efficiency Increase
0+Languages Dubbed
  • Architected a secure real-time bidding auction system using Ethereum smart contracts (Web3.js) and Next.js SSR to ensure immutable transaction logs, driving 50% of annual corporate revenue.
  • Integrated global payment flows using Razorpay Webhooks, Stripe Elements, and PCI-compliant Express backend APIs to manage recursive SaaS subscriptions.
  • Engineered multi-threaded Python Celery workers and async Node.js middleware to handle heavy file operations without blocking the event loop, boosting throughput by 35%.
  • Designed an automated translator dispatch algorithm and a collaborative React vetting dashboard with atomic state management (Redux), boosting translation vetting accuracy by 20%.
  • Orchestrated cloud pipeline workflows with speech-to-text (Whisper/Azure), neural translation, and text-to-speech APIs from AWS Polly and Google Cloud to automate video dubbing across 114 languages.
PythonDjangoDjango Rest FrameworkJavaScriptTypeScriptNext.jsReduxReact NativeAwsNginxPostgreSQLRedis
Architecture Standards

Engineering Principles I Stand By

How I think about system design before writing a single line of code. Prioritizing predictability, low operational overhead, and deterministic runtime guarantees.

01 · Systems Reliability
Zero-Cascade Policy

Fault Tolerance & Circuit Breaking

Distributed networks fail unpredictably. I design services with localized circuit breakers, exponential backoff retries, and decoupled asynchronous job queues (Celery/Redis) so single-service degradation never cascades into global downtime.

Verification Criteria
  • Idempotent API endpoint design
  • Redis Pub/Sub & Celery task rate-limiting
  • Dead letter queues for unrecoverable payloads
Target SLA: 99.9% UptimeBuilt for scale
02 — Selected work

Things I've built and shipped

Open-source libraries, telemetry tooling, and distributed backend systems — each addressing a concrete architectural requirement engineered for reliability.

Custom IDE
Custom VS Code Build

Black AI IDE

A custom, telemetry-free distribution of VS Code featuring a built-in AI coding assistant and agentic loop engine, optimized for secure and private offline development workflows.

  • Built-in AI coding assistant and agentic loop engine living in the activity bar
  • 100% telemetry-free by default with all tracking endpoints completely patched out
  • Security-hardened build with command filter capabilities and custom branding
  • Automated cross-platform build pipeline (macOS, Linux, Windows) using VSCodium build system
VS CodeVSCodiumAI AgentElectronTypeScriptNode.js
Data FlowDeveloper Input → Agent Loop Controller → Local Execution Sandbox → AST Patching
Key Architectural Guarantee100% offline telemetry stripping · VSCodium core binary integration
Production VerifiedView Source
NPM Package
v1.0.3

BDPayments

A centralized payment gateway abstraction layer for Stripe, SSLCommerz, bKash, and Nagad. It offers a single, unified API interface for charge, refund, and retrieve operations across multiple providers with lazy-loaded adapters.

  • Unified API wrapper for Stripe, SSLCommerz, bKash, and Nagad payments
  • Dynamic runtime provider resolution via lazy-loaded adapters
  • Normalized schema maps for charges, refunds, and query lookups
Node.jsTypeScriptStripeSSLCommerzbKashNagad
Data FlowUnified Charge Request → Provider Resolution → Dynamic Adapter Injection → Normalized Callback
Key Architectural GuaranteeZero hard runtime dependencies · Lazy-loaded provider SDKs · Idempotent transactions
Production VerifiedInspect NPM
NPM Package
v1.0.0

BDDeliveries

A centralized delivery gateway abstraction wrapper for Bangladeshi couriers including Pathao, Steadfast, and Paperfly. It provides a unified API for order creation, tracking, and cancellations with dynamic runtime loading.

  • Centralized courier gateway for Pathao, Steadfast, and Paperfly APIs
  • Automated parcel creation, real-time tracking, and package cancellation
  • Dynamic load triggers for shipping carriers minimizing bootstrap weight
Node.jsTypeScriptPathaoSteadfastPaperfly
Data FlowConsignment Payload → Gateway Dispatcher → Courier Webhook Hook → State Machine Sync
Key Architectural GuaranteeAutomatic token expiration renewals · Normalized tracking schema maps
Production VerifiedInspect NPM
NPM Package
2.5k+ Installs

Express Controller Sets

Designed for Node.js/Express.js developers to minimize boilerplate route controls. Create a schema model, instantiate the controller set, and link routes. Supports validation via Mongoose, express-controller-sets-router, and S3 file uploading.

  • Route control generation directly mapped from Mongoose schema configurations
  • Built-in validation checks, request sanitization, and express-router bindings
  • Integrated AWS S3 file uploading handling and local temp write cleanup
Node.jsExpressMongooseMongoDBS3 Uploads
Data FlowMongoose Model → Controller Matrix Generator → Sanitizer Pipeline → Express Route Bindings
Key Architectural GuaranteeReduces CRUD controller boilerplate by 80% with built-in S3 upload hooks
Production VerifiedInspect NPM
Automation Tool
Active Tool

Python Advanced Invoice Generator

Automated document utility designed to compile high-fidelity PDF invoices. Renders dynamic schema data using Jinja2 templates into HTML, compiled into target PDF prints via Pdfkit and the wkhtmltopdf compilation engine.

  • Automated dynamic PDF compilation using Jinja2 HTML templates
  • Headless rendering via wkhtmltopdf binaries and Django environment bindings
  • High-fidelity layouts accommodating multi-currency and detailed ledger listings
PythonDjangoPdfkitJinja2Wkhtmltopdf
Data FlowDynamic JSON Schema → Jinja2 Multi-currency Template → Headless Wkhtmltopdf Daemon → S3 Stream
Key Architectural GuaranteeHigh-precision layout compiler accommodating multi-tenant enterprise ledgers
Production VerifiedView Source
Enterprise Solution
18+ Stars

ISP Billing System

An enterprise billing and management automation system for Internet Service Providers. Integrates with Mikrotik API for bandwidth and radius profiles control, coupled with PayPal, Stripe, and SSLCommerz payment gateways. Manages invoice triggers, automated ledger entries, and features a collaborative user client portal.

  • Mikrotik Radius Server Profile Integration
  • Automated payment billing & gateway reconciliation
  • Real-time bandwidth usage & connection tracking logs
PythonDjangoMikrotik APIRedisCeleryPostgreSQL
Data FlowMikrotik API Telemetry → Radius Profile Controller → Celery Scheduler → Invoice Auto-reconcile
Key Architectural GuaranteeAutomated disconnect triggers, multi-gateway ledger reconciliation, and real-time bandwidth graphs
Production VerifiedView Source
03 — Core Stack

Architectural Capabilities

Grouped by operational layer. Calibrated against hundreds of hours of production runtime, API design, database optimization, and distributed systems deployments.

Languages

Day-to-day, in production

PythonExpert

Async services, Celery pipelines, scripting

TypeScriptExpert

Type-safe client and server business logic

JavaScriptExpert

The runtime underneath all of it

Backend

Where most of my time goes

DjangoExpert

DRF, Channels, ORM tuning, auth

Node.jsExpert

Event-driven APIs, non-blocking workers

FastAPIAdvanced

High-throughput async REST surfaces

ExpressExpert

Routing, middleware, request pipelines

Frontend

Interfaces over those systems

ReactExpert

Component state, data flow, virtualization

Next.jsExpert

App Router, RSC, SSR and caching

React NativeAdvanced

Expo Router, Reanimated, FlashList

Data

Schema design and query cost

PostgreSQLExpert

Indexing, partitioning, transaction control

MongoDBExpert

Document modelling, Mongoose ODM

RedisAdvanced

Pub/Sub, queues, cache invalidation

Infrastructure

Getting it running and keeping it up

DockerAdvanced

Containerized deploys, service isolation

NginxExpert

Reverse proxy, load balancing, TLS

AWSAdvanced

EC2, S3, VPC networking

LinuxExpert

Host configuration and shell automation

CI / CDAdvanced

GitHub Actions, automated release pipelines

Accepting projects for Q2 / Q3

Let's build systems that scale seamlessly.

Available for distributed backend architecture, high-load API design, and senior full-stack execution. Typical response turnaround within ~4 hours.

NDA Friendly Async & Sync Flexible Direct Technical Communication