Selected work

Real projects, real results. Eight case studies across digital marketing, AI, data analysis, and study abroad.

πŸŽ“Featured
AI Integration2022–Present

JJAT Education

Founded and built JJAT Education β€” an international student consultancy based in Dhaka, Bangladesh. Designed the full digital presence, implemented an AI-powered student intake chatbot handling initial queries and qualification screening, and built automated workflows covering 23 study destinations. The platform now supports 500+ student applications across the UK, Australia, EU, Canada, and beyond.

βœ“ 500+ student applications supportedβœ“ 23 study destinations servedβœ“ 70% query automation via AI chatbot
Education ConsultancyAI ChatbotAutomationStudy AbroadWeb Development
✈️Featured
Study Abroad2022–Present

Study Abroad Mentorship

Personal mentorship for students applying to UK, Australian, EU, and Canadian universities β€” outside of JJAT Education. Worked with 30+ individual students providing tailored personal statement coaching, application strategy, scholarship research, and visa guidance. Students secured offers from University of Aberdeen, Edinburgh Napier, Glasgow Caledonian, and more.

βœ“ 30+ students mentored individuallyβœ“ Offers from Aberdeen, Napier, GCU & moreβœ“ UK, AU, EU, CA destinations covered
MentorshipPersonal StatementVisa GuidanceUK UniversitiesScholarships
πŸ€–Demo
AI Integration2024

RAG Customer Support Chatbot

A fully functional GPT-powered customer support chatbot using Retrieval-Augmented Generation (RAG). User queries are matched against a product knowledge base (returns policy, shipping, payments) β€” the top-k relevant chunks are injected into the system prompt before the LLM responds. Built with Next.js 15 App Router, AI SDK v6, and streaming responses. Falls back to scripted demo responses when no OpenAI key is set, so the live demo always works.

βœ“ Full RAG pipeline: retrieve β†’ inject β†’ streamβœ“ AI SDK v6 with streaming β€” no page refreshβœ“ Demo mode fallback β€” works without API key
OpenAIRAGNext.js 15AI SDK v6TypeScriptStreaming
🌐Demo
Web Development2024

SaaS Marketing Website Template

A full SaaS marketing website built with Next.js 15 and Tailwind CSS v4. Includes hero, features grid, three-tier pricing table, testimonials, and CTA sections β€” all statically rendered for maximum performance. Demonstrates responsive dark-theme design, smooth scroll navigation, and accessible interactive elements. Deployed to Vercel with zero config.

βœ“ Fully static β€” zero server cost on Vercelβœ“ Responsive dark theme β€” mobile to widescreenβœ“ Pricing, testimonials, nav, CTA β€” complete marketing site
Next.js 15Tailwind CSS v4TypeScriptVercelStatic Rendering
πŸ“ŠDemo
Data Analysis2024

Multi-Source Analytics Dashboard

A unified analytics dashboard pulling from GA4, Shopify, and Postgres into one dark-themed view. Shows 6 KPI cards, area/bar/line/pie charts, and a top-pages table β€” all seeded with realistic 2024 mock data. Built with Next.js 15 server components and Recharts. Demonstrates how to normalise data schemas across sources and render large datasets without blocking the UI.

βœ“ 6 KPIs + 4 chart types in one viewβœ“ Area, bar, line, pie charts β€” all responsiveβœ“ 3 data sources labelled per chart (GA4, Shopify, Postgres)
Next.js 15RechartsTypeScriptData VisualisationDark Theme
πŸ“±Demo
Mobile App Development2024

Service Booking Mobile App

An interactive mobile UI demo showing the full booking flow for a React Native home services app β€” browse services, pick a date and time, enter card details, and get a booking confirmation. Built as a pixel-perfect phone frame simulation running in the browser. The actual React Native app uses Expo Router, Zustand, Stripe Payment Sheet, and React Native Reanimated for 60fps animations.

βœ“ Full 5-screen booking flow β€” interactive in browserβœ“ Realistic phone frame with status bar + bottom navβœ“ Browse β†’ Detail β†’ Date/time β†’ Payment β†’ Confirmation
React NativeExpo RouterStripeZustandReanimatedTypeScript
☁️Demo
Cloud Solutions2024

AWS Serverless Infrastructure

An interactive architecture diagram of a production AWS CDK v2 stack β€” click any component to see the TypeScript CDK code that provisions it and why it was designed that way. Stack covers: API Gateway HTTP API β†’ Lambda (Provisioned Concurrency) β†’ SQS + Worker Lambda β†’ RDS Proxy β†’ Aurora Serverless v2, all inside a private VPC. Secrets via SSM Parameter Store, static assets on S3 + CloudFront, CI/CD via GitHub Actions with cdk diff on PRs.

βœ“ 11 AWS components β€” all clickable with CDK codeβœ“ Full VPC design: public, private, isolated subnetsβœ“ Est. cost: Β£12–25/month (Aurora pauses when idle)
AWS CDK v2LambdaAurora Serverless v2SQSCloudFrontGitHub ActionsTypeScript
πŸ“ˆDemo
Digital Marketing2024

Meta Ads Performance Audit Tool

A paid social audit tool that analyses 5 mock Meta Ads campaigns and flags issues: poor ROAS, ad fatigue (high frequency), audience overlap, and underperforming creatives. Each issue comes with a specific fix recommendation prioritised by impact. The live demo uses seeded mock data β€” the architecture shows how it would connect to the real Meta Marketing API via OAuth 2.0 with server-side token proxying.

βœ“ 5 campaigns audited β€” 7 issues flaggedβœ“ ROAS, frequency, overlap, CTR all scoredβœ“ Prioritised action list with specific fixes per issue
Next.js 15Meta Marketing APIPerformance MarketingTypeScriptOAuth 2.0