Tom Dekan
Tom Dekan
  • 55
  • 79 284
Create a React search component in 8 mins 🕵🏻‍
We'll create a Google-style search bar component in React in 8 minutes.
👉 Written guide here: www.photondesigner.com/articles/react-search-bar?ref=ty
Subscribe for more weekly free content ⭐️
มุมมอง: 78

วีดีโอ

React + Django Ninja: Full-Stack Auth (in 15 Mins) ⚡️
มุมมอง 91714 วันที่ผ่านมา
We'll create a full-stack application using React.js frontend and a Django REST API, using the awesome Django Ninja (Much nicer than Django REST framework), including user authentication. 👉 Written guide: www.photondesigner.com/articles/react-auth?ref=yt We'll also add 5 other features that you'll always want when adding auth, such as: - persistent state (e.g., refreshing the page and still bei...
Learning Next.js - Doing the official Vercel tutorial 📕
มุมมอง 21628 วันที่ผ่านมา
I'm learning Next.js (a full-stack JavaScript framework). Here's me doing the full official Next.js tutorial by Vercel (including solving a few bugs in the Vercel tutorial 🐛), and my first-thoughts compared to Django and other full-stack frameworks. Feel free to follow along: Vercel's written tutorial in the video is here: nextjs.org/learn Subscribe for weekly videos about software, development...
Want to ship faster? Spend money 💰
มุมมอง 181หลายเดือนก่อน
Don't be cheap! If you can afford to spend money to speed things up, do it. Remember: cheap is expensive.
Django: Stream your voice clone 🎼
มุมมอง 325หลายเดือนก่อน
Let's turn your voice into an infinitely-scalable instrument with Django 🎉. We'll build a Django app that: 1. streams audio to the user's browser (easily with HttpStreamingResponse) 2. uses your cloned voice ✍️ Written guide: www.photondesigner.com/articles/voice-api?ref=yt 👉 Get free programming content weekly from my mailing list: www.photondesigner.com#signup-form
How to use Vue with Django (including Auth) 🔒
มุมมอง 1.6Kหลายเดือนก่อน
We'll set up a Vue.js frontend a Django backend. Strong foundations for your production app. We'll also add auth 🔒 Simple and robust. No tokens, no DRF, no JWT. I'll also show you 5 things that you'll always want to add, including: 1. Page routing (using Vue Router) 2. Simple centralised state management (using Pinia) 3. Persistent state (e.g., refreshing the page and still being logged in) usi...
For founders: 1 mistake about growth ☘️
มุมมอง 159หลายเดือนก่อน
After this video, you'll avoid this mental mistake I've made in the past: the step change fallacy
React + Django + Ninja (Full-stack app in 15 mins)
มุมมอง 2.1K2 หลายเดือนก่อน
We'll build a React and Django app fast, using Django Ninja - aiming for under 15 minutes ⏱️ Comment below if you want the next video to add auth 🗳️ ✉️ More free guides here: www.photondesigner.com/blog?ref=yt
Django Ninja - The new DRF killer?! 🥷
มุมมอง 3.4K2 หลายเดือนก่อน
Django Ninja is getting a lot of attention online. I show you how to build a simple API, with built in docs, using Django Ninja (a package for Django). (Spoiler: such a nice way to create APIs FAST!) ✍️ Check out my other written guides here: www.photondesigner.com/articles?ref-yt
Add AI suggestions to Django 🗯
มุมมอง 5872 หลายเดือนก่อน
This is a new technique using AI: I think that it'll become very common. We'll add inline AI suggestions to suggest helpful actions to the user. We'll use a fast LLM, HTMX, Django, and (optionally) my Photon Designer for styling. ✍️ Written guide here: www.photondesigner.com/articles/ai-suggest?ref-yt
How to use React with Django (in 10 mins) ⚛️
มุมมอง 4.8K2 หลายเดือนก่อน
The simplest way to set up a React.js frontend and a Django REST API backend ✍️ Written guide here: www.photondesigner.com/articles/use-react?ref=yt 💡Generate UI (for free) here with Photon Designer: app.photondesigner.com/?ref=pd-site-landing-page?ref=yt
7 minutes to polling with Django and HTMX 🗳️
มุมมอง 9432 หลายเดือนก่อน
4 simple steps to start using HTMX! I'll show you how to add polling to Django with HTMX (HTMX lets you add javascript without writing any javascript). ✍️ Written guide: www.photondesigner.com/articles/polling-htmx?ref=yt 💡My product for generating UI quickly (for free) here: app.photondesigner.com?ref=yt
How to use Postgres as a simple task queue for Django 🐘
มุมมอง 9263 หลายเดือนก่อน
Using Postgres as a task queue for Django is fast to add. There are other big advantages over the traditional approach (e.g., Celery and Redis). ✍️ Written guide: www.photondesigner.com/articles/postgres-queue?ref=yt 💡 My product to build Django UI much faster (for free): www.photondesigner.com?ref=yt
(Live stream) Building my product using Django and Vue - Upgrading to Claude 3 LLM
มุมมอง 3573 หลายเดือนก่อน
(Live stream) Building my product using Django and Vue - Upgrading to Claude 3 LLM
How I cloned my voice 💬
มุมมอง 2193 หลายเดือนก่อน
How I cloned my voice 💬
Add Stripe subscriptions to Django in 7 mins 💵
มุมมอง 1.4K3 หลายเดือนก่อน
Add Stripe subscriptions to Django in 7 mins 💵
Add user comments to Django in 9 mins 🧵
มุมมอง 3413 หลายเดือนก่อน
Add user comments to Django in 9 mins 🧵
7 examples in 6 minutes using Django GeneratedField ⚡
มุมมอง 9694 หลายเดือนก่อน
7 examples in 6 minutes using Django GeneratedField ⚡
Create a quiz app with HTMX and Django in 8 mins ☑️
มุมมอง 1.7K4 หลายเดือนก่อน
Create a quiz app with HTMX and Django in 8 mins ☑️
Add a serverless python function (Using AWS Chalice) 🍷
มุมมอง 5745 หลายเดือนก่อน
Add a serverless python function (Using AWS Chalice) 🍷
Solve connection errors when using Django 🕸️
มุมมอง 1435 หลายเดือนก่อน
Solve connection errors when using Django 🕸️
Adding python serverless functions as Django workers 🗡
มุมมอง 3085 หลายเดือนก่อน
Adding python serverless functions as Django workers 🗡
Easily add Tailwind CSS to Django 💨
มุมมอง 4.7K5 หลายเดือนก่อน
Easily add Tailwind CSS to Django 💨
Django app killer: Query in for-loop 🌪️
มุมมอง 7246 หลายเดือนก่อน
Django app killer: Query in for-loop 🌪️
Add Magic Link + Email Sign-in with Django 🪄
มุมมอง 6976 หลายเดือนก่อน
Add Magic Link Email Sign-in with Django 🪄
Build a Django AI colorization app 🎨🦾
มุมมอง 1.1K6 หลายเดือนก่อน
Build a Django AI colorization app 🎨🦾
Simple Google Sign-in with Django ✍️ (6 mins)
มุมมอง 4.4K6 หลายเดือนก่อน
Simple Google Sign-in with Django ✍️ (6 mins)
Use English to query your Django data 🏴󠁧󠁢󠁥󠁮󠁧󠁿
มุมมอง 2207 หลายเดือนก่อน
Use English to query your Django data 🏴󠁧󠁢󠁥󠁮󠁧󠁿
Deploy a Django instant messenger app (in 7 mins) 🚀
มุมมอง 4577 หลายเดือนก่อน
Deploy a Django instant messenger app (in 7 mins) 🚀
Build an instant messenger with Django (in 6 mins) 🌮
มุมมอง 1.5K7 หลายเดือนก่อน
Build an instant messenger with Django (in 6 mins) 🌮

