Skip to content
View nurul287's full-sized avatar

Block or report nurul287

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nurul287/README.md


About me

I'm a full-stack engineer at Stackular LLC (remote, Ellicott City MD), building production-grade web applications end-to-end — from database design through deployment. Most of my recent work is on Aurevo Fashion, a full-stack e-commerce platform demonstrating the complete SDLC: requirements → system design → API design → implementation → testing → deployment.

I pair traditional engineering discipline (typed APIs, real integration tests, CI/CD gates) with AI-assisted development workflows — using tools like Claude Code as a genuine engineering collaborator, not just autocomplete.

  • 🔭 Currently building: Aurevo Fashion — Express/TypeScript backend + React 19 storefront, Supabase-backed
  • 🌱 Exploring: AI agent tooling, knowledge-graph-backed codebase context, payment gateway integrations for the BD market
  • 💬 Ask me about: React/TypeScript, Node.js/Express APIs, Postgres schema design, or AI-assisted engineering workflows

Tech stack — across the full SDLC

Planning & Design
Figma Swagger Postman Notion Stitch

Languages
TypeScript JavaScript HTML5 CSS3

Frontend
React Next.js Vite TailwindCSS Redux TanStack Query Radix UI

Backend
Node.js Express NestJS Socket.io Zod

Database & ORM
PostgreSQL MongoDB Supabase Firebase Prisma Drizzle Mongoose

Testing & QA
Vitest Jest Playwright Testing Library

DevOps & CI/CD
Git GitHub Actions Docker NGINX

Cloud & Hosting
Vercel Railway Firebase Hosting AWS

Monitoring & Observability
Sentry

AI-Assisted Engineering
Claude Cursor OpenAI


Featured projects

Project Stack Description
Aurevo.BE Express · TypeScript · Drizzle ORM · Supabase E-commerce REST API — modular monolith, JWT/JWKS auth, atomic stock accounting, AI shopping assistant
Aurevo.UI React 19 · Vite · TanStack Query · Tailwind v4 E-commerce storefront + admin panel, i18n (EN/বাংলা), no client-side Supabase SDK
Chatly React · TypeScript · Firebase Real-time chat app — 1:1 and group conversations
PH University Server TypeScript · Express Online courses platform backend
Doctor Portals JavaScript Dental doctor portal client

🤖 Featured build — AI Shopping Assistant (RAG)

Rebuilt Aurevo Fashion's chatbot from a bare Claude tool-use bot (no retrieval, no persistence, simulated streaming) into a full retrieval-augmented generation pipeline: semantic product search, policy/FAQ answers, and auth-gated order lookup — with real token streaming and conversation persistence. Full writeup: Aurevo.BE/docs/09-ai-chatbot-rag.md.

flowchart LR
    subgraph ING["📥 Offline Ingestion"]
        PROD[Products DB] --> EMB["Chunk + Embed (Voyage AI)"]
        POL[Policy / FAQ docs] --> EMB
        EMB --> KB[("kb_chunks — pgvector")]
    end

    subgraph RUN["💬 Runtime Chat"]
        WID["Chat Widget (SSE)"] --> CS["Chat Service — Claude tool-use loop"]
        CS -->|"search_knowledge"| KB
        CS -->|"get_product_details"| PDB[(Live product DB)]
        CS -->|"get_my_orders 🔒 auth-gated"| ORD[(Orders)]
        CS --> OUT["Streamed reply + persisted conversation"]
    end

    ING --> RUN
Loading

GitHub stats


Contribution activity


Trophies


Contribution snake above renders automatically via a scheduled GitHub Action — it'll populate a day after this repo is created.

Pinned Loading

  1. Aurevo.UI Aurevo.UI Public

    Aurevo Fashion — Frontend E-commerce SPA. React 19 app built with Vite, TypeScript, TanStack Query, Supabase auth, Tailwind CSS v4, Shadcn/ui, React Router v7, and deployed on Vercel.

    TypeScript

  2. Aurevo.BE Aurevo.BE Public

    Aurevo Fashion — Backend REST API. Modular monolith built with Express, TypeScript, Drizzle ORM, Supabase JWT auth, Zod validation, Swagger docs.

    TypeScript

  3. chatly chatly Public

    Chatly is a real-time web chat application built with React, TypeScript, Firebase, and Vite. It supports one-on-one and group conversations with several features

    TypeScript

  4. doctor-protals-client doctor-protals-client Public

    Dental doctor portals

    JavaScript

  5. power-x-gym power-x-gym Public

    Power-x-gym

    JavaScript

  6. PH-University-Server PH-University-Server Public

    A Online Courses flat format

    TypeScript 1