Sandip Das

Hi,
I'm Sandip Das,
a Fullstack Dev.

I'm a Fullstack Developer with over a year 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', '...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.

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.