Kuldeep Pisda

Kuldeep Pisda

Bengaluru, India
Engineer, Student and Explorer
Feb 17
Join Kuldeep Pisda at PyConf Hyderabad 2025 for a hands-on workshop on mastering Test-Driven Development in Django using factory_boy and faker

Join Kuldeep Pisda at PyConf Hyderabad 2025 for a hands-on workshop on mastering Test-Driven Development in Django using factory_boy and faker

Unlock the power of Test-Driven Development (TDD) in Django! Join Kuldeep Pisda (@kdpisda) at #PyConfHyd2025 for a hands-on workshop on mastering TDD with factory_boy and faker.
4 min read
Aug 01
Announcing Kuldeep Pisda's DjangoCon US 2024 Tutorial: Efficient Django – Mastering Asynchronous Tasks with Celery, RabbitMQ, and Redis

Announcing Kuldeep Pisda's DjangoCon US 2024 Tutorial: Efficient Django – Mastering Asynchronous Tasks with Celery, RabbitMQ, and Redis

Join Kuldeep Pisda at DjangoCon US 2024 for an in-depth tutorial on mastering asynchronous tasks in Django using Celery, RabbitMQ, and Redis.
4 min read
Sep 12
Mastering Generic Foreign Keys: Flexible References in Django

Mastering Generic Foreign Keys: Flexible References in Django

This blog post will delve into Generic Foreign Keys in Django. We'll explore what they are, when they are helpful, and how to define them in a Django model.
7 min read
Sep 07
How to structure the Django Project?

How to structure the Django Project?

A Comprehensive Guide to Organizing and Scaling the Django Project
5 min read
Jul 20
Announcing Kuldeep Pisda's DjangoCon US 2023 Tutorial: Mastering Test-Driven Development in Django with factory_boy and faker

Announcing Kuldeep Pisda's DjangoCon US 2023 Tutorial: Mastering Test-Driven Development in Django with factory_boy and faker

Join Kuldeep Pisda at DjangoCon US 2023 for a comprehensive tutorial on Test-Driven Development in Django using factory_boy and faker.
4 min read
Feb 11
How to customize REST API responses per user in Django?

How to customize REST API responses per user in Django?

Learn to customize the REST API responses per the user roles in Django and Django-rest-framework.
6 min read
Jan 20
How to make REST APIs in Django using Django-rest-framework?

How to make REST APIs in Django using Django-rest-framework?

Building RESTful APIs in Django using Django Rest Framework
14 min read
Nov 16
What is a REST API?

What is a REST API?

Let’s say the mobile team or the front-end team comes to us and asks for some APIs to get the dynamic data from the backend.
5 min read
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