21 articles

📰 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
Understanding Authentication with JWT and Registration with Email Verification: A Case Study with LiveStatusAPI
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...
How to Add Google OAuth to Django REST API
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...
How to Build a Task Manager API with Django REST Framework: Part 7 - API Documentation with OpenAPI and Swagger
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...
How to Build a Task Manager API with Django REST Framework: Part 5 - Optimizing API Performance: Filtering, Pagination & Search
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....
How to Build a Task Manager API with Django REST Framework: Part 4 - Personalize with User-Owned Tasks
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...
How to Build a Task Manager API with Django REST Framework: Part 3 - Authentication and Permission
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...
How to Build a Task Manager API with Django REST Framework: Part 2- CRUD
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...
Building a REST API with Django REST Framework: A Beginners Guide
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...
How to Use Swagger UI with Django
Dev.to · kihuni 1y ago
How to Use Swagger UI with Django
Introduction Clear and interactive documentation is essential in API development. It...
Mastering API Design & Documentation with OpenAPI
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...
A Guide to Planning Your API: Code-First VS Design-First Approach
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...
CollabSphere Part 1: Setting Up a Modular Django Chat Application
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...
Building CollabSphere: A Real-Time Chat Platform with Django
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...
Comprehensive Guide to Filtering in Django REST Framework (DRF) with a Real-World Example
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...
Create a Simple Blog Application Using Django
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...
Understanding Django Fundamentals
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...
Introduction to Django and Setting Up the Development Environment
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...