Mohammed Vepari

Backend & Infrastructure Engineer

Honours Bachelor of Computer Science (2026) @ Algoma University• GPA 3.7/4.0 • Architecting fault-tolerant, auto-scaling distributed systems using Java, Go, Node, Kubernetes, and AWS Terraform.

Reliability | Observability | Scale to Zero | Operational Excellence

Available for on-site, hybrid, or remote roles (EST/EDT).

Brampton, ON

5-Second Summary

Backend / Systems Engineer building reliable distributed systems focused on concurrency, failure handling, observability, and scalable backend design.

Flagship project: NetPulse. Academic foundation includes Operating Systems, Distributed Systems (85%), Theory of Computing, Java, Python, database systems, and honours BCS degree proof.

Platform proof: queue-backed workers scale from 0 to N with durable work retention, workload eligibility, cooldown controls, and readiness-gated recovery.

Current Public Deployments

Direct links to the active custom-domain systems reviewers can open without digging through repository notes.

View Core Details

Core Systems

4

Design Docs

8

Engineering Posts

6

Enterprise SaaS Alignment Snapshot

Fast scan for new-grad backend and enterprise SaaS teams: fundamentals, office readiness, communication through documentation, and shipped systems.

Enterprise SaaS New Grad

BCS 2026, 3.7/4.0 GPA, Java/Python/TypeScript foundation, and Toronto-area availability for office-based teams.

Backend Engineer

Java/Python-ready fundamentals, Node.js APIs, queue-worker execution paths, Postgres/Redis persistence, and clear service boundaries.

Platform Engineer

AWS ECS/Fargate, Kubernetes, Terraform, and queue-backed scale-to-zero with readiness-gated recovery.

CS Fundamentals

Operating Systems, Distributed Systems (85%), Theory of Computing, data structures, algorithms, and databases.

[Engineering Identity]

Honours Bachelor of Computer Science (2026) @ Algoma University• GPA 3.7/4.0 • Architecting fault-tolerant, auto-scaling distributed systems using Java, Go, Node, Kubernetes, and AWS Terraform.

Focused on SRE-grade platform delivery with infrastructure provisioning, cost-aware scaling, and production failure-recovery automation.

// LIVE_CANDIDATE_SIGNAL: PORTFOLIO_NODE_01
[0.0002] CANDIDATE_PROFILE: backend_infrastructure_engineer
[0.0005] ACTIVE_SIGNAL: flagship_systems_live
[0.0008] ACTIVE_DEPLOYMENT: netpulsemanage.dev
[0.0011] ACTIVE_DEPLOYMENT: cloudsandbox.space
[0.0014] ACTIVE_DEPLOYMENT: sentinel-mesh.cloud
[0.0017] ACTIVE_DEPLOYMENT: autoscale-os.dev
[0.0020] CORE_STACK: java_go_node_kubernetes_terraform
[0.0023] STATUS: available_onsite_hybrid_remote_est_edt
_

Core System Design Docs

4 Primary Architecture Deep Dives

The main review path is intentionally narrow: four systems, each with a live endpoint, architecture summary, what broke / how it was fixed, metrics, and system design docs.

Primary Design Doc

NetPulse: Distributed Uptime Monitoring SaaS

Reliability flagship: incidents, queueing, PgBouncer, mTLS, and alert lifecycle.

mTLS regional checkers -> queue -> monitoring engine -> PgBouncer + Postgres/Redis -> status dashboard + incident lifecycle.

Primary Design Doc

Cloud Sandbox

Platform proof: durable queueing, scale-to-zero execution workers, DLQ recovery, and sandbox isolation.

cloudsandbox.space -> always-available control API -> durable queue/DLQ -> queue-depth scaling policy -> 0-to-N ECS/Fargate worker pool -> readiness-gated execution -> result store.

Primary Design Doc

AutoScale OS: Intelligent Cloud Orchestration Platform

Java/Kubernetes proof: workload eligibility, 0-to-N control, cooldown, readiness, and worker scheduling.

autoscale-os.dev -> React operations UI -> Java orchestration API -> Redis state -> idle/backlog control loop -> 0-to-N Kubernetes worker scheduler -> Prometheus metrics + readiness.

Primary Design Doc