ความคิดเห็น

  • @Jeremy.Beutler
    @Jeremy.Beutler 12 ชั่วโมงที่ผ่านมา

    Thank you, this is very helpful for leveraging the power of both vue and django. One question: Does localstorage leave a security vulnerability since the user can modify its state?

  • @breaktimerts7074
    @breaktimerts7074 2 วันที่ผ่านมา

    wow, how to make such a smooth cursor animation on macos?

    • @tomdekan
      @tomdekan วันที่ผ่านมา

      Screenstudio

  • @color4bg
    @color4bg 2 วันที่ผ่านมา

    Super thank you for such detailed and nice tutorial 👏

  • @Investigamer
    @Investigamer 8 วันที่ผ่านมา

    Have been using django ninja for some time now, it really is an amazing way to build API's. My weakspot has always been frontend, so now I'm trying to shore up my experience with JS technologies (mainly react, since its the only framework I've spent any real time on). Thanks for the awesome video, keep it up! More people need to know about Django Ninja 🚀

  • @PaulRobson-p1y
    @PaulRobson-p1y 9 วันที่ผ่านมา

    Is it possible to implement the auth_receiver without resorting to @csrf_exempt which reduces security?

    • @tomdekan
      @tomdekan 6 วันที่ผ่านมา

      Cool question. To avoid removing the csrf except is possible but depends on what Google allows. Django generates the csrf token and then Google sends a request to Django. So to keep using that csrf token, you would need to send the csrf token to Google and then have Google also send that csrf token when it sends a request to auth receiver. So check out the Google docs to see what Google allows and let me know. One thing to note: This will add significantly higher complexity beyond the tutorial.

  • @Kathmandu-nv7dd
    @Kathmandu-nv7dd 13 วันที่ผ่านมา

    I would definately love to see how it can be deployed .Thanks

    • @tomdekan
      @tomdekan 12 วันที่ผ่านมา

      Thanks for that. Noted!

  • @kknaful
    @kknaful 15 วันที่ผ่านมา

    I love Django-ninja.

    • @tomdekan
      @tomdekan 13 วันที่ผ่านมา

      Glad to hear it 🙂

  • @abdrahim9307
    @abdrahim9307 16 วันที่ผ่านมา

    this is soo good

    • @tomdekan
      @tomdekan 16 วันที่ผ่านมา

      Thanks abdrahim!

  • @richard46966
    @richard46966 19 วันที่ผ่านมา

    Does the script still work?

    • @tomdekan
      @tomdekan 18 วันที่ผ่านมา

      It should do! Try it out

  • @anzilcutzz3148
    @anzilcutzz3148 19 วันที่ผ่านมา

    Hi Tom, I like the style of photondesigner's auth page, can you give the code for it ? please

    • @tomdekan
      @tomdekan 13 วันที่ผ่านมา

      Hi Anzil. I’m not going to post the source online due to the effort required to separate it from Photon Designer. However, feel free to copy the page source from your browser! You should be able to replicate it that way.

  • @thumbthrasher
    @thumbthrasher 20 วันที่ผ่านมา

    Hi Tom, thank you for this great video, found out that its not working in Firefox though due to a bug a in Firefox prevents it from loading source maps for WebExtensions (discovered when trying to log in)

    • @tomdekan
      @tomdekan 18 วันที่ผ่านมา

      You’re welcome and thanks for the info. Is the source maps bug in Firefox related to using Tailwind?

  • @ahmadumar9387
    @ahmadumar9387 20 วันที่ผ่านมา

    hi tom, why didn't you use alpine js for frontend... it would be smoother :)

    • @tomdekan
      @tomdekan 20 วันที่ผ่านมา

      Alpine.js is great! I wanted to use React here for the situation where you need a much more robust frontend. Alpine is great for embedding in a backend that serves HTML. But, in this instance, I am using Django Ninja to return JSON, so Alpine wouldn't be the right choice. Let me know if you've any more questions.

    • @ahmadumar9387
      @ahmadumar9387 20 วันที่ผ่านมา

      @@tomdekan thanks for your reply... i couldn't understood the part of stability 😅, because alpine.JS didn't use vDom, while react does :) alpineJS works similiar like vue, but faster and leighter, it also fetch API, it's whole x-data based on API... or did i missunderstood your point?

    • @tomdekan
      @tomdekan 12 วันที่ผ่านมา

      Almost! Some benefits of React v Alpine are: - it handles higher complexity more easily. For example, There are neat ways to put React code in components and handle lifecycle. This is strongly advantageous after you pass a certain complexity. - React has many more packages and support. This means you can do certain things much faster because other people have already written great packages for you, eg React Framer Motion.

  • @MamboslilMicroscope
    @MamboslilMicroscope 22 วันที่ผ่านมา

    pheeeew, the stuff on flowbite wasnt working, then i watched this. you are a life saver

    • @tomdekan
      @tomdekan 14 วันที่ผ่านมา

      Glad to hear it :)

  • @ChowdhuryMaksud
    @ChowdhuryMaksud 23 วันที่ผ่านมา

    It would be great if you could provide the GitHub link 🙏🙏

  • @pipinstallpython
    @pipinstallpython 23 วันที่ผ่านมา

    Hey Tom, attempted to find an email to reach out but wasn't able to but it looks like you respond to most comments so I'm hoping this message reaches you. I've been working on a Django, ninja, corse, all auth authentication system for a while. Currently in production I have a mobile first docker container which runs a flask app for mainly hosting the dash framework and on the backend I have that Django application also wrapped in a docker container with all I had mentioned. I've been trying to setup authentication from my flask server into my Django server remotely for users but I've ran into a few issues and resolved many others. Noticed a lot of comments in your ninja video are people interested in a video of how to set up authentication via ninja. I've also seen some of your prior work with authentication and read some of your other articles of similar nature. Your really talented, I'm recently getting back into making videos after a two years absence and am in the programming industry. Just wanted to reach out as I think we could help each other, have some initial code for this ninja authentication system Id like to get an opinion on and maybe we can find a place for us to collaborate on building a useful tutorial for the Django community. Reach out if your available or interested, would like to talk more. pipinstallpython@gmail.com, reference dash.geomapindex.com, geomapindex.com, piratesbargain.com and github.com/pip-install-python

  • @dojjy5798
    @dojjy5798 26 วันที่ผ่านมา

    Amazing, freshly baked 2 months ago. Needed it for a company project where we run some automatic script in the background when new task arrived. Thank you! Also benefited a lot from your google login video.(Although I had a GSI_LOGGER error, I saw some commented on your original video which is still not solve, so I am using the old google login API at the moment).

    • @tomdekan
      @tomdekan 25 วันที่ผ่านมา

      Awesome - great to hear 😊 On the Google login video, I updated the written guide 2 days ago to fix the GSI_LIGGER error (Google no longer allows redirect with Django). Check out the link in the Google video!

    • @dojjy5798
      @dojjy5798 25 วันที่ผ่านมา

      @@tomdekan OMG this is like christmas. Thank you.🔥

    • @tomdekan
      @tomdekan 25 วันที่ผ่านมา

      Haha - you’re welcome :)

  • @RobertoMaurizzi
    @RobertoMaurizzi 26 วันที่ผ่านมา

    If (and when!) you need a scheduler, check rq-scheduler instead of Celery

    • @tomdekan
      @tomdekan 13 วันที่ผ่านมา

      Thanks Roberto. Agree on the if!

  • @cryptosharx
    @cryptosharx 26 วันที่ผ่านมา

    I use celey, redis, docker! Please make a detail video on this, what should be a better alternate?

    • @tomdekan
      @tomdekan 13 วันที่ผ่านมา

      Good suggestions! I might make another short saying the simple tools that I tend to use.

  • @destinyefe8996
    @destinyefe8996 26 วันที่ผ่านมา

    🎉

    • @tomdekan
      @tomdekan 19 วันที่ผ่านมา

      ⭐️💫

  • @chideraokosa9722
    @chideraokosa9722 26 วันที่ผ่านมา

    Hello, thanks for the content, is it possible to invoke the local gateway asynchronously

    • @tomdekan
      @tomdekan 13 วันที่ผ่านมา

      You are welcome! What do you mean by “local gateway” here?

  • @DesktopChronicles
    @DesktopChronicles 27 วันที่ผ่านมา

    Valid points. Thank you for sharing your honest thoughts openly.

    • @tomdekan
      @tomdekan 27 วันที่ผ่านมา

      My pleasure. Glad you liked it 🙂

  • @pauloandrade3375
    @pauloandrade3375 29 วันที่ผ่านมา

    This library is not safe. IT broken (shut down) my application in production. Be aware. After I install it no comande works in terminal anymore. I can't solve it. I trying hard

    • @tomdekan
      @tomdekan 28 วันที่ผ่านมา

      Hi Paulo. I'm not sure what you meanby "not safe" here. The package that I'm using is the official Google python package - I'm pretty confident that it is safe!

  • @gtraqs_
    @gtraqs_ 29 วันที่ผ่านมา

    Hi Tom, thank you kindly for this video. I was wondering if you could talk about two topics: - Auth considerations with django ninja. Common security pitfalls especially. - A walkthrough of deploying django to prod. Thanks!

    • @tomdekan
      @tomdekan 17 วันที่ผ่านมา

      You’re welcome and great suggestion! Might make a few good shorts. Thanks 🙂

  • @jeswer9
    @jeswer9 หลายเดือนก่อน

    Thanks, been struggling for this the entire day, until your video. It made sense. I had 2 x-csrftokens, that's why it didn't work. Also apparently there's a difference between axios, fetch and axios.get vs axios({method: 'get' } ) ... The method:' get' verison works the other doesn/t

    • @tomdekan
      @tomdekan 28 วันที่ผ่านมา

      Great it helped! CSRF tokens can be tricky 🙂

  • @sahanaparasuram1948
    @sahanaparasuram1948 หลายเดือนก่อน

    Hey this is a great tutorial! I was able to follow along up until the part where we needed to edit the views file. The lines from google.oauth2 import id_token, from google.auth.transport import requests were giving me an error where it said that google.oauth2 and google.auth.transport could not be resolved by pylace. I'm assuming that I need to download these modules or something like that but I'm not able to find the right commands to do this. I'm currently coding on VS code on a mac book. I would really appreciate it if you could help me out :) thank you!

    • @sahanaparasuram1948
      @sahanaparasuram1948 หลายเดือนก่อน

      Hey! I actually figured out how to fix that issue, thank you! however I'm running into another issue where, when I click the sign in with google button on the sign_up page, it takes me to a blank document - not sure what's going on :(

    • @tomdekan
      @tomdekan 28 วันที่ผ่านมา

      Thanks Sahana. I've just looked into this today, found the problem, and fixed it. Google now doesn't allow the redirect option in the local dev environment. You'll just need to: 1. Change your HTML code to use "popup" rather than redirect 2. Add the two lines I mention in the settings.py file to allow popups to redirect to Django. 👉 See the full instructions in the updated article: www.photondesigner.com/articles/google-sign-in?ref=yt

    • @sahanaparasuram1948
      @sahanaparasuram1948 23 วันที่ผ่านมา

      @@tomdekan Great, thank you so much for looking into this and helping out, really appreciate it!

    • @tomdekan
      @tomdekan 12 วันที่ผ่านมา

      You’re welcome Sahana. Thanks for your comment

  • @dmccallie
    @dmccallie หลายเดือนก่อน

    Honest question from newbie developer. I use rsync to push my project to the VPS, and then run docker compose up. Site is deployed in seconds. Admittedly it took awhile to work out the Dockerfile and the Caddyfile details and to initially install Docker (Snap), but once that’s settled, it seems as easy as using a PAAS service? What am I overlooking?

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Thanks for the question and glad that your setup is working well. The two main costs are: 1. setting up infrastructure (which you've already paid), and 2. maintaining your infrastructure (which you'll continue to pay). There will likely be issues in the future, e.g., Docker will need updating, something will fail in your setup, etc., (hard to predict now). With your setup, you'll continue to pay the costs of being the infrastructure engineer in charge of this. For me, I'd rather outsource this to a paid service, and maximise the time I can spend building product / adding customer value, rather than maintaining infrastructure. For you, I'd recommend not worrying about this point now that you've set up your infrastructure. I'd recommend that you focus on building things that add value to your users instead 🙂

  • @alexdin1565
    @alexdin1565 หลายเดือนก่อน

    Sorry Tom im one one from older fans, but im in country we work 12 hour for $4 a day , so not anyone can spend money

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Hi Alex - yeah absolutely. There’s a big “if” on this video. There are lots of places where $7 is too much. My general suggestion is for developers not to prioritise spending time over money, where they can afford to do so.

  • @forrestgump8312
    @forrestgump8312 หลายเดือนก่อน

    Hey man! This tutorial is perfect RIGHT ON THE MONEY for this topic. THANK YOU very much for taking your PERSONAL TIME to make these videos! PS! At this fucking JUICY and EPIC level that the actual content of your video is, things like mic-quality, audio compression, and (meh) maximizing UI-space for us poor short-sighted people are the only things I can think of making this a 9.8 / 10. Well played, sir! All the best <3

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      You're welcome 🙂 And thanks a lot for that feedback! I've upgraded mic-quality, audio compression, and UI-space in my recent videos. Glad to hear that the content was good enough for the low-quality of these things in this video. Let me know if you've got any other suggestions 🙂

  • @illuposerioso
    @illuposerioso หลายเดือนก่อน

    this is exacty what i was lookin for.. thanks mate!!

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Great. You're welcome!

  • @nelsonberm3910
    @nelsonberm3910 หลายเดือนก่อน

    great tutorial would love to see the second part. If anyone is getting an error """ Import "django.db" could not be resolved from sourcePylancereportMissingModuleSource (module) django """ Then the problem is that you have to create your virtual enviornment before deploying django, you would need to do python -m venv venv source venv/bin/activate in the terminal and then the deployment part

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Thanks Nelson! I've just posted the written guide here for part 2 (including auth): www.photondesigner.com/articles/react-auth . Video coming soon 🙂

  • @bravenick
    @bravenick หลายเดือนก่อน

    How does watcher works when application is being deployed? Meaning, do I need to do something extra with gunicorn and nginx?

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      No; you just deploy pure css. Tailwind only runs in development, converting your Tailwind CSS to pure CSS on development.

    • @bravenick
      @bravenick หลายเดือนก่อน

      @@tomdekan Thank you!

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      @@bravenick Welcome 🙂

  • @hassaanhameed
    @hassaanhameed หลายเดือนก่อน

    thanks ! django + vue or django + react what you suggest ?? I'm new in web i tried react in school I messed by jsx code

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Both are good. I prefer Vue, but React has more features and libraries. For getting a job, I'd say that learning React is slightly more helpful, as many more people use it.

  • @zidayouzi
    @zidayouzi หลายเดือนก่อน

    Thank you ! I'm looking forward to your updated part 2 , including how to deploy both to production , add authentication 🙂

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      You're welcome. I've just posted the written guide here (including auth, but not yet production): www.photondesigner.com/articles/react-auth . Video coming soon 🙂

  • @zidayouzi
    @zidayouzi หลายเดือนก่อน

    nicely done! thank you! I'm looking forward to your updated part 2 , including how to deploy both to production ,add authentication。

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Coming soon!

    • @its-cess
      @its-cess 29 วันที่ผ่านมา

      ​@@tomdekan I'd also love to see part 2!

    • @tomdekan
      @tomdekan 28 วันที่ผ่านมา

      ​@@its-cess Thanks Cess! The written guide for part 2 is here: www.photondesigner.com/articles/react-auth I plan to release the video in the next week or so.

  • @MAhmad-tg
    @MAhmad-tg หลายเดือนก่อน

    Your channel man, is a hidden gem! Keep up the great work!

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Thanks 🙂 Will do!

  • @AlexGarcia-ir7fl
    @AlexGarcia-ir7fl หลายเดือนก่อน

    So basically FASTAPI + Django dev tools

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Yes + Django ORM integration. Here's a comparison for you Alex: django-ninja.dev/motivation/?h=fastapi

    • @Steven-wm9vu
      @Steven-wm9vu หลายเดือนก่อน

      Also async just works. Also, Swagger out of the box at /docs.

    • @tomdekan
      @tomdekan 25 วันที่ผ่านมา

      Good point. Swagger out of the box is great.

  • @user-uj3gp2mq8m
    @user-uj3gp2mq8m หลายเดือนก่อน

    Thank you! I've been looking for something like this for a very long time, only this video helped

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Glad I could help! I'm also planning to make a React + Django video showing how to add auth. Let me know if that's interesting :)

  • @jayesh_15
    @jayesh_15 หลายเดือนก่อน

    Well the code part is similar to using the Response of DRF and thus removing the need for a serializer... Doesn't look like a stellar upgrade to get to or am I missing something here?

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      There are quite a few nice Django Ninja features v DRF: check out this Jayesh: django-ninja.dev/motivation/ I probably wouldn't switch from DRF to Ninja if I was using DRF. But I would start all new Django APIs with Django Ninja

  • @awan_kurniawan2962
    @awan_kurniawan2962 หลายเดือนก่อน

    Please make a text proximity detection program too, sir🙏

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Interesting suggestion 🙂 Would you expand on what you mean by text proximity detection?

    • @awan_kurniawan2962
      @awan_kurniawan2962 หลายเดือนก่อน

      @@tomdekan Please help to create a tutorial on how to build a system that can detect similarities between thesis titles. The aim is to help identify thesis titles that are similar or may be duplicates at an educational institution.🙏

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Thanks for explaining. I certainly like that idea 🙂 I'm interested in doing some NLP videos.

  • @LeonardoFralini
    @LeonardoFralini หลายเดือนก่อน

    Used today at work, great content, works perfectly !

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Great to hear - Thanks Leonardo!

  • @frameff9073
    @frameff9073 หลายเดือนก่อน

    thank you

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      You're welcome :)

  • @alexdin1565
    @alexdin1565 หลายเดือนก่อน

    Thanks tom, as an old fan of you I have some suggestions can you make some tutorial about using django + celery and docker and make deployment on vps like Hostinger why hostinger its the cheap hosting service for yearly plans and they will give you a coupon codes with your channel name for marketing your channel and also you can get small commission

  • @gamingarea9011
    @gamingarea9011 หลายเดือนก่อน

    Great 🎉🎉. Please bring more interesting project

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Thanks 🙂 Will do!

  • @mrjamesflores
    @mrjamesflores หลายเดือนก่อน

    Random question, but are you in one of those soundproof pods?

    • @tomdekan
      @tomdekan หลายเดือนก่อน

      Question welcome James 🙂 Yeah; I was in a phonebooth in the London School of Economics's GenDen