All
Articles 135,573Blog Posts 140,128Tech Tutorials 35,172Research Papers 26,166News 19,087
⚡ AI Lessons

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
10mo ago
How the Web Talks to Django: A Beginner's Guide
Learn how your keystrokes in the browser turn into responses from Django. Imagine you open...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
How to Build a Payment Gateway with Django and PayPal: A Step-by-Step Guide
Hey there, today we’re diving into an exciting project: building a Payment Gateway API using Django...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
Understanding Authentication with JWT and Registration with Email Verification: A Case Study with LiveStatusAPI
In API development, securing your endpoints and ensuring only legitimate users can access them is...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
How to Add Google OAuth to Django REST API
User authentication is a crucial part of any modern web application, especially APIs that require...

Dev.to · kihuni
⚡ AI Lesson
1y ago
How to Build a Task Manager API with Django REST Framework: Part 7 - API Documentation with OpenAPI and Swagger
Welcome back, to our Django REST Framework (DRF) series! Over the past six parts, we’ve built a Task...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
How to Build a Task Manager API with Django REST Framework: Part 5 - Optimizing API Performance: Filtering, Pagination & Search
Welcome back to our Django REST Framework (DRF) tutorial series! We set up Django and DRF in Part 1....

Dev.to · kihuni
⚡ AI Lesson
1y ago
How to Build a Task Manager API with Django REST Framework: Part 4 - Personalize with User-Owned Tasks
Welcome back to our Django REST Framework (DRF) series! In Part 1, we set up our Django project with...

Dev.to · kihuni
⚡ AI Lesson
1y ago
How to Build a Task Manager API with Django REST Framework: Part 3 - Authentication and Permission
Introduction Welcome back to our Django REST Framework (DRF) adventure! In Part 1, we set...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
How to Build a Task Manager API with Django REST Framework: Part 2- CRUD
Introduction Welcome back to our Django REST Framework (DRF) adventure! In Part 1, we laid...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
1y ago
Building a REST API with Django REST Framework: A Beginners Guide
Introduction Imagine you're building a book management system where users can browse...

Dev.to · kihuni
⚡ AI Lesson
1y ago
Mastering API Design & Documentation with OpenAPI
Introduction Imagine this: You've spent months building an API, and it works great—until a...

Dev.to · kihuni
⚡ AI Lesson
1y ago
A Guide to Planning Your API: Code-First VS Design-First Approach
Picture yourself as an architect standing before an empty plot of land. You wouldn't start laying...

Dev.to · kihuni
⚡ AI Lesson
1y ago
CollabSphere Part 1: Setting Up a Modular Django Chat Application
Hey developers! Welcome to the first CollabSphere series. In this post, we'll set up CollabSphere...

Dev.to · kihuni
⚡ AI Lesson
1y ago
Building CollabSphere: A Real-Time Chat Platform with Django
Hey there, fellow developers! 👋 I'm excited to share my journey of building CollabSphere, a real-time...

Dev.to · kihuni
⚡ AI Lesson
1y ago
Comprehensive Guide to Filtering in Django REST Framework (DRF) with a Real-World Example
When building APIs, you often deal with large datasets, and filtering is a must to allow users to...

Dev.to · kihuni
⚡ AI Lesson
2y ago
Create a Simple Blog Application Using Django
In our last blog post, we covered the basic concepts of Django. Now, let's create a simple blog...

Dev.to · kihuni
🔧 Backend Engineering
⚡ AI Lesson
2y ago
Understanding Django Fundamentals
In the previous blog, we set up our development environment and created a basic Django project and...

Dev.to · kihuni
⚡ AI Lesson
2y ago
Introduction to Django and Setting Up the Development Environment
In the previous post, we introduced Python and covered its basics. Now, let's dive into Django, a...
DeepCamp AI