SentinelMesh: Zero-Trust Service Mesh Control Plane

Security/backend proof: zero-trust policy evaluation, audit stream, trust map, and alerts.

sentinel-mesh.cloud -> mesh dashboard -> gateway audit stream -> policy bundle evaluator -> service trust map -> alerts + metrics summary -> AutoScaleOS export link.

Additional Design Docs

Supporting projects remain available for validation, but they are intentionally kept below the four core backend/platform systems.

Architecture_And_Runbooks

Four core proof paths: what broke, how it was fixed, the metrics or operating signal, and the design docs recruiters can inspect quickly.

NetPulse Incident Noise Reduction

What broke: noisy checks and alert trust. Fix: queue-based ingestion, PgBouncer pooling, retry windows, and incident lifecycle controls.

Read NetPulse Writeup

Scale to Zero Without Losing Work

What it proves: durable queue state, 0-to-N wake-up, readiness gating, cooldown, and explicit cold-start tradeoffs.

Read Scaling Deep Dive

AutoScale OS Control Loop Design

What it proves: Java/Kubernetes orchestration, worker health, backlog-aware scaling, readiness checks, and Prometheus-style metrics surfaces.

Open AutoScale Design

SentinelMesh Zero-Trust Control Plane

What it proves: service trust map, policy evaluation, blocked traffic, auth failures, audit stream, and operational security visibility.

Open Mesh Design

Additional_Projects

Supporting Work, Kept Below the Main Proof

These projects are still useful proof, but they are intentionally lower on the page so recruiters first see the four strongest backend/platform systems: NetPulse, Cloud Sandbox, AutoScale OS, and SentinelMesh.

Distributed Systems & Cloud APIs

Edge Balancer (Go)

Shows when an edge-routing service outgrows App Runner and needs regular ECS service-level control for proxying, health management, and deployment behavior.

Go networking fundamentals and failure-handling proof; kept lower so the page stays focused on current platform/security systems.

- Migrated the service from AWS App Runner to regular ECS so service rollout policy, health-probe cadence, task behavior, and ingress wiring could be controlled directly.

- Conducted deep runtime profiling using Go pprof to identify and eliminate memory allocation bottlenecks, optimizing goroutine scheduling for high-throughput TCP proxying.

AWS ECSGoConsulPrometheus

Scaling & Messaging Systems

Real-Time Transit Telemetry Dashboard

Demonstrates real-time data engineering, stream correctness, and observability-first operations reporting.

Realtime dashboard and stream-correctness proof; useful support evidence, but secondary to the core backend/platform brand.

- WebSocket telemetry updates delivered route refreshes in ~1 second windows under normal load.

- Idempotency + late-event correction eliminated duplicate state writes in replay testing.

DashboardTelemetryJavaScriptAWS S3

Full-Stack Product Engineering

AI Gateway Platform

Shows applied AI product engineering plus infrastructure judgment: App Runner was fast for first launch, but ECS Express Mode became a better fit once deployment behavior, ingress policy, and service tuning mattered more.

Applied AI product proof; kept lower so AI does not distract from the stronger infrastructure and backend signal.

- Migrated the AI service from AWS App Runner to ECS Express Mode to keep a lighter managed experience while gaining more explicit control over deployment behavior and service tuning.

- Converted unstructured job descriptions into normalized requirement signals and evidence-backed summaries for repeatable analysis.

AWS ECS Express ModeNext.jsTypeScriptLLM Integration

Full-Stack Product Engineering

moveYSplash: Social Platform Prototype

Demonstrates end-to-end product delivery, responsive UX, and measurable query optimization in a live academic project.

Academic full-stack product proof; useful for product delivery context, but lower priority than infra/backend systems.

- Search latency improved by ~90% after SQL query and indexing optimization.

- Maintained responsive interaction across mobile and desktop breakpoints.

Next.jsTypeScriptTailwind CSSSupabase

Engineering_Notes

Incident-style writeups that show architecture decisions, load behavior, bottleneck analysis, and measurable outcomes.

View All Posts
2026-07-12 · 8 min

Scale to Zero Without Losing Work: The Queue, Wake-Up, and Readiness Path

How I added scale-to-zero to eligible worker workloads while keeping accepted jobs durable and making cold-start recovery explicit.

