Nehemiah Kamolu
Nehemiah Kamolu
  • 11
  • 3 367
Build an Ecommerce REST API with Django Ninja | Authentication - Part 5
In this video, I'll teach you Django Ninja by building an ecommerce REST API. This video is the fifth step/video in the series.
You'll learn how to implement user login and registration using JWT authentication.
Full Django course with a project - th-cam.com/video/VfaYNhzWJ5w/w-d-xo.html
มุมมอง: 37

วีดีโอ

Build an Ecommerce REST API with Django Ninja | Endpoints - Part 4
มุมมอง 2514 ชั่วโมงที่ผ่านมา
In this video, I'll teach you Django Ninja by building an ecommerce REST API. This video is the fourth step/video in the series. You'll learn how to create endpoints. Full Django course with a project - th-cam.com/video/VfaYNhzWJ5w/w-d-xo.html Next video - th-cam.com/video/Q-M0IctCvW8/w-d-xo.html
Build an Ecommerce REST API with Django Ninja | Schema - Part 3
มุมมอง 2814 ชั่วโมงที่ผ่านมา
In this video, I'll teach you Django Ninja by building an Ecommerce REST API. This video is the third step/video in the series. You learn how to create Schema. Full Django course with a project - th-cam.com/video/VfaYNhzWJ5w/w-d-xo.html Next Video - th-cam.com/video/gSyXLyZzTWQ/w-d-xo.html
Build an Ecommerce REST API with Django Ninja - Part 1
มุมมอง 11021 ชั่วโมงที่ผ่านมา
In this video, I'll teach you Django Ninja by building an Ecommerce REST API. This video is the first step/video in the series. You'll understand the key features of Django-Ninja, install it, and create the project. Full Django course with a project - th-cam.com/video/VfaYNhzWJ5w/w-d-xo.html Next Video - th-cam.com/video/qat5s1m3LKw/w-d-xo.html
Build an Ecommerce REST API with Django Ninja | Create Models - Part 2
มุมมอง 45วันที่ผ่านมา
In this video, I'll teach you Django Ninja by building an Ecommerce REST API. This video is the second step/video in the series. We shall create models. You'll understand how to create models and make migrations Full Django course with a project - th-cam.com/video/VfaYNhzWJ5w/w-d-xo.html Next video - th-cam.com/video/4ZSHTsk3L-Y/w-d-xo.html
How to set up Docker, Celery, and Redis in a Django project
มุมมอง 30014 วันที่ผ่านมา
Learn how to set up Docker, Celery, and Redis in your Django project with this step-by-step tutorial. Perfect for developers looking to optimize their project workflow! Here's the link to the GitHub repo - github.com/KNehe/docker-celery
The difference between Django's User, AbstractBaseUser, & AbstractUser models/classes
มุมมอง 10621 วันที่ผ่านมา
In this video, I explain the difference between the in-built Django User class used for authentication and how it integrates and differs from the AbstractBaseUser and AbstractUser classes.
Django Tutorial for Beginners | Build a Project
มุมมอง 23928 วันที่ผ่านมา
A Django project to help you learn major Django concepts. You'll learn and build the following concepts and features: Concepts - Authentication - Static files - Project structure and Django apps - Templates, template inheritance. - Django ORM - Django forms, views, models, etc. - Project configuration Features - Register, log in, and log out - Create, Delete, and Edit a Habit - Create and Edit ...
Six(6) Ways You Can Get Keys From a Python Dictionary
มุมมอง 2710 หลายเดือนก่อน
In this concise yet comprehensive tutorial, dive into the world of Python dictionaries and discover 6 essential methods to access their keys efficiently. Whether you're a beginner or an experienced Python developer, mastering these key techniques will enhance your programming prowess and streamline your workflow. Don't miss out on unlocking the full potential of Python dictionaries - watch now ...
How to Filter Hundreds of Files by Extension in Python
มุมมอง 7610 หลายเดือนก่อน
Are you tired of manually sorting through endless files to find the ones you need? In this tutorial, learn how to use Python to automate the process! 🐍💻 We'll walk you through a simple Python script that filters files by extension and copies them to a new directory. No more wasting hours on manual tasks-let Python do the heavy lifting for you! 🔥 Follow along and unleash the power of automation!...
I built a web application using Django and NextJs
มุมมอง 2.5K2 ปีที่แล้ว
This video is a demonstration of an application I built using Django(Django Rest Framework) and NextJs. Django is a web framework of python programming language. NextJs is a framework of ReactJs which is a framework of JavaScript programming Language Links API code - github.com/knehe/liveup_api/ Frontend code - github.com/KNehe/liveup_web/ - Don't know how long the links below will be up Fronte...