Kuldeep Pisda

Kuldeep Pisda

Bengaluru, India
Engineer, Student and Explorer
Aug 16
Announcing Kuldeep Pisda's DjangoCon US 2022 Tutorial: Mastering Django REST APIs and Admin Panel Customization

Announcing Kuldeep Pisda's DjangoCon US 2022 Tutorial: Mastering Django REST APIs and Admin Panel Customization

Join Kuldeep Pisda at DjangoCon US 2022 for an in-depth tutorial on mastering Django REST APIs and admin panel customization.
5 min read
Sep 11
How to validate the raw JSON post request body in Django?

How to validate the raw JSON post request body in Django?

While making APIs validating the request body is essential. It not only helps in pre-validating the request, but it also helps in handling…
4 min read
Dec 27
Things to know before starting a startup

Things to know before starting a startup

A curated list of tools to quick start you business/startup.
6 min read
May 12
How to make fail-safe APIs in Django

How to make fail-safe APIs in Django

While making APIs we must ensure that whatever happens, we must give proper response to the called API. I will be sharing my approach to…
3 min read
Apr 25
Get rid of typing username and password in git CLI

Get rid of typing username and password in git CLI

If you are tired of typing username and password in git cli then you are at right place. In this post I would be sharing how you can…
5 min read
Mar 30
How to implement Google login in website

How to implement Google login in website

Now-a-days it is very common to see Login with Google and Login to Facebook and other similar login options. So today I will explain how to…
6 min read
Mar 08
What is an API (Web Development)

What is an API (Web Development)

API stands for Application Programmable Interface. In general terms, it is a set of clearly defined methods of communication between…
4 min read
Feb 27
Getting started with web development (Part 1)

Getting started with web development (Part 1)

Hello everybody, Today I will write about web development from zero i.e. what is web development. I will share some resources to get…
4 min read