- Problem, architecture, stress, resolution, impact

- Target teams: Amazon, Veeva, Canonical, Platform Engineering Teams

2026-06-08 · 12 min

Portfolio App Upgrade Log: Queues, ECS, Pooling, and Evidence-Grounded AI

How I upgraded the portfolio apps from isolated demos into reviewable production-style systems with clearer runtime boundaries, system design docs, and live evidence paths.

- Problem, architecture, stress, resolution, impact

- Target teams: Veeva, Amazon, Stripe, Canonical

2026-04-01 · 11 min

Migrating from AWS App Runner to ECS: Why I Split AI Gateway Platform and Edge Balancer by Workload Fit

Why App Runner was useful for first delivery, where it stopped fitting these workloads, how I moved AI Gateway Platform to ECS Express Mode and Edge Balancer to regular ECS, and which AWS alternatives remained viable.

- Problem, architecture, stress, resolution, impact

- Target teams: Amazon, Canonical, Veeva, Stripe

Recent Engineering Upgrades

Deployed July 2026

Recent platform and portfolio updates with direct proof links so reviewers can verify shipped improvements without hunting through the site.

Platform Engineering Evidence

Scale-to-Zero Proof Path and Referral Packet Added

Cloud Sandbox and AutoScale OS now explain workload eligibility, durable queue state, idle-to-zero decisions, backlog-triggered 0-to-N recovery, readiness gates, cooldown safeguards, and cold-start tradeoffs. Contact now includes a compact SWA/new-grad referral review packet.

Read Scale-to-Zero Design

Referral Review

Dedicated Why Refer Mohammed Packet Added

A dedicated referral page now summarizes verified fundamentals, public proof of work, platform judgment, work authorization, suggested role targets, referrer risk checks, and a factual internal note that can be copied and adapted without overstating the relationship.

Open Referral Packet

Recruiter Scan Path

Homepage Density Reduced Around Four Core Systems

Homepage now leads with NetPulse, Cloud Sandbox, AutoScale OS, and SentinelMesh, while Transit Telemetry, Edge Balancer, AI Gateway Platform, and moveYSplash are moved into compact Additional Projects.

View Core Systems

Academic Verification

Honours BCS Degree Proof Added

Portfolio now includes a direct proof link for Mohammed's Honours Bachelor of Computer Science degree alongside resume and education details.

Open Degree Proof

Recruiter Scan Path

Keep-Visible Systems Prioritized

Featured systems now intentionally keep NetPulse, Cloud Sandbox, AutoScale OS, and SentinelMesh visible because they carry the strongest reliability, sandboxing, Java/Kubernetes, and zero-trust signals.

View Featured Systems

Live Access

Current Public Deployment Links Surfaced

Homepage now shows only the four strongest custom-domain deployments above the fold: NetPulse, SentinelMesh, Cloud Sandbox, and AutoScale OS.

Open Homepage

Project Evidence

SentinelMesh and AutoScale OS Added

Portfolio now includes SentinelMesh as a zero-trust service-mesh control-plane project and AutoScale OS as a Java/Kubernetes/Redis autoscaling orchestration project, each with live access and a system-design page.

View Core Systems

Live Access

Transit Telemetry Dedicated Dashboard Domain Added

Real-Time Transit Telemetry now points to realtimedashboard.dev, replacing the raw S3 website endpoint with a cleaner reviewer-facing domain.

Open Transit Dashboard

Live Access

Cloud Sandbox Dedicated Access Domain Added

Cloud Sandbox reviewer access now points to cloudsandbox.space, replacing the raw ALB endpoint with a cleaner production-style domain.

Open Cloud Sandbox

Live Access

NetPulse Dedicated Access Domain Added

NetPulse reviewer access now points to netpulsemanage.dev, giving the flagship project a cleaner production-style domain instead of an Amplify-generated URL.

Open NetPulse

Architecture Evidence

Production Architecture Upgrade Log Published

New blog post explains the latest app upgrades across NetPulse, Cloud Sandbox, Transit Telemetry, Edge Balancer, AI Gateway Platform, and moveYSplash with proof links and workload-fit tradeoffs.

Read Upgrade Log

Architecture Evidence

Project System Design Library Added

