import Fastify from 'fastify';
import jwt from '@fastify/jwt';
import cors from '@fastify/cors';

const app = Fastify({ logger: true });
app.register(cors, { origin: '*' });
app.register(jwt, { secret: process.env.JWT_SECRET });

app.addHook('onRequest', async (req, reply) => {
  try {
    await req.jwtVerify();
  } catch (err) {
    reply.send(err);
  }
});

app.post('/upload', {
  schema: { body: { type: 'object', properties: { file: { type: 'string' } } } }
}, async (req, reply) => {
  const fileId = await processFile(req.body.file);
  return { success: true, fileId };
});

FULLSTACK DEVELOPER
WEB, MOBILE & DESKTOP

Hi, I'm Muhammad Mizan Al Mujadid. I specialize in building end-to-end digital solutions, from robust Web Systems and high-performance Mobile Apps (Flutter) to seamless Desktop Applications.

version: '3.8'
services:
  nginx:
    image: nginx:alpine
    ports: ["80:80", "443:443"]
    volumes:
      - ./nginx.conf:/etc/nginx/nginx.conf

  postgres:
    image: postgres:15-alpine
    environment:
      POSTGRES_USER: ${DB_USER}
      POSTGRES_PASSWORD: ${DB_PASS}
    volumes:
      - pgdata:/var/lib/postgresql/data

  minio:
    image: minio/minio
    command: server /data --console-address ":9001"
    environment:
      MINIO_ROOT_USER: ${S3_USER}
      MINIO_ROOT_PASSWORD: ${S3_PASS}
    volumes:
      - s3data:/data
Muhammad Mizan Al Mujadid

SCALABLE SOLUTIONS ACROSS ALL PLATFORMS

I am a Fullstack Developer dedicated to creating high-performance applications. Whether it's a complex web system, a cross-platform mobile app, or a native desktop solution, I build with a focus on stability and scalability.

Contact Me
Architected for Growth

Every line of code is written with scalability in mind, ensuring your application can handle growth from day one.

Cross-Platform Excellence

Specializing in Flutter for mobile and robust frameworks for web and desktop, I deliver a consistent experience everywhere.

End-to-End Delivery

From database architecture to the final UI, I handle the entire development lifecycle to ensure a cohesive product.

SELECTED WORK, BUILT WITH PURPOSE

A snapshot of projects I've designed and developed through structured collaboration. Each work reflects real needs, clear goals, and thoughtful execution.

View My Work
May 2026 - PresentONGOING

Personal Portfolio

A premium, high-performance portfolio website built with Next.js 16. It features a dynamic Bento-Grid layout, advanced server-side security using Next.js Proxy, and a custom-built Admin Dashboard for seamless project management. Focused on maximum performance, modern dark-mode aesthetics, and professional SMTP integration for client inquiries.

NextJSFullstack DevUI/UX DesignMongodbCloudflare R2
 Personal Portfolio
Jan 2026 - Mar 2026

NoePOS - Cross-Platform POS

A secure and efficient Point of Sale (POS) application built with Flutter. Featuring a clean PIN pad entry, product management, and real-time sales synchronization across mobile devices.

CROSS PLATFORMFLUTTERPOS SYSTEM
NoePOS - Cross-Platform POS
Aug 2025 - Jan 2026

NEMAFI - ISP Landing Page

Modern landing page for NEMAFI, an Internet Service Provider (ISP). Features a dark, sleek UI displaying fiber plans, speeds up to 500 Mbps, and AI-powered recommendations for seamless connectivity.

WEB DEVELOPMENTUI/UX DESIGNISP
NEMAFI - ISP Landing Page
See More Work

FULLSTACK DEVELOPMENT TAILORED TO YOUR NEEDS

I provide comprehensive development services across web, mobile, and desktop environments.

Explore My Services

Web Development

Advanced Web Systems

Building scalable, secure, and maintainable web applications using modern fullstack technologies.


API & Backend Architecture

Designing robust server-side logic and database structures to power high-traffic applications.

Mobile App Development

Flutter Specialist

Expertise in creating high-performance, beautiful mobile apps for iOS and Android using a single codebase.


Native Performance

Ensuring smooth interactions and lightning-fast speeds that feel native to every device.

Desktop & Quality

Desktop Applications

Extending your reach to Windows, macOS, and Linux with powerful and integrated desktop solutions.


QA & Maintenance

Rigorous testing and ongoing support to keep your products running flawlessly long after launch.

BUILT AS A LONG-TERM PARTNER, NOT JUST A VENDOR

I work closely with your team to design and develop digital products that are clear, scalable, and ready to grow with your business.

Work With Me
Primary Value

End-to-end ownership

From early discovery to delivery, I handle the full design and development process. This keeps decisions aligned and reduces handoff friction, ensuring your vision is realized exactly as intended without compromise.

Process

Structured and transparent

My workflow is clear at every stage. You always know what's happening, what's next, and why it matters.

Culture

Collaborative

I work as an extension of your team. Alignment is built-in.

Engineering

Built for maintainability

I focus on solutions that are practical to maintain and scale. This helps you move forward without rework.

Quality

Performance First

Optimized for speed and high-efficiency across all platforms.

Philosophy

Custom-Tailored Solutions

I don't believe in one-size-fits-all. Every project is built from the ground up to solve your specific challenges.

DESIGN INFORMS DEVELOPMENT.
DEVELOPMENT SHARPENS DESIGN.
THAT'S HOW I DELIVER PRODUCTS WITH PURPOSE AND PRECISION.