Skip to content
View qntum-dev's full-sized avatar

Block or report qntum-dev

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
qntum-dev/README.md



Typing SVG

Website GitHub LinkedIn

About Me

const pritam = {
  location: "Building awesome stuff on the web 🌍",
  code: [
    "TypeScript",
    "JavaScript",
    "Basic Python",
    "Basic Java",
    "Basic Golang",
  ],
  askMeAbout: ["web dev", "tech", "health"],
  technologies: {
    frontEnd: {
      frameworks: ["React", "Next.js"],
      styling: ["TailwindCSS", "ShadCN"],
    },
    backEnd: {
      frameworks: ["Expressjs", "Encore.dev", "Nest JS", "Hono"],
      databases: ["PostgreSQL", "Redis", "MongoDB"],
    },
    misc: ["Docker", "Figma", "Git", "Postman", "N8N", "Bash"],
  },
  currentFocus: "Building production ready web applications! πŸš€",
  funFact: "I debug with console.log and I'm not ashamed! πŸ˜„",
};

My Awesome Projects

πŸ—¨οΈ Rflect - Chat in Real-Time!

Rflect

Real-time chat with image sharing & dark mode!

Next.js β€’ Encore.dev β€’ Redis β€’ WebSockets

🎬 MVDB - Movie Magic!

MVDB

Discover movies & shows like never before!

Next.js β€’ TypeScript β€’ Tailwind CSS

πŸ› οΈ More Cool Stuff I Built:

πŸ”— URL Shortener β€’ βœ… Todofy

Tech Stack & Tools

JavaScript TypeScript React TailwindCSS NestJS PostgreSQL Drizzle ORM Directus TanStack Figma Git Postman

GitHub Stats

Pritam Mondal github stats
GitHub Streak

Let's Connect & Build Something Amazing!




Buy Me A Coffee

Pinned Loading

  1. rflect rflect Public

    Rflect is a clean, fullstack realtime chat app with image uploads, dark mode, and a mobile-first responsive UI.

    TypeScript

  2. rflectBackend rflectBackend Public

    A realtime chat application backend built with Encore, using Redis for pub/sub and caching, Drizzle ORM with Postgres for structured, type-safe data persistence, and Cloudinary for media handling.

    TypeScript 1

  3. mvdb-mobile-app mvdb-mobile-app Public

    A modern React Native app powered by the TMDb API for browsing trending movies, exploring film details, and discovering what’s popular in cinema today

    TypeScript 2

  4. mvdb mvdb Public

    A modern movie database web app built with Next.js, TailwindCSS, and TypeScript. Users can explore trending and popular movies, view detailed cast and crew info, and search for their favorite celeb…

    TypeScript 1

  5. rflectFrontend rflectFrontend Public

    A realtime chat application frontend built with Next.js, Tailwind CSS, TanStack Query, and Zustand for global state management.

    TypeScript 1

  6. url_shortner url_shortner Public

    This is a backend for an url shortening software. This backend is capable to shorten url and also get their analytics.

    JavaScript