Skip to main content
FA
Faiz Akram
HomeAboutExpertiseProjectsBlogContact
FA
Faiz Akram

Senior Technical Architect specializing in enterprise-grade solutions, cloud architecture, and modern development practices.

Quick Links

Privacy PolicyTerms of ServiceBlog

Connect

© 2026 Faiz Akram. All rights reserved.

Projects & Case Studies

Real products shipped to production — from multi-tenant SaaS and CDC data platforms to developer tools and mission-driven websites.

14 Live Projects3 In Development

Live in Production

Esparks Edu — School Management ERP screenshot
SaaS · EdTech
Live

Esparks Edu — School Management ERP

Multi-tenant school management, from admissions to payroll

A comprehensive multi-tenant School ERP that lets institutions run academics, finance, HR and operations from one platform. Each school gets isolated tenant data via subdomain, subscription tiers and a configurable public site, with role-based dashboards for admins, teachers, accountants, parents and students — plus a companion React Native mobile app.

Next.js 16React 19PostgreSQLPrismaNextAuthReact NativeRedis
Subdomain-based multi-tenancy with per-tenant data isolation
RBAC with 9 roles + subscription tiers (Razorpay billing)
Attendance, fees, exams, payroll, timetable & report cards
Companion React Native app with Firebase push notifications
55 data models6 DB schemas~26 web modules21 mobile screens
Case studyVisit live site
Phone Vault screenshot
Data Platform
Live

Phone Vault

Bulk phone-number dedup & vendor-delivery tracking

A full-stack platform for ingesting large CSV/contact uploads, deduplicating them against a vendor-agnostic master dataset, and tracking which vendor delivered which numbers. Staged uploads are reviewed then migrated to master, with exports and per-vendor duplicate/dispute reporting for teams managing high-volume phone data.

GoGinNext.jsMySQLMongoDBRedisDocker
Bulk CSV upload with real-time SSE progress, cancelable
Dual-store: MySQL (GORM) + MongoDB for high-volume records
Two-tier staging → master data flow with dedup
JWT auth, OTP/2FA, IP allow-listing & login auditing
~1M-row uploadsClean/hexagonal Go architecture4 parallel chunk uploads
Case studyVisit live site
Retro — Sprint Retrospectives screenshot
SaaS · Collaboration
Live

Retro — Sprint Retrospectives

Real-time sprint retrospectives for every team

A real-time sprint retrospective platform where teams run fast, focused retros with live-synced cards, votes, presence and a countdown timer. No signups (anonymous by default via httpOnly device tokens), with durable board history, analytics dashboards and action items carried sprint-to-sprint.

Next.js 15React 19Socket.IOPostgreSQLDrizzleRedisDocker
Live cards, votes, presence & timer via Socket.IO + Redis adapter
No-signup anonymous join with server-side device tokens
Drag-and-drop columns, voting, board lock, CSV/PDF export
Localized UI (EN/ES) with dark mode; pnpm monorepo
2 apps + 2 shared packagesMulti-instance realtimeCaddy auto-HTTPS
Case studyVisit live site
BCW Technology Solutions screenshot
Corporate · CMS
Live

BCW Technology Solutions

Corporate site with a full content-approval CMS

An enterprise marketing website and content-management platform for an IT-services company. It presents services, portfolio case studies, blog and lead-capture forms, and includes a full admin back office where staff author content through a role-based draft → approval → publish workflow with versioning.

Next.js 16React 19PostgreSQLPrismaNextAuth v5Tailwind 4TipTap
Draft → submit → approve/reject workflow with versioning
TipTap rich-text authoring for blogs & portfolios
Role-based admin dashboard, users & submissions
Cloudflare Turnstile, rate limiting, Cloudinary media
207 tests · ~96% coverage4 deploy environmentsCI/CD via GitHub Actions
Case studyVisit live site
Cybotech Campus screenshot
EdTech · LMS
Live

Cybotech Campus

Learning management & coaching platform

An education/coaching platform managing students, courses, blogs, YouTube-based lessons, MCQ quizzes/exams and certificate verification. It pairs a public course-marketing site with a JWT-secured admin dashboard for enrollments, fee tracking, results and content — with a Capacitor mobile build.

Angular 17IonicSpring Boot 3Java 17MySQLJPA/HibernateJWT
Course catalog, enrollment, fees, invoices & results
Online MCQ quiz/exam engine with scoring
QR-based certificate generation & verification
Layered REST API with Swagger/OpenAPI docs
15 REST controller groups~23 JPA entities~30 UI modules
Case studyVisit live site
GitHub Timesheet screenshot
Developer Tool · PWA
Live

GitHub Timesheet

Team time tracking that lives in GitHub issues

A fast, database-free time-tracking tool for teams already living in GitHub. Work logs are stored directly in GitHub issues (one per user per month as a Markdown table) — no login, no backend. It has grown from a simple logger into a team tool: a utilization dashboard with forecasting, working-schedule capacity, holidays & leave/PTO, an approval + reopen-request workflow, and time suggestions drawn from your GitHub activity.

