Hi, I'm sudipnext 👋

I'm Sudip Parajuli from Dharan, Nepal. I work on Data Science, Web Scraping, Robotics, and Web Development using Python and JavaScript. I help build human-centric products with positive impact.

Open For Work
Sudip Parajuli
const developer = "passionate";

About Me

A skilled Person specializing in Python, Data Science, SQL, and JavaScript. I bring a unique blend of technical expertise and creative problem-solving abilities to every project. I love teaching and sharing my knowledge with others, and I am always looking for new opportunities to learn and grow.

Tech Stack

Python
JavaScript
TypeScript
C++
Django
React
Next.js
TailwindCSS
Docker
AWS
PostgreSQL
MongoDB
Redis
PyTorch
Hugging Face
FastAPI
GitHub Actions
Nuxt3

Recent Blog Posts

View all
Getting Started with AWS Lightsail: Things You Need to Know Before Starting
AWS

Getting Started with AWS Lightsail: Things You Need to Know Before Starting

AWS Lightsail is, by far, one of the most user-friendly and powerful services offered by Amazon Web Services. It’s designed to simplify cloud computing for developers, small businesses, and anyone who wants to deploy applications quickly without the complexity of traditional AWS services. If you’re new to Lightsail or considering using it, here’s everything you need to know to get started.

How to Configure Django with S3 Buckets for Efficient File Storage
Django

How to Configure Django with S3 Buckets for Efficient File Storage

If you are searching for tutorials or ways to connect Django with s3 bucket there are plenty of the examples out there with many tutorials. I myself have gone through all of them setting up the s3 buckets with Django. It wasn’t my first time setting up but things are changed drastically. There are many ways how you can setup the Django application with s3. In this i will walk you through the most simplest configuration to setup the S3 bucket with Django. So, without any delay, let’s get started.

Mastering Django Part 1: How to Use Memcache and DatabaseCache for Speed
Django

Mastering Django Part 1: How to Use Memcache and DatabaseCache for Speed

If you are absolute beginner to this concept of caching then it is okay that caching sounds super complex and fancy. Things are complex inside the caching i am not disagreeing with that sentiment either. But let me simplify some things for you why you need caching and how you can implement some common type of caches instantly to learn concepts.