Full Portfolio

All My Projects

A curated collection of production-grade work across SaaS, mobile, data visualisation, and open source.

Live · Feb 2023 – Present
HT.

HindustanTimes.com

300M+

Page Views/mo

69M+

Unique Users

Enterprise Media

India's #1 English News Platform

Led frontend engineering for HindustanTimes.com — architecting Next.js SSR/ISR pipelines, integrating AI-powered content summarisation and recommendations, and driving Core Web Vitals improvements (LCP <1.5s) across the full platform under real-time high-traffic conditions.

Next.jsReactTypeScriptCore Web VitalsOpenAI APISSR/ISR

69M+

Unique Users / month

Next.js SSR ISR
Media · Hindi News

LiveHindustan.com

Led full migration to Next.js SSR + ISR architecture delivering 300M+ monthly page views to 69M+ unique users. Achieved LCP <1.5s, CLS <0.01 via optimised hydration, lazy loading, and code splitting.

AngularNode.jsCore Web VitalsWebpack
hindustantimes.js

import { HT } from 'hindustantimes.js'

const feed = HT.newsFeed({ lang: 'en' })

feed.render('#widget')

SDK · Open Tool

hindustantimes.js

Built and published the official Hindustan Times JavaScript SDK. Enables third-party platforms to embed real-time news feeds with a single API call, powering widgets across partner sites.

JavaScriptSDKREST APINode.js
IoT Healthcare

Real-
time

Live patient data streams
Thousands of live device records
Visual alert prioritisation engine
IoT · Elder Care · Aug 2021 – Jan 2023

Anelto Dashboard

Built a scalable patient monitoring dashboard for an IoT-driven elder-care management system at Chetu Inc. Designed real-time data prioritisation logic handling thousands of simultaneous live device records, with colour-coded alert views and patient status panels for care teams.

AngularFirebaseNode.jsRxJSIoTREST APIs
terminal

npm install sx-paginate

import { SxPaginate } from 'sx-paginate'

NPM Package

sx-paginate

React JS pagination library that makes pagination simple. Plug-and-play component with customisable active button styles and page callbacks.

ReactNPMTypeScript
View on NPM
terminal

npm i -g @suboorkhan/create-bootstrap-app

create-bootstrap-app

CLI Tool

create-bootstrap-app

CLI tool that scaffolds a Bootstrap 4 boilerplate (index.html, script.js, style.css) in one command — zero config, instant start.

Node.jsCLINPM
View on NPM

42.

Nightlife Social

ReactNode.js
Client Work

Whats42nite

Social platform for nightlife discovery. Real-time updates on venue specials and promotions. Users explore, like, comment and share memorable nightlife experiences.

ReactNode.jsFirebase
Visit Site

SG.

Astrology Platform

WebAngular
Client Work

StarsGyan

Online platform for Astrology, Vastu, Numerology and Tarot consultations. Users connect with certified experts via chat, phone or free live streaming.

AngularFirebaseREST API
Visit Site

EG.

Study Abroad

WebjQuery
Client Work

Eduglobetech

Study abroad consultancy with access to 500+ universities and 100+ courses across USA, Canada, UK, Sweden and Australia. Visa guidance and application support.

HTML/CSSjQueryBootstrap
Visit Site

DM.

Digital Agency

WebSEO
Client Work

Digital Marketo

Leading web design and internet marketing agency in India. Services include SEO, social media marketing, graphic design, content writing, and campaign management.

HTML/CSSJavaScriptWordPress
Visit Site

BN.

Staffing & Recruitment

Web
Client Work

BN Staffing Services

Leading IT and non-IT staffing firm. Connects qualified candidates with MNCs and growing organisations across banking, tech, pharma, telecom, and more.

HTML/CSSJavaScriptBootstrap
Visit Site

MG.

Industrial Chemicals

Web
Client Work

MG Enterprises

Est. 2014 — manufacturer and trader of cleaning chemicals, laundry chemicals, industrial chemicals, housekeeping materials, and dyes across India.