Homepage now surfaces four primary system design docs for NetPulse, SentinelMesh, Cloud Sandbox, and AutoScale OS, with supporting project docs kept in a compact additional list.

View Design Docs

Flagship Roadmap

NetPulse Phase 2-3 Track Published

NetPulse now calls out Phase 2 onboarding/demo-access improvements and the Phase 3 real-user evidence plan for public status pages, timestamped uptime summaries, and demo-mode boundaries.

Open NetPulse Design

Deployment Architecture

ECS Migration Reflected for AI Gateway Platform and Edge Balancer

AI Gateway Platform and Edge Balancer now document the App Runner to ECS migration path, public domain cutovers, and why workload fit drove ECS Express Mode for AI Gateway Platform versus regular ECS for Edge Balancer.

Open Migration Deep Dive

Homepage Structure

Core Systems Positioned First

Core infrastructure systems now appear ahead of additional projects and non-engineering history so reviewers see the strongest proof first.

View Core Systems

Technical Positioning

Infrastructure Skills Map Refreshed

Technical skills now foreground Go, AWS, Terraform, Docker, Prometheus, Grafana, and Redis/BullMQ reliability workflows.

View Technical Skills

Access Paths

Live Portfolio Apps Centralized

Contact section now includes direct live links for NetPulse, SentinelMesh, Cloud Sandbox, AutoScale OS, Transit Telemetry, Edge Balancer, and AI Gateway Platform.

Open Contact Section

Project Evidence

Project Metrics Upgraded

Project cards now emphasize workload-fit deployment choices, zero-trust service-mesh visibility, autoscaling orchestration, queue/DLQ recovery, PgBouncer/mTLS, event-time telemetry, and pprof-driven optimization outcomes.

View Flagship Systems

Narrative Structure

Runbooks Elevated in Homepage Flow

Architecture runbooks and incident-style writing now sit near the top of the homepage to keep the portfolio centered on engineering proof.

Open Runbooks

Technical Skills

Systems_Stack_Map

Languages & Runtime

Java

Backend fundamentals and object-oriented systems design.

STRONG

Python

Coding challenge preparation, scripting, and systems tooling support.

STRONG

TypeScript

Type-safe backend and frontend platform development.

ACTIVE

Node.js

Distributed API services, queue workers, and async processing.

ACTIVE

Go

Load balancing, concurrency control, and runtime profiling.

ACTIVE

SQL

Schema design, indexing, and query optimization.

ACTIVE

CS Fundamentals

Operating Systems

Relevant coursework for systems and infrastructure roles.

COMPLETE

Distributed Systems

Coursework aligned with monitoring, queues, and reliability tradeoffs.

85%

Theory of Computing

Formal foundations for computation, language, and complexity reasoning.

COMPLETE

Data Structures

Core interview preparation and project data-modeling decisions.

STRONG

Algorithms

Routing visualizer, graph traversal, and complexity tradeoffs.

STRONG

Infrastructure & Cloud

AWS (Fargate, EKS, ALB, VPC)

Cloud-native deployment, service networking, and queue-backed elastic capacity.

ACTIVE

Kubernetes

Worker scheduling, scale-to-zero eligibility, cooldown, and readiness orchestration in AutoScale OS.

PROJECT

Terraform (IaC)

Repeatable infrastructure provisioning and change control.

ACTIVE

Docker

Containerized service packaging and runtime consistency.

ACTIVE

Linux / cgroups

Isolation and resource-bound execution constraints.

PROJECT

Observability & Reliability

Prometheus

Service metrics for traffic and health behavior visibility.

ACTIVE

Grafana

Operational dashboards for failure and scaling diagnostics.

ACTIVE

Go pprof

Heap and CPU profiling for runtime bottleneck elimination.

ACTIVE

Redis / BullMQ DLQ

Durable work retention, scale-from-zero triggers, and dead-letter recovery workflows.

ACTIVE

mTLS + Policy Controls

Zero-trust communication, service policy, and alert lifecycle hardening.

ACTIVE

Data & Web Platforms

PostgreSQL / MySQL

Relational data modeling and persistence.

ACTIVE

React / Next.js

Dashboards and technical web interfaces.

ACTIVE

REST / WebSocket APIs

Realtime and request-response service integration.

ACTIVE

