Docker Setup Guide: A Hollywood Blockbuster Edition
Stop googling Docker errors at 3am. Actual technical knowledge, the guide I wish I had. Includes the controversial SSH container topic.
How to store passwords securely in the Database?
🔐 Live Password Hashing Demo
Type any password to see its SHA-256 hash:
SHA-256 Hash Output:
Type a password above to
Secret Messages: Understanding Encryption vs. Hashing Through a 90s Love Story
The year was 1998. A time of dial-up internet, boy bands, and passing notes in class. For 16-year-old Alex and
The Day the Internet Broke: How Microsoft’s Quantum Leap Could Reshape Digital Privacy (And Why Silicon Valley’s Fictional Nightmare Is Closer Than You Think)
Are you prepared for a world where quantum computers unravel today's encryption? Explore the looming threat—and how we can stay ahead.
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.
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.
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.
How to structure the Django Project?
A Comprehensive Guide to Organizing and Scaling the Django Project
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.
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.
How to make REST APIs in Django using Django-rest-framework?
Building RESTful APIs in Django using Django Rest Framework
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.