Next.js 15React 18TypeScriptGitHub GraphQL APIRadix UITailwindPWA
Zero-database — GitHub issues are the source of truth
Monthly calendar, Jira-style durations & multi-user views
Team dashboard: utilization, capacity, forecast & date ranges
Suggests time entries from your GitHub commits & PRs
Approval + reopen-request workflow; holidays & leave/PTO
No database · no loginStyled Excel exportInstallable PWA
Case studyVisit live site
The Becoming Institute screenshot
Marketing Website
Live

The Becoming Institute

Guided identity development beyond survival into purpose

A marketing and lead-generation website for a transformational-growth institute, presenting its structured programs and capturing prospect inquiries. Built on the Next.js App Router with Framer Motion animation and a spam-protected, email-backed contact flow.

Next.js 16React 19TailwindFramer MotionNodemailerTurnstile
Program showcase with scroll-triggered animations
Lead-capture form with validation & bot protection
Server-side email delivery via Brevo SMTP + rate limiting
Security headers & multi-environment CI/CD
~95% test coverageJest + Testing LibrarySelf-hosted deploy
Case studyVisit live site
Hope & Healing Network screenshot
Nonprofit Website
Live

Hope & Healing Network

Connecting communities through hope, healing & support

A lightweight, static-first website for a nonprofit that connects communities to partner organizations offering mental-health, wellness and community-support services. Accessibility-first, SEO-optimized, with a spam-protected contact form backed by Google Apps Script.

Next.js 16React 19TailwindStatic ExportTurnstile
Static export (SSG) for speed & cheap hosting
Accessibility-first: skip links, semantic HTML, a11y page
Partner-network grid & spam-protected contact form
Built-in SEO: sitemap, robots, OG/Twitter cards
~93% test coverage199 tests10 static pages
Case studyVisit live site
Enterprise · EdTech
Live

Red Hat Remote Exam Platform

Remote proctoring & online delivery for IT certification exams

Compunnel Inc.

A secure remote exam delivery platform built for Red Hat's certification program, enabling candidates to take proctored IT certification exams individually at a time and location of their choosing. The system replaced traditional classroom-based exams with a webcam-proctored, hardware-secured remote alternative — with real-time monitoring, secure exam delivery, and end-to-end audit trails.

Java 8Spring 4xHibernate 4xTokBoxJBoss 7xAWS SQSSSEMariaDBMongoDBJenkinsSonarVelocity
Remote proctoring via TokBox (webcam/video) replacing in-person classroom exams
Secure exam delivery on specially configured hardware within private networks
AWS SQS message queuing + SSE broadcasting for real-time candidate monitoring
OWASP security testing, Sonar code-coverage enforcement, and JUnit test suites
Led cross-functional team: change requests, defects, and JIRA-tracked deliveries
CI/CD pipeline via Jenkins; Velocity templates for notification & report generation
Sep 2017 – Nov 2018Red Hat certifiedOWASP secured
Case studyEnterprise Application
SparksLink — Enterprise E-Commerce Platform screenshot
Enterprise · E-Commerce
Live

SparksLink — Enterprise E-Commerce Platform

Multi-tenant IT & e-commerce for global event logistics

Compunnel Inc.

Modernized a legacy Clarion-based Windows application into a robust, scalable, and secure multi-tenant IT and e-commerce web ecosystem for Sparks (Compunnel Inc.). The platform streamlines complex event logistics — managing global product catalogs, inventory availability, and real-time order processing across multiple business units on a single unified platform.

AngularJavaSpring FrameworkJBossAWS AuroraMySQLREST APIsAWS
Multi-tenant architecture: secure, isolated environments per business unit
Full-stack transformation from legacy Clarion to Angular + JBoss/Spring
E-commerce fulfillment: global catalogs, inventory & real-time order processing
Cloud-native AWS Aurora backend supporting high-concurrency event demand
Aug 2018 – PresentMulti-tenant SaaSAWS Aurora
Case studyEnterprise Application
AMP — Resource & Project Management Suite screenshot
Enterprise · Project Management
Live

AMP — Resource & Project Management Suite

End-to-end resource allocation, project tracking & workflow automation

Compunnel Inc.

A comprehensive internal project management suite for Compunnel Inc. that optimizes resource allocation, project documentation, and operational workflows. The platform automates resource wishlists, approval flows, and end-to-end lifecycle tracking — from Sales Purchase Orders and Change Orders through to Deposit and Final Invoicing.

AngularJavaSpring BootMySQLREST APIsSwagger
R&R module: automated creation, publication & approval of resource wishlists
Workflow automation: email notifications for work orders, updates & approvals
End-to-end lifecycle: Sales POs, Change Orders, Deposit & Final Invoicing
Comprehensive project tracking across the full operational lifecycle
Sep 2018 – Dec 2025Full project lifecycleEnterprise-grade
Case studyEnterprise Application
Sparks Roster — Employee Directory screenshot
Enterprise · Mobile
Live

