📰 Dev.to · kihuni
Articles from Dev.to · kihuni · 21 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10431)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · kihuni
3mo ago
My Journey Contributing to Django: From Intimidation to a Merged Ticket 🚀
Contributing to Django felt intimidating at first. This isn’t just any open-source...

Dev.to · kihuni
6mo ago
Learn URLs in Django: From Setup to Dynamic Routing
In our previous blog, how the Web Talks to Django, we saw how Django handles requests and responses...

Dev.to · kihuni
7mo 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
10mo 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
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
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
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
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
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
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
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
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
1y ago
How to Use Swagger UI with Django
Introduction Clear and interactive documentation is essential in API development. It...

Dev.to · kihuni
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
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
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
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
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
1y 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
1y ago
Understanding Django Fundamentals
In the previous blog, we set up our development environment and created a basic Django project and...

Dev.to · kihuni
1y 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