Available for opportunities

Building Secure, Scalable Systems That Actually Work

Full-stack engineer focused on APIs, cloud systems, and real-world applications. I build things that handle production load.

Contact Me

Featured Work

Systems built to solve real problems

View all projects
Backend01

Fitness Tracking API

Production-grade REST API with RBAC, HATEOAS, and ETag caching

Node.jsKoaMySQLJWT+3
AI / ML02

RegulaPilot

AI-powered compliance workflow system for structured decision-making

ReactNext.jsTypeScriptTailwind+2
03

Café Digital Growth & Operations Platform

End-to-end system for customer engagement, retention, and business operations

ReactNode.jsExpress/KoaMySQL+3

Featured Case Study

Engineering in depth

BackendREST API · Node.js · Koa

Fitness Tracking API

Production-grade REST API with RBAC, HATEOAS, and ETag caching

The Problem

Modern fitness applications demand APIs that go beyond basic CRUD — handling complex user hierarchies, enforcing fine-grained access control, and remaining self-documenting at runtime without a separate documentation step.

Architecture Layers

1

HTTP LayerKoa middleware pipeline — CORS, rate limiting, auth validation, request parsing

2

Router LayerThin route handlers that delegate immediately to the service layer — no logic here

3

Service LayerBusiness logic, authorization checks, cross-entity operations, HATEOAS link generation

4

Repository LayerAll DB queries in typed repository classes — no raw SQL ever reaches the service layer

5

DatabaseMySQL with connection pooling, parameterized queries, and transaction support

Key Engineering Decisions

  • JWT with refresh token rotation — zero long-lived secrets in circulation
  • RBAC permission matrix — O(1) authorization checks at every endpoint
  • ETag caching — ~60% bandwidth reduction on read-heavy workloads
  • HATEOAS responses — API is self-documenting at runtime
  • Integration test suite — real database, real assertions, no mocks at data layer

Tech Stack

Node.jsKoaMySQLJWTRBACOpenAPIJest

Read the full case study

Architecture, security, testing, and outcomes

Expertise

Skills & Technologies

Backend

Node.jsKoa.jsREST APIsMySQLJWT AuthRBACHATEOAS

Frontend

ReactNext.jsVue.jsTypeScriptTailwind CSS

Mobile

.NET MAUIMVVMC#Cross-PlatformOffline-First

AI / ML

PythonPyTorchCNNsVideo ClassificationCUDA

Cloud & Infra

SupabaseDockerPostgreSQLOpenAPIVercel

Tools

GitJestPostmanVS CodeSQLite

About

The engineer
behind the work

I build systems with architecture in mind first — thinking about security, scalability, and maintainability before a single line is written.

My focus spans the full stack: from designing secure REST APIs with RBAC and HATEOAS, to building cross-platform mobile apps with offline-first architecture, to training deep learning models for video classification. The common thread is engineering rigour and a preference for systems that actually hold up under production conditions.

I write code to be read by the next engineer — tested, documented at the right level, and structured so that change doesn't require archaeological excavation.

Engineering Principles

Architecture first

Design the system before writing the code.

Security by default

Baked in from day one — not retrofitted.

Test what matters

Integration over mocks; confidence over coverage theatre.

Clean over clever

The next engineer should thank you, not curse you.

3+
Production-grade projects
5+
Core technologies
L3
REST maturity achieved
0
Known OWASP vulnerabilities

Ready to build

Let's build something impactful

I'm currently available for freelance work, contract roles, and full-time positions. If you have a technical challenge worth solving, let's talk.

Contact

Start a conversation

Have a project in mind, a role to fill, or just want to connect? Reach out directly.

Source Code
github.com/Parsa13831383