Supabase

Rapid full-stack data and auth integration.

PROJECT

Angular

Capstone implementation for complex user workflows.

PROJECT

Experience

Operational ownership, reliability awareness, and delivery discipline carried into production-style project work.

Amazon Fulfillment

Fulfillment Associate

October 2016 - Present

- At Amazon Fulfillment, I worked very well in high volume fulfillment operations in a fast-paced environment where accuracy, safety, and consistent execution of warehouse work can impact customer experience. I process, and prepare customer orders quickly while following safety, and quality requirements.

- Over nearly ten years, I worked in changing workloads, priorities, and met different business needs. I was able to adapt quickly as order volumes skyrocket, assignments change and if teams need support in different areas ensuring work is done during high demanding periods such as prime and peak.

Academic_Foundation

Algoma University

Honours Bachelor of Computer Science

Graduated in June 2026
GPA: 3.7/4.0
// Honours degree
View Degree Proof

Relevant Coursework

Operating SystemsDistributed Systems (85%)Theory of ComputingData Structures and AlgorithmsObject-Oriented ProgrammingDatabase SystemsDiscrete MathematicsWeb Application Development

Awards

  • Algoma University Pathways Scholarship Award - Summit (2024-2025)
  • Algoma university Pathways Scholarship Award - Summit (2025-2026)

George Brown College

Computer Programming and Analysis (3 year advanced diploma program)

Graduated in September 2023
GPA: 3.72/4.0
// Honours degree

Relevant Coursework

Spring BootPythonSQLSoftware DesignWeb Development

Engineer_Profile

Systems Mindset with Product Delivery Discipline

Honours Bachelor of Computer Science (2026) @ Algoma University• GPA 3.7/4.0 • Architecting fault-tolerant, auto-scaling distributed systems using Java, Go, Node, Kubernetes, and AWS Terraform. I focus on building systems that are both understandable and resilient under stress, then presenting that evidence in ways hiring teams can verify quickly.

Education

Honours Bachelor of Computer Science, June 2026

View degree proof

Primary Focus

Distributed Systems, Platform APIs, Reliability

Operating Principles

- Design for failure first, then optimize for speed.

- Publish measurable impact, not vague implementation claims.

- Document architecture and tradeoffs so teams can reason quickly.

Referral_Decision_Brief

Why Refer Mohammed Vepari?

For SWA and new-grad software engineering programs: a backend/platform candidate with verified fundamentals, public systems, and enough documentation for a referrer to evaluate the work before attaching their name to it.

Verified CS Foundation

Honours BCS (January 2024 - June 2026), Operating Systems, Distributed Systems (85%), Theory of Computing, algorithms, and databases.

Reviewable Proof of Work

Four core backend/platform systems pair public deployments with architecture docs, failure notes, and explicit tradeoffs.

Platform Judgment

Scale-to-zero is presented as a reliability decision: durable queue state, workload eligibility, 0-to-N wake-up, readiness, and cold-start cost.

Ownership + Communication

System-design briefs and incident-style posts make technical decisions easy to inspect and create concrete interview discussion points.

Operational Consistency

Long-term Amazon operations experience supports a credible record of reliability, safety, deadline discipline, and adapting under peak load.

Low Logistics Friction

Legally authorized to work in Canada without employer sponsorship. Based in Brampton and available for on-site, hybrid, or remote EST/EDT roles.

What a Referral Endorses

A work-authorized early-career engineer who can discuss Java, backend services, distributed systems, cloud infrastructure, and the tradeoffs behind his own work. The portfolio reduces referral uncertainty; it does not claim to guarantee an interview or replace the coding and interview process.

Contact

I am actively seeking full-time New Grad Software Engineer roles (2026). I have shipped public, production-style projects with live demos and source code. I am legally authorized to work in Canada without employer sponsorship. I am based in Brampton and available for on-site, hybrid, or remote roles aligned with EST/EDT working hours. The fastest way to reach me is by email.

SWA / New Grad Referral Packet

Everything needed for a quick, evidence-based referral review

Honours BCS degree, resume, four core backend/platform systems, and a concise scale-to-zero design showing durable queueing, 0-to-N recovery, readiness, and cold-start tradeoffs. I can discuss every claim from code and architecture.