Sandip Das

Hi, I'm Sandip,
a Fullstack Dev.

I'm a Fullstack Developer with 3+ years of professional experience in MERN stack. I have hands-on experience with HTML, CSS, Javascript, React.js, Next.js, React Native, Svelte.js, Tailwind CSS, Node.js, Express.js, Nest.js, MongoDB, and Git, etc.

/index.ts
const coder = {
  name: 'Sandip Das',
  skills: [
    'HTML', 'CSS',
    'Tailwind CSS',
    'Javascript',
    'React.js',
    'React Native',
    'Svelte.js',
    'Next.js', 'Node.js',
    'Express.js',
    'Nest.js', 'MongoDB',
    'Git', 'WordPress', '...everythingNice',
  ],
  hardWorker: true,
  quickLearner: true,
  problemSolver: true,
  hireable: function () {
    return this.hardWorker && this.problemSolver && this.skills.length >= 5;
  },
};

Portfolio

Checkout my work.

View All Portfolio
Svelte OTP Package

Svelte OTP Package

Svelte.js

NPM

Package

A Svelte component for creating OTP (One-Time Password) inputs. This component allows for customizable OTP input length, supports different input types, and handles various user interactions such as input, paste, and backspace events.

Gully2Gully

Gully2Gully

Ecommerce

Food Delivery

Javascript

Developed an e-commerce food delivery website that currently has over 1,000 active users and is growing, featuring a seamless ordering experience and an intuitive interface to enhance customer satisfaction and engagement.

KudoHomes

KudoHomes

HTML

CSS

Javascript

Kudo Homes offers seamless, budget-friendly renovation solutions for any project size. As the developer, I crafted a user-friendly website that showcases their services and ensures quality and satisfaction every step of the way.

Career Path

Professional Experience

Software Engineer L2

Sep 2025 - Present

mple.ai

Mumbai, Maharashtra, India · On-site

  • Spearheading the core development of the AI-powered video interview and training platform.
  • Optimizing complex AI workflows and data processing pipelines for real-time analytics.
  • Leading architectural decisions for front-end scalability using Next.js and advanced state management.
  • Collaborating directly with stakeholders to translate business requirements into high-performance technical features.

Software Engineer

July 2023 - Aug 2025

Code Business Solutions Private Limited

Mumbai, Maharashtra, India · On-site

  • Designed and developed scalable full-stack applications using React, Next.js, and NestJS.
  • Improved page load performance by 30% and reduced API response time by 40%.
  • Led backend API development focusing on RESTful design and query optimization.
  • Contributed to AI-driven automation initiatives streamlining backend processes.

Blog

Checkout My Latest Articles.

View All Articles
How to Build an AI-Trained Chatbot with Python

How to Build an AI-Trained Chatbot with Python

I will cover everything from setting up your environment to training and deploying your chatbot. By the end of this article, you will have the knowledge and tools to build and customize your own AI-powered chatbot.

.Net Core vs .Net Framework: Detailed Comparison

.Net Core vs .Net Framework: Detailed Comparison

In this comprehensive comparison, we delve into the key differences between these two frameworks, exploring their features, performance, compatibility, and ecosystem. Whether you're a seasoned developer or a newcomer to the world of .NET, this guide will provide valuable insights to help you make an informed decision for your next project.

Design Patterns for Flutter Applications

Design Patterns for Flutter Applications

Let's delve into some of the most useful design patterns for Flutter development and discuss how they can be applied to create robust and efficient apps organizing code, improving its maintainability, and making it easier to understand and modify.