HTML/CSSBootstrap
Visit Site

FD.

Paper Mill Machinery

Web
Client Work

Fairdeal Machines

Supplier and exporter of paper mill and allied machinery equipment with 35+ years of experience, 400+ clients and 8,000+ inventory items worldwide.

HTML/CSSBootstrap
Visit Site

BS.

Leather Footwear

E-Com
Client Work

Boshorini

Premium genuine leather shoe manufacturer. Specialises in cemented, san crispinos, double stitch, and hand-sewn shoes with timeless designs.

HTML/CSSShopifyJavaScript
Visit Site

AC.

Ayurvedic Pharma

Web
Client Work

Actinat

Ayurvedic pharma start-up integrating science with traditional medicine. Founded by Ayurveda doctors with 20+ years of experience, launched first products in 2019.

HTML/CSSBootstrapjQuery
Visit Site

JC.

Manufacturer · Est.1937

Web
Client Work

Jayco Whistle

India’s finest whistle manufacturer since 1937. Custom logo die-strike capability on solid brass, iron, and plastic whistles. Family-run over 3 generations.

HTML/CSSBootstrapjQuery
Visit Site

ZP.

Mobile App

IonicAngular
Mobile

Zoopr App

Cross-platform mobile application built with Ionic and Angular. Early-stage prototype for a social discovery experience with real-time features.

IonicAngularFirebase
In Development

IO.

Cross-Platform

IonicAngular
Mobile

My Ionic App

Cross-platform mobile app built with Ionic framework and Angular. Demonstrates building native iOS/Android apps from a single web codebase using modern tooling.

IonicAngularTypeScriptRxJS
View App
bug-tracker

tasks.add({ title: 'Fix login bug' })

tasks.exportToExcel()

Personal Tool

Praxiv Bug Tracker

Built during lockdown to track daily work progress. Add tasks, record outcomes, and export everything as Excel. Later adopted by the testing team at Praxiv.

ReactJavaScriptExport to Excel
View Project

CV.

Resume Builder

React
Personal Project

CV Maker App

Free resume builder app. Select a template, personalise it, and get a job-ready CV in minutes. Helps users create professional resumes for their dream job.

ReactCSSJavaScript
View Project

3D.

Three.js · WebGL

Three.js
Experiment

First 3D Website

First exploration of Three.js and WebGL — creating animated 3D computer graphics directly in the browser. A milestone in learning real-time 3D on the web.

Three.jsWebGLJavaScript
View Project
react-blogger

npm install && npm start

# JSON Server on port 8000

Personal Project

React Blogger

Blogging system built with React, Redux for global state management, and JSON Server as a lightweight fake database backend.

ReactReduxJSON Server
Source Code
node-blogger

const express = require('express')

app.set('view engine', 'ejs')

Personal Project

Node Blogger

Simple blogging system built with Node.js and Express.js. Uses EJS as the templating engine for server-side rendered blog posts.

Node.jsExpressEJS
View Project

VJ.

Vue.js SPA

Vue.js
Experiment

Vue JS Website

Single-page application built with Vue.js to explore the progressive framework. Demonstrates component-based architecture, reactivity, and modern tooling integration.

Vue.jsJavaScriptCSS
View Site

DB.

Browser Game · JS

JavaScript
Fun Project

Dragon Ball Game

Browser-based Dragon Ball game built entirely with vanilla JavaScript. Demonstrates game loop logic, collision detection, and DOM-based animation — no libraries.

JavaScriptHTML5Canvas/DOM
View on CodePen

NF.

UI Clone · React

React
UI Clone

Netflix Clone

Pixel-perfect Netflix landing page clone built with React. Demonstrates component composition, responsive layout, and CSS-in-JS styling techniques.

ReactCSSJavaScript
View on CodePen

SP.

UI Clone · React

React
UI Clone

Spotify UI Clone

Spotify artist page UI recreated with React — faithful reproduction of the layout, colour palette, and interactive elements as a front-end styling exercise.

ReactCSSJavaScript
View on CodePen