Sparks Roster — Employee Directory

Cross-platform employee discovery for Web, iOS & Android

Compunnel Inc.

A cross-platform employee directory solution for Compunnel/Sparks available on Web, iOS, and Android. Teams quickly discover and connect with colleagues by department, location, and company through a fast, filter-driven interface — backed by Okta SSO, a secure Spring Boot API, and MySQL storage, with cloud-ready integrations for enterprise use.

AngularIonicSpring BootJavaMySQLOktaREST APIs
Filter-driven search by department, location & company
Okta SSO authentication for enterprise-grade security
Single codebase — Web, iOS & Android via Ionic
Secure Spring Boot REST API with MySQL data storage
Jun 2024 – May 2025Web + iOS + AndroidOkta SSO
Case studyEnterprise Application
Sparks IMS — Information Management Platform screenshot
Enterprise · HR Platform
Live

Sparks IMS — Information Management Platform

Centralized workforce & operational information management

Compunnel Inc.

An enterprise web platform for centralized workforce and operational information management at Compunnel/Sparks. Teams manage and visualize business-critical data across departments through a modern Angular interface and a modular Java Spring backend — with secure integration, Redis caching, and a scalable service architecture for internal operations.

AngularJavaSpring FrameworkMySQLRedisREST APIsHibernate
Centralized data management across multiple departments
Modern Angular UI with modular Java Spring backend
Redis caching for high-performance data retrieval
Secure integration & scalable service architecture
Jun 2018 – Sep 2018Multi-departmentEnterprise-scale
Case studyEnterprise Application
Enterprise · Interactive
Live

Sparks Kiosk — Digital Museum & Vehicle Experience

On-premise immersive digital museum and vehicle exploration platform

Compunnel Inc.

An on-premise enterprise application for Compunnel/Sparks delivering an immersive digital museum and vehicle exploration experience for internal teams, visitors, and showroom environments. The platform provides structured museum journeys, rich vehicle storytelling, technical specifications, media galleries, and competition highlights — designed for secure private-network deployment with centralized content control.

AngularJavaSpring BootMySQLREST APIsSwagger
Structured digital museum journeys with rich media galleries
Vehicle storytelling: specs, highlights & competition data
Secure on-premise deployment within private infrastructure
Centralized content control for high-availability showroom use
Sep 2019 – Jan 2020On-premise deployPrivate network secured
Case studyEnterprise Application

Upcoming & In Development

Database Migration Platform screenshot
Data Platform · CDC
In Development

Database Migration Platform

Browser-operated any-to-any database migration on CDC

A browser-operated platform for planning, running, monitoring and validating real-time migrations between heterogeneous databases (SQL Server, PostgreSQL, MySQL, Oracle, Db2, MongoDB). A Java control plane orchestrates jobs while a Debezium + Kafka data plane performs the change capture and delivery.

Java 21Spring Boot 3ReactDebeziumKafkaPostgreSQLKubernetes
Heterogeneous any-to-any migration across 6 database engines
Real-time CDC: Debezium source → Kafka → JDBC sink
End-to-end integrity validation with drift detection
Custom Java SMTs, AES-GCM secret encryption, Prometheus/Grafana
Multi-million-row validationDocker Compose + K8s (Strimzi)JWT/RBAC secured
Case studyLaunching soon
Élégance Event Venue screenshot
Booking Platform
In Development

Élégance Event Venue

Where luxury meets celebration

A luxury event-venue marketing and booking-inquiry website for a New York venue hosting weddings, galas and private celebrations. Visitors browse spaces, packages and a gallery, then submit inquiries persisted to PostgreSQL — with a tier system unlocking availability calendars and analytics.

Next.js 16React 19PostgreSQLnode-postgresZodTailwind 4
Space & package browsing with capacity, pricing & gallery
Zod-validated booking & contact inquiries → PostgreSQL
Tier-gated availability calendar & analytics roadmap
Rich SEO: EventVenue / FAQ / Breadcrumb JSON-LD
8 data tables~12 pages3 feature tiers
Case studyLaunching soon
Veteran Opportunities Unlimited screenshot
Nonprofit Website
In Development

Veteran Opportunities Unlimited

Their way out is our way in

An awareness and donation website for a nonprofit dedicated to ending chronic veteran homelessness — starting with homeless female veterans and their families. It presents the organization's housing, refuge and dependents programs, its recovery model, and drives donations and volunteer signups.

Next.js 16React 19Tailwind 4TypeScript
Program pages: transitional housing, DV refuge, dependents support
Donation CTA integrated with GivingFuel
Volunteer & contact flows (Google Sheets + email — planned)
Metadata-driven SEO with a distinct brand palette
3 core programsNavy/Gold/Crimson brandVPS deploy planned
Case studyLaunching soon

Want to see more, or discuss building something like this?

Let's Connect