Priyanshu Gupta
Priyanshu Gupta
  • Видео 79
  • Просмотров 840 609
What's Happening at LetsProgressify? AI-Powered Roadmaps & Exciting Features!
🚀 What’s new at LetsProgressify? AI-powered Roadmap Generation! Now you can create your personalized roadmap in minutes-no more starting from scratch. Whether you're learning a skill, prepping for exams, or planning your next big goal, this update makes it easier than ever.
💡 We want YOUR feedback.
We're adding new features every week, but we need your input! If you find bugs or have feature ideas, share them with us. We’ll get it done.
👉 Try out this feature at letsprogressify.com and let us know what you think.
Thanks for being a part of our RUclips community! I’m working hard to build something that can truly help you in a better way. Your input is key to making it even more effective, and...
Просмотров: 185

Видео

Life Update | Senior Product Engineer | Ventures | GeeksForGeeks | Masters in Germany
Просмотров 1,1 тыс.8 месяцев назад
Hey everyone! It's been a while since I've shared an update with you all, so I wanted to take this opportunity to catch up and share some exciting news. Life has been full of unexpected twists and turns lately, but through it all, I've been learning, growing, and embracing new beginnings. In this video, I'll be opening up about some personal and professional changes I've experienced recently. F...
Django Transaction | ACID Properties | DB Locks | Race Condition | Concurrency | DB Inconsistency
Просмотров 3,1 тыс.Год назад
🎥 In this video, I will discuss how you can handle race conditions due to concurrent requests trying to update the same row in the database leading to database inconsistencies. ✴️ Understanding the problem through an example of a bank account transfer ✴️ How to satisfy SQL ACID Properties in Django ✴️ ACID - Atomicity, Consistency, Isolation, Durability ✴️ How to make an atomic transaction in D...
RabbitMQ in Depth | Making 100% Reliable Systems | Acknowledgements | Publisher Confirms | Part-3
Просмотров 4,1 тыс.2 года назад
🎥 In this video, I will discuss how RabbitMQ internally works and how can we make 100% Reliable Systems using RabbitMQ in Event-Driven Architecture ✴️ Consumer Acknowledgements ✴️ Manual and Auto Acknowledgments ✴️ Delivery Tags ✴️ Persistent Messages ✴️ Durable Queues ✴️ Alternate Exchanges ✴️ Reject, Nack ✴️ Bulk Message Acknowledgements and Rejection ✴️ TCP Acknowledgements and Acknowledgmen...
RabbitMQ in Depth | Message Lifecycle | RabbitMQ Architecture | Networking Concepts | Part 2
Просмотров 6 тыс.2 года назад
🎥 In this video, I will discuss how RabbitMQ works, its architecture, how a message is sent from a publisher to rabbitmq and how the consumer consumes it from the message queue. ✴️ RabbitMQ Architecture and its components ✴️ Understanding how a publisher communicates with RabbitMQ over AMQP Protocol ✴️ How a connection is established between the client and rabbitmq ✴️ Rabbitmq Connections and C...
RabbitMQ in Depth | What is a Message Broker? | AMQP Protocol | Networking Concepts | Part 1
Просмотров 25 тыс.2 года назад
🎥 In this video, I will discuss about Message Brokers, AMQP Protocol and Networking Concepts. ✴️ What is RabbitMQ and understanding its Features ✴️ What is a Message Broker? and Its usecases ✴️ What are Networking Protocols and their roles ✴️ How AMQP Protocol works at Networking Layer and its role ✴️ Understanding OSI Networking Model ✴️ How a packet moves through various Networking Layers of ...
System Design For Starting Up In One Shot 🔥
Просмотров 2 тыс.2 года назад
🎥 In this video, I will go in-depth on how to design a growable, scalable and robust system. ✴️ Instead of creating a distributed system from starting, we will start from a Monolith service and design it in such a way that it is highly growable and can be easily broken into microservices. ✴️ We will explore various ways to design the system and try to find the best way for a particular use case...
Deploy Django Channels and Celery on Heroku | Channels + Celery + Redis + Daphne
Просмотров 11 тыс.3 года назад
🎥 In this VIDEO of this series, we will cover ✅ How to deploy Django Channels (Websockets) and Celery on Heroku for free. ✅ Enable WebSockets over HTTPS. (wss) ✅ Enable Heroku Redis Service Add on. ✅ Using ASGI Server for Django Channels deployment. ✅ Django Channels Celery Redis Daphne Celery Beat This video is for those as well who want to deploy a basic Django app with celery independent of ...
Add Notification Feature in Django | Django Channels | Schedule Notifications | Send from Admin
Просмотров 47 тыс.3 года назад
🎥 In this VIDEO of this series, we will cover ✅ How to send notifications using Django Channels ( Web Sockets )? ✅ How to create a reusable app and add it to multiple Django projects? ✅ How to send notifications from Django Admin or through any endpoint/view? ✅ How to schedule notifications to send at a particular time using Celery and Django Celery Beat ✅ How to use context processors in Djang...
Upgrade your skills | Learn from the core & implement in Real Scenarios | Be a highly paid developer
Просмотров 6 тыс.3 года назад
CHANNEL INTRO 🚀 Learn advanced concepts and implement them in Real-Time projects. 👉 Subscribe to this channel to upgrade your skills and be a highly paid developer. 🔴 Playlists on this channel you must checkout - ✅ Mastering Django - ruclips.net/p/PLLz6Bi1mIXhEXEnfAgUJXB0vLjHkyee6q ✅ Web Security - ruclips.net/p/PLLz6Bi1mIXhHa2O7igdkmZhSxjTLP0ALZ ✅ AWS Tutorials - ruclips.net/p/PLLz6Bi1mIXhG7SJ...
Django Celery Beat | Periodic Tasks | Celery Dynamic Tasks | Crontab | Email Scheduler
Просмотров 36 тыс.3 года назад
🎥 In this VIDEO of this series, we will cover ✅ How to schedule tasks and create periodic tasks in Django using Celery Beat ✅ Create Dynamic tasks in Django Celery Beat ✅ Using crontab in Django celery beat to schedule tasks ✅ Create an Email Scheduler ✅ Understanding how to use timezone in Django and convert time to local timezone ✅ How to use arguments effectively in a celery task 🚀 This seri...
Sending Emails in Django using Celery | Django SMTP Settings | Send emails from an endpoint
Просмотров 23 тыс.3 года назад
Sending Emails in Django using Celery | Django SMTP Settings | Send emails from an endpoint
Django Celery Advanced Concepts | How does Celery Work? | Pool, Concurrency, Autoscale |Scaling Apps
Просмотров 43 тыс.3 года назад
Django Celery Advanced Concepts | How does Celery Work? | Pool, Concurrency, Autoscale |Scaling Apps
Django Celery, Celery Beat, Redis | Base Setup | Everything about using celery with Django
Просмотров 87 тыс.3 года назад
Django Celery, Celery Beat, Redis | Base Setup | Everything about using celery with Django
Open Source Contribution | Forks and Pull Requests | Best Practices | Git and Github Series
Просмотров 1,3 тыс.3 года назад
Open Source Contribution | Forks and Pull Requests | Best Practices | Git and Github Series
BONUS VIDEO 🔴 | Taking The Stock Tracker App Open Source | Learn how to Contribute to Open Source
Просмотров 2,4 тыс.3 года назад
BONUS VIDEO 🔴 | Taking The Stock Tracker App Open Source | Learn how to Contribute to Open Source
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Final Part
Просмотров 4,3 тыс.3 года назад
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Final Part
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Adding WebSockets | Part 4
Просмотров 5 тыс.3 года назад
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Adding WebSockets | Part 4
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Complete Celery Tutorial |Part 3
Просмотров 6 тыс.3 года назад
Realtime Stock Tracker App | Django Channels, Celery, Redis, ASGI | Complete Celery Tutorial |Part 3
Realtime Stock Tracker App | Using Django Channels, Celery, Redis, ASGI | Part 2
Просмотров 10 тыс.3 года назад
Realtime Stock Tracker App | Using Django Channels, Celery, Redis, ASGI | Part 2
Realtime Stock Tracker App | Using Django Channels, Celery, Redis, ASGI | Part 1
Просмотров 24 тыс.3 года назад
Realtime Stock Tracker App | Using Django Channels, Celery, Redis, ASGI | Part 1
Free SSL Certificate using Cloudfare on Heroku | HTTPS with Domain | Deploy Django on Heroku |Part 5
Просмотров 7 тыс.3 года назад
Free SSL Certificate using Cloudfare on Heroku | HTTPS with Domain | Deploy Django on Heroku |Part 5
Custom domain on Heroku for Django with SSL Certificate | Deploy Django on Heroku | Part 4
Просмотров 1,7 тыс.3 года назад
Custom domain on Heroku for Django with SSL Certificate | Deploy Django on Heroku | Part 4
Adding PostgreSQL Database | Data transfer from previous database | Deploy Django on Heroku | Part 3
Просмотров 5 тыс.3 года назад
Adding PostgreSQL Database | Data transfer from previous database | Deploy Django on Heroku | Part 3
Deploying Django Project on Heroku using Github Deployment method with detailed explanation| Part 2
Просмотров 3,7 тыс.3 года назад
Deploying Django Project on Heroku using Github Deployment method with detailed explanation| Part 2
How Heroku works & how to handle Static & Media Files | Deploy Django on Heroku | Part 1
Просмотров 10 тыс.3 года назад
How Heroku works & how to handle Static & Media Files | Deploy Django on Heroku | Part 1
🔴 WebSockets in Django | Django Channels | HTTP 2.0 | Realtime Chat App | Notification App | Redis
Просмотров 27 тыс.3 года назад
🔴 WebSockets in Django | Django Channels | HTTP 2.0 | Realtime Chat App | Notification App | Redis
🔴 When To Use Celery? | Channels? | Threading? | ASGI or WSGI | Database Race Condition | Caching
Просмотров 2,1 тыс.3 года назад
🔴 When To Use Celery? | Channels? | Threading? | ASGI or WSGI | Database Race Condition | Caching
🔴 Django VS NodeJS | ASGI VS WSGI | Uvicorn, Daphne | Django Channels | Async VS Sync | Async Stacks
Просмотров 3,8 тыс.3 года назад
🔴 Django VS NodeJS | ASGI VS WSGI | Uvicorn, Daphne | Django Channels | Async VS Sync | Async Stacks
🔴 WSGI | Gunicorn, Nginx, Django | Handle Multiple Requests | Everything about Async Programming
Просмотров 10 тыс.3 года назад
🔴 WSGI | Gunicorn, Nginx, Django | Handle Multiple Requests | Everything about Async Programming

Комментарии

  • @sumit_rajam
    @sumit_rajam 2 дня назад

    I was searching for this exact information, and finally found it here. Thank you very much bro.

  • @sarthakguptashow
    @sarthakguptashow 3 дня назад

    Finally found the video that have the in depth explanation to all my questions thank you so much

  • @syedaqeef4165
    @syedaqeef4165 8 дней назад

    In 2025 still can we learn django or choose different tech stack

  • @KaranSharma-ko1nu
    @KaranSharma-ko1nu 12 дней назад

    Man, What an underrated channel

  • @shroudkr-nd7fn
    @shroudkr-nd7fn 15 дней назад

    bro your english hard tum na english channel creat kar lo

  • @zeniths823
    @zeniths823 17 дней назад

    when will publisher nack will get triggered? and also as you have said when a message is returned it will also sent the ack back so how can we prevent that acknowledgement from the discarding the data in our local map as it will think it is ack properly and will remove

  • @mahnoorshahid5881
    @mahnoorshahid5881 Месяц назад

    Is series me JWT b cover krwaya ap ne?

  • @siddnrx3943
    @siddnrx3943 Месяц назад

    thank you so much bro for this project 🥰

  • @maskedtech1
    @maskedtech1 Месяц назад

    how did you install redis without wsl ?

  • @showbizwithprashant1062
    @showbizwithprashant1062 Месяц назад

    i am getting an error details = get_quote_table('RELIANCE.NS') after this line AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?

  • @PriyanshuGuptaOfficial
    @PriyanshuGuptaOfficial Месяц назад

    Wanna know how I built this feature? Or want to add generative AI in your platform? Reply to this. Will make a tutorial video.

    • @vinayyadav-sb5hm
      @vinayyadav-sb5hm Месяц назад

      yes we want to know how this feature is built and also how to add generative AI in your platform

  • @3g5_haricharan76
    @3g5_haricharan76 Месяц назад

    Excellent work

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Месяц назад

      Many thanks

    • @3g5_haricharan76
      @3g5_haricharan76 Месяц назад

      ​@@PriyanshuGuptaOfficial I want to learn and built django e commerce website. I want to learn deploying process also. Is your tutorial enough to build website?

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Месяц назад

      Yes definitely. Let me know if you face any issue during the process.

    • @3g5_haricharan76
      @3g5_haricharan76 Месяц назад

      @@PriyanshuGuptaOfficial thanks bro

  • @yashaswini7310
    @yashaswini7310 Месяц назад

    I'm getting error in get_quote_table how to solve it . I've installed yahoo_fin python library and imported it but still it showing the error.

    • @sunnyKushwah-hn2se
      @sunnyKushwah-hn2se Месяц назад

      Yahi mera aa rha h bhai

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Месяц назад

      yahoo_fin library must have updated their methods. Try using the updated docs and choose the latest method. Or try installing some other library to fetch data.

  • @clasesutnfrc8699
    @clasesutnfrc8699 Месяц назад

    06:35 Execute celery

  • @kartiksetia5120
    @kartiksetia5120 2 месяца назад

    Can you also update a tutorial about how to do it with gunicorn or docker and stuff

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Месяц назад

      You can check this blog: www.priyanshuofcl.com/blogs/dockerizing_django

  • @kartiksetia5120
    @kartiksetia5120 2 месяца назад

    Excellent Tutorial

  • @user-zg4of2pp3u
    @user-zg4of2pp3u 2 месяца назад

    not bad but u r going off topic bro

  • @RoshanPriyan-b9o
    @RoshanPriyan-b9o 2 месяца назад

    hi bro i have some doubt in the django admin page once i start running the task, it was not showing the task name , worker name in the ui task_result

  • @ShaquibKhan
    @ShaquibKhan 2 месяца назад

    3:14 Django follows MVT model view template, unlike MVC where controllers are used, In Django views works as controllers

  • @atulghodmare
    @atulghodmare 2 месяца назад

    Great explanation priyansh, you are explaining things in depth, please keep it up, practicals would add more clarification, if possible please create live demo.

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 2 месяца назад

      Thank you. Definitely a great feedback, will consider for the upcoming videos.

  • @techwithsaketh
    @techwithsaketh 2 месяца назад

    Great Video Brother.

  • @kaviarasan8249
    @kaviarasan8249 2 месяца назад

    All the best brother ❤

  • @kaviarasan8249
    @kaviarasan8249 2 месяца назад

    I’m really grateful to you. As an experienced backend developer, I’ve also been in situations where I struggled to understand these topics. But when I started watching your videos, they made a huge impact on my life. Your practical knowledge and explanations are outstanding. Thank you so much, and all the best, brother! 🤝

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 2 месяца назад

      Content reaching to right audience!! Thank you so much. I hope can be more helpful.

  • @suyogbhere328
    @suyogbhere328 2 месяца назад

    Hi Bro amazing vedio. ye jo bhi knowledge hai kahase lete ho documentation or anywhere else?

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 2 месяца назад

      Thank you. Documentation and exploring or making changes in code by myself. Now you can ofcourse use ChatGPT too.

  • @Kuldeep100
    @Kuldeep100 3 месяца назад

    Thanks

  • @vedigurukul
    @vedigurukul 3 месяца назад

    Bhai learn some presentation.. pure screen me hug diya hai .... ek to handwriting itni kharab hai... video ka seriousness hi nikal gaya...

  • @saklanishashank652
    @saklanishashank652 3 месяца назад

    Hello priyanshu bhiyya shashank this side remember hmm gym mei mille thae

  • @Ravi-Software-Engineer
    @Ravi-Software-Engineer 3 месяца назад

    Dude got lost in another world rather explaining RabbitMq

  • @Anashwar-p3w
    @Anashwar-p3w 3 месяца назад

    Bro complete the sereis one of the best sereis, Can u tell what to learn next .?

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 3 месяца назад

      www.letsprogressify.com/roadmaps/93f13210-efd8-4663-ad7e-ed0b70fad7f7/preview

  • @prabhatmishra8946
    @prabhatmishra8946 3 месяца назад

    After very long time bro

  • @nazimbhuyian-x7l
    @nazimbhuyian-x7l 3 месяца назад

    make them easy pls, & provide documents also. so we (students) can learn easily THANKS

  • @PrAsHaNtHdUke1093
    @PrAsHaNtHdUke1093 3 месяца назад

    bro how much time it will take for sending 10,000 to clients using celery concept.. i mean how many minutes it will take?

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 3 месяца назад

      It should take around 0.5 seconds to send each mail. So you can estimate accordingly. Plus you can optimize it further by sending in batches and using pool of workers(here thread or gevent makes more sense as its an io operation)

    • @PrAsHaNtHdUke1093
      @PrAsHaNtHdUke1093 3 месяца назад

      @@PriyanshuGuptaOfficial thank ui

    • @PrAsHaNtHdUke1093
      @PrAsHaNtHdUke1093 3 месяца назад

      @@PriyanshuGuptaOfficial now celery threading will be support in windows machine or it will support only solo?

    • @PrAsHaNtHdUke1093
      @PrAsHaNtHdUke1093 3 месяца назад

      @@PriyanshuGuptaOfficial bro pool of workers (thread) this thread will support on windows 11?

  • @dharmik_92
    @dharmik_92 3 месяца назад

    Great video!!!

  • @gj7963
    @gj7963 3 месяца назад

    After long time....😀

  • @ElpyazYasarla
    @ElpyazYasarla 4 месяца назад

    I appreciate your time for making this video. But I want to correct few things. how can a queue will push the message to consumer? We never configure a conumer or producer details in messaging server. Cosumers will listen/poll to queue for new messages.

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 4 месяца назад

      So here I would like to correct you. I totally understand, that you never configure the consumer details in queue. But when you setup a consumer, you connect with a queue and provide how do you wanna connect with the queue of the broker. In rabbitmq specifically, we generally use basic_consume() method in consumer, once the consumer connects with the queue, queue pushes the messages to the consumer so that messages can be processed continuously as they arrive. Though there is other way basic_get() to retrieve a single message from the queue when needed.

  • @PriyanshuGuptaOfficial
    @PriyanshuGuptaOfficial 4 месяца назад

    Stay in the loop and see what's next: www.priyanshuofcl.com 🚀

  • @jitendersingh3492
    @jitendersingh3492 4 месяца назад

    ❤❤❤❤❤🎉🎉🎉

  • @justaman8055
    @justaman8055 4 месяца назад

    blud done everything but tellin us how to install redis

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 4 месяца назад

      👉 Redis download on windows - github.com/tporadowski/redis/releases (download version greater than 5.0) 👉 Redis download on Linux - redis.io/download 👉 Redis download on mac - phoenixnap.com/kb/install-redis-on-mac online redis - app.redislabs.com/

  • @sudipnext
    @sudipnext 4 месяца назад

    I think Priyanshu bhaiya aapka sath sath hamara bhi life update hogaya, aapko dekh ke django karna suru kiya thah, aapki sari django ki series ko baar baar dekhi aur pratice kiya maine copy mein likh ke. abhi ek full stack developer ka kaam karraha hoon. lot's of love to you, please start uploading new videos too. Your videos are too much informational. Love From Your Brother from Nepal❤

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 4 месяца назад

      Thank you so much brother♥️. I am so happy to hear this, it just mad my day. I realized how far we’ve come. I have something for you: www.linkedin.com/posts/priyanshuofcl_and-here-comes-another-heart-touching-comment-activity-7248594811601985536-w8MC?

  • @Komedy1Reels
    @Komedy1Reels 4 месяца назад

    Now i can keep celery in my resume

  • @bikalpa_kc
    @bikalpa_kc 4 месяца назад

    Really appreciate your effort bro. Thank you so much, really there is no any other video like this where 3 types of forms (Normal method, ModelForm and FormView) are covered together in such a concise manner.

  • @suyogbhere328
    @suyogbhere328 4 месяца назад

    When Now we use that step na. Thag time i get am ssl cert error

  • @PrAsHaNtHdUke1093
    @PrAsHaNtHdUke1093 4 месяца назад

    bro please translate this video in english...

  • @aaryanjain3422
    @aaryanjain3422 4 месяца назад

    thank you so much man !!!

  • @coding-with-musa
    @coding-with-musa 4 месяца назад

    Sir, you need to pay more attention to your thumbnails.

  • @hembromjohn
    @hembromjohn 4 месяца назад

    Hi Sir, thanks so much for this tutorial. I have 2 questions - #1 is it still relevant with latest django version (or something has changed, library, dependency,etc? #2 Can I use this method to generate successful admission confirmation page (pdf) in which filled data will generated as soon as the submit the data with form. Kindly reply

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 4 месяца назад

      1. It should work, but I haven’t tested out with the latest versions. 2. Yes you can

    • @hembromjohn
      @hembromjohn 4 месяца назад

      @@PriyanshuGuptaOfficial Thanks so much for replying.

  • @tahidurrahman9285
    @tahidurrahman9285 5 месяцев назад

    RPC = Remote Procedure Call Please correct this.

  • @aliaskarisakov1147
    @aliaskarisakov1147 5 месяцев назад

    You are an angel, thank you very much

  • @AnkitKumar-l2x9i
    @AnkitKumar-l2x9i 5 месяцев назад

    bullshit...dekh dekh k likh dia bs video

  • @Khadim-ce6uc
    @Khadim-ce6uc 6 месяцев назад

    o mery bhai how the tasks are coming to schedular you dont have enough knowledge to even explain it

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial 6 месяцев назад

      Scheduler runs in background and reads the tasks from the database or file depending on the type of scheduler you use. Default is the file scheduler. When you configure the tasks in tasks.py and mention them in celery beat config, it automatically writes them to file or db. And please dont make a judgement immediately, everyone has different way of explaining and understanding. Please ask first, I’ll try to answer in my best possible way.

    • @Khadim-ce6uc
      @Khadim-ce6uc 6 месяцев назад

      @@PriyanshuGuptaOfficial Thank you so much for making it clear and understandable for me Thanks and appreciate it