Engineering the future as a
CSE undergraduate focused on NLP & AI automation. I design and ship full-stack products and scale digital ecosystems that are built to last.
I’m a CSE undergraduate at East Delta University focused on Natural Language Processing and AI automation. Beyond code, I build and scale digital ecosystems — from growing a 250k-strong fan community (now rebuilding it as The Whites Bangladesh) to optimizing supply chains for my jewelry brand — driven by the desire to build things that scale and matter.
Production systems engineered end to end — from relational data models to the pixels.
Lead Full-Stack Developer
A mobile-first Next.js storefront backed by a relational Supabase (PostgreSQL) database and Cloudinary media. Features a frictionless WhatsApp checkout, a persistent merge-safe cart, district-level shipping logic, and a bespoke admin command center — so the business runs without touching code.
Founder & Lead Full-Stack Developer
A unified home for Bangladesh’s Real Madrid community, built on Next.js 16 and a relational Supabase backend. Combines a Markdown-powered editorial newsroom, authenticated member accounts, a Fans Zone community, and an integrated merch store with a persistent cart — one cohesive, app-like product.
Currently architecting new solutions.
Deployment pending.
Co-Founder & Operations Lead
Managing international imports, supply-chain logistics, and day-to-day operations for a premium jewelry venture — and engineering the digital storefront that drives its conversion and customer experience.
Founder & Managing Editor
Grew the largest Real Madrid digital community in Bangladesh to nearly 250k followers. Though the original page was lost, I’m rebuilding it from the ground up as The Whites Bangladesh — already growing at a rapid pace on Facebook.
Private Tutoring
Personalized mentorship for SSC and O-Level students across core analytical and communicative disciplines.
B.Sc. in Computer Science & Eng.
East Delta University · Current
Transferred credits from AIUB to continue my undergraduate studies.
B.Sc. in Computer Science & Eng.
AIUB · 2023–2024
Began my undergraduate journey here — a great experience.
Higher Secondary Certificate (Sci.)
Halishahar Cantonment Public School & College
93% in Physics, Chemistry & Higher Mathematics combined.
Secondary School Certificate (Sci.)
Chattogram Government High School
91% across all Science group subjects combined.
Match reports, tactical breakdowns, and culture pieces — I publish news and articles on The Whites Bangladesh, with longer essays on Medium.
Published on The Whites Bangladesh
A player-by-player report card on Real Madrid’s 2026 World Cup group-stage campaign — one of the news pieces and match analyses I publish on twsbd.page.
Published on Medium
A deep dive into the tactical and cultural shift José Mourinho brought to Real Madrid — the necessary counter-force to Barcelona’s dominance.
Strategy, engagement, and sustainable growth for creators.
Modern, high-conversion landing pages and portfolios.
Scaling digital communities from zero to hundreds of thousands.
Science & English for SSC and O-Level curriculums.
Have a product, a brand, or a problem worth solving? I’m always open to interesting collaborations and conversations.
A high-performance, mobile-first storefront with a frictionless WhatsApp checkout — built on Next.js, a relational Supabase backend, and Cloudinary media.
Standard e-commerce pushes shoppers through high-friction, multi-step checkouts. Maéir Trinkets takes a conversational commerce approach instead: a glassmorphic slide-up cart calculates regional shipping, aggregates the order, and hands a cleanly formatted summary to WhatsApp for confirmation and payment — all wrapped in an editorial, app-like UI. Originally prototyped on Airtable, it was later re-architected onto a relational Supabase (PostgreSQL) schema for scalability, data integrity, and a fully custom, decoupled admin experience.
localStorage and synced across every page so items are never lost on navigation.A normalized relational model with pricing at the product level and stock tracked per variant (and per size for bangles):
categories └─ products ├─ product_images └─ variants ├─ variant_images └─ variant_sizes orders ─ order_items reviews · announcements · newsletter_subscribers
Row Level Security exposes only active products and approved reviews to the public, while scoped policies permit inserts such as orders and newsletter sign-ups. All privileged admin mutations run server-side with the Supabase service-role key.
The client wanted a bespoke luxury feel but refused the rigidity and monthly fees of Shopify. By decoupling a Next.js frontend from a relational Supabase backend, I delivered a lightning-fast, zero-platform-fee storefront paired with a custom dashboard that makes managing hundreds of SKUs as simple as editing a spreadsheet.
A unified fan platform for Bangladesh’s Real Madrid community — newsroom, member accounts, community, and commerce in a single Next.js 16 app, backed by Supabase and Cloudinary.
The community lived across social media with no home of its own — news, merch, and membership scattered between platforms. The Whites Bangladesh consolidates all of it into one app-like product: a curated Markdown newsroom, authenticated member accounts, a Fans Zone for supporters, an events hub, and an official store with a persistent cart. It’s a single Next.js 16 application on a relational Supabase backend — one codebase, one auth system, one design language — rather than a blog, a storefront, and a forum stitched together. It’s the rebuild of The Whites Stories, a Real Madrid community that once reached nearly 250k followers, now growing again from the ground up.
react-markdown + remark-breaks, styled by the Tailwind Typography plugin for clean editorial layout./news/[slug]) with shareable links, dates, and category labels.@supabase/ssr, so login state is available inside Server Components and protected routes.next-themes, with lucide-react iconography and tw-animate-css micro-interactions.A normalized relational model on Supabase, with auth-linked profiles and content, commerce, and community as separate domains:
profiles ─ auth.users articles └─ categories · cover media products └─ product_images orders ─ order_items events · fans_zone
Row Level Security exposes only published articles and active products to the public, while authenticated policies gate member actions. Privileged mutations run server-side with the Supabase service role.
The easy path was a Facebook page for content, Shopify for merch, and a separate blog — three tools, three bills, three logins, no ownership. Instead I consolidated content, identity, community, and commerce into a single Next.js 16 app on one Supabase backend: one codebase, one design language, full control of the data, and zero per-platform fees.