Arafat Hossain

Hey, I'm

arafat hossain.

I build|

Full Stack Software DeveloperTech + Business Enthusiast
Available for work
What I Offer

SERVICES

Delivering end-to-end solutions, from scalable backend architectures to pixel-perfect user interfaces.

Full-Stack Web Development

Build scalable and production-ready web apps engineered for performance and reliability.

  • MERN / PERN stack
  • Authentication & APIs
  • Clean architecture

Modern UI/UX Engineering

Pixel-perfect, fast, and responsive interfaces that delight users on every device.

  • React / Next.js UI
  • Performance optimization
  • Design-to-code conversion

Backend & API Systems

Robust and secure backend systems designed for scale, correctness, and maintainability.

  • REST APIs Design
  • Database design
  • Authentication & security
🔥 Trending

AI-Powered Features

Add intelligence to your product with modern AI integrations that feel like magic.

  • Chatbot integration
  • AI APIs (GPT / Gemini)
  • Smart automation
What I Work With

Tech Arsenal

A curated stack I rely on — from pixel-perfect frontends to production-grade APIs.

Core Stack
Next.js
React.js
TypeScript
Node.js & Express.js
PostgreSQL
Tailwind CSS
Categories
Frontend
JavaScript
TypeScript
React.js
Next.js
Tailwind CSS & Shadcn UI
framer-motion
Bootstrap
SVG
CSS3
HTML5
Backend & Security
Node.js & Express.js
REST API Design
Auth.js & Better-Auth
JWT & Token Management
OAuth / Social Login
Databases & Data Modeling
PostgreSQL & Prisma ORM
MongoDB & Mongoose
Firebase Realtime Database
ERD Design
Tools & DevOps
Git & GitHub
Docker
DNS & Domain Management
Vercel & Render
Postman
VS Code
Figma
On the Horizon
🌱Currently Exploring
Cloud & DevOps
AWS
Docker
CI/CD Pipelines
Architecture
System Design
Web Security
Performance Optimization
System Design in Practice

ARCHITECTURE & PATTERNS

How I structure scalable, maintainable, and secure applications.

src/modules/product/product-routes.ts
typescript
// Express.js Route Flow: Route -> Validation -> Auth -> Controller
 
router.post(
"/",
validateRequest(addProductZodSchema),
checkAuth(Role.ADMIN, Role.SUPER_ADMIN),
productControllers.addProduct,
);

Robust Middleware Pipeline

Enforces strict request payload validation via Zod and Role-Based Access Control (RBAC) at the route level before engaging business logic.

src/actions/product-action.ts
typescript
// Next.js Data Flow: Service -> Action -> Client
 
export const createProductAction = actionWrapper(async (payload: IProduct) => {
const product = await productServices.addProduct(payload);
 
return {
success: true,
message: "Product created successfully",
statusCode: 201,
data: product
};
});

End-to-End Type Safety

Ensures type safety from the server action to the client, abstracts complex logic into reusable services, and guarantees standardized API responses.

Selected Work

Featured Projects

End-to-end products shipped with care — from schema design to deployment pipeline.

parcelkoy.live/
Full Stack

ParcelKoy

  • Built a courier logistics platform managing the full parcel delivery lifecycle — pickup, rider assignment, hub routing, tracking, delivery confirmation, and COD settlement.
  • RBAC: Merchant, Rider, Admin, and Super-Admin.
  • Integrated a Gemini AI using Vercel AI SDK and tool-calling
  • Full-stack architecture: Express.js modular backend with Next.js service layer → server actions → client data flow.
Frontend
Next.js
Tailwind CSS
TanStack React (Query+Form+Table)
Zod
Axios
Vercel AI SDK
TypeScript
Backend
Express.js
Prisma ORM
PostgreSQL
Better-auth
Zod
TypeScript
Modular Architecture
farmfresh.iarafathossain.me/
Full Stack

FarmFresh

  • Built a role-based agricultural marketplace featuring adaptive UI navigation and intercepted routing for user authentication.
  • Merchant tools enabling farmers to manage inventory, execute full product CRUD operations, and track orders.
  • Engineered an end-to-end checkout flow with smart cart management, simulated payments, live status tracking, and automated PDF receipts.
  • Advanced filtering and searching capabilities for an optimized browsing experience.
  • Designed a secure customer trust system featuring verified, post-delivery product reviews and flexible pre-confirmation order cancellations.
Frontend
next.js
tailwind css
centralize design system
Backend
next.js api routes
next-auth
mongoDB/mongoose
typeScript
forge-api.example.com
Full Stack

EduConnect

  • Developed a production-ready LMS connecting learners with expert tutors, supporting course creation with video tutorials, quizzes, and articles.
  • Implemented AI-powered semantic vector search with personalized course recommendations, course relevance.
  • Built an auto-progress tracking system with completion state management, improving learner retention rates.
  • Integrated an AI support chatbot for real-time query handling, reducing repetitive support requests.
  • Engineered multi-step course creation forms with DB persistence and resume-from-state for interrupted workflows.
Frontend
next.js
tailwind css
tanStack react (query+form+table)
shadcn/ui
framer-motion
react-dropzone
react-quill
Backend
next.js api routes
next-auth
mongoDB/mongoose
typescript
zod
pdf-lib
resend
Beyond Coding

PROFESSIONAL MILESTONES

Key moments that sharpened my leadership, communication, and decision-making alongside technical growth.

Hult Prize presenting a sustainable business model to expert judges
Entrepreneurship and Leadership

Hult Prize

University Level Competition

Recognized for developing a sustainable business model and pitching to a panel of expert judges. Proved the ability to bridge the gap between technical solutions and business viability.

Customer Care Executive at Steadfast Courier

Developed high-level conflict resolution, patience, and user empathy by translating complex user issues into actionable insights.

User Empathy and Communication - 6 Months
Continuous Learning

Education

Bridging the gap between academic theory and modern web technologies.

Begum Rokeya University, Rangpur

B.B.A in Management Information Systems

2022 — Present (Expected 2026)

Developing a strong foundation in enterprise systems, database architecture, and business process optimization. Bridging core management theory with hands-on skills in full-stack development, data analysis, and modern cloud infrastructure.

Key Focus

  • Enterprise systems and process analysis
  • Database architecture and information modeling
  • Practical full-stack development workflow
Professional Certifications
Advanced JavaScript

Advanced JavaScript

Scrimba

Completed a focused certification covering modern JavaScript patterns, asynchronous workflows, and production-ready code structure.

Key Topics Covered:

  • Modern syntax
  • Async patterns
  • Production practices
AI Engineering Path

AI Engineering Path

Scrimba

Built a practical foundation in AI-assisted development, model workflows, and integrating AI tools into real products.

Key Topics Covered:

  • AI workflows
  • Tool integration
  • Applied learning
Programming with JavaScript

Programming with JavaScript

Coursera (Meta)

Completed the Meta JavaScript curriculum with emphasis on DOM logic, program structure, and clean implementation.

Key Topics Covered:

  • DOM fundamentals
  • Core programming
  • Implementation focus
Reactive Accelerator

Reactive Accelerator

Learn With Sumith

Focused on modern reactive UI composition, state transitions, and maintaining smooth user experiences under load.

Key Topics Covered:

  • Reactive UI
  • State transitions
  • Smooth UX
Get In Touch

CONTACT

Let's connect! Feel free to reach out with any questions or opportunities.