- 36
- 366 270
Jerin Jose
เข้าร่วมเมื่อ 22 ม.ค. 2014
Web Application Firewall Explained
In this video, I explain about Web Application Firewall (WAF)
มุมมอง: 332
วีดีโอ
Trying Django on Raspberry Pi
มุมมอง 2.5K3 ปีที่แล้ว
Raspberry Pi is a compact ARM based computer. In this video, I develop and deploy a Django Application on Raspberry to understand if there will be any issues.
FastAPI Tutorial #7 - Authentication
มุมมอง 14K3 ปีที่แล้ว
In this video, I explain: 1. The authentication flow 2. How to hash passwords? 3. How to authenticate users? 4. How to return JWT to client post authentication? Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simplified th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html Py...
FastAPI Tutorial #6 - Request Body
มุมมอง 8K3 ปีที่แล้ว
In this video, I explain: 1. What is Request Body? 2. How to insert data into MongoDB by passing data through Request Body? Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simplified th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX5o...
FastAPI Tutorial #5 - Query Parameters
มุมมอง 7K3 ปีที่แล้ว
In this video, I explain: 1. What is Query Parameter? 2. How to fetch multiple documents from MongoDB using Query Parameters? Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simplified th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX...
FastAPI Tutorial #4 - Path Parameters
มุมมอง 4.2K3 ปีที่แล้ว
In this video, I explain: 1. What is Path Parameter? 2. How to fetch one document from MongoDB using the Path Parameter? Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simplified th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX5oioS...
FastAPI Tutorial #3 - MongoDB Setup
มุมมอง 14K3 ปีที่แล้ว
In this video, I discuss: 1. How to install MongoDB Server? 2. How to install MongoDB Compass? 3. How to add data to MongoDB using Compass? 3. How to install MongoEngine? 4. How to fetch data from MongoDB using MongoEngine in a FastAPI app? 5. How to provide the data to a client in JSON format? Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simpl...
FastAPI Tutorial #2 - Installation
มุมมอง 4K3 ปีที่แล้ว
In this video, I discuss: 1. How to install FastAPI 2. Create a simple app Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI Simplified th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX5oioSjPLvhqtr76uKrFmD.html Django Security th-cam.c...
FastAPI Tutorial #1 - Introduction
มุมมอง 7K3 ปีที่แล้ว
In this video, I give a brief introduction to FastAPI and discuss what we will learn in the upcoming videos as part of the tutorial. Related Videos: MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html WSGI & ASGI th-cam.com/video/LtpJup6vcS4/w-d-xo.html Other Videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX5oio...
WSGI & ASGI Simplified
มุมมอง 38K3 ปีที่แล้ว
In this video, I explain what is WSGI and ASGI in a simplified manner. Other videos: SQL Alchemy ORM th-cam.com/play/PL4iRawDSyRvVd1V7A45YtAGzDk6ljVPm1.html PyMongo th-cam.com/play/PL4iRawDSyRvX5oioSjPLvhqtr76uKrFmD.html MongoEngine th-cam.com/play/PL4iRawDSyRvVKKx2dxZznQ9uo3VfPhz29.html Django Security th-cam.com/play/PL4iRawDSyRvUwtJbv_Rq_Hx5Ls3lnXVyv.html
Implementing NIST Password Policy - Part 1
มุมมอง 7133 ปีที่แล้ว
In this video, I explain how to implement the requirements of the NIST SP 800-63B Password Policy. The following requirements are discussed in detail: 1. Implementing Minimum Password Length 2. Disallowing Repetitive Characters - e.g. aaaa, 1111 3. Disallowing Consecutively Increasing Integers - e.g. 1234 4. Disallowing Consecutively Decreasing Integers - e.g. 4321 5. Disallowing Consecutively ...
Password Guessing Attacks
มุมมอง 1.2K3 ปีที่แล้ว
In this video, I explain: 1. What is Password Guessing Attack? 2. Two Types of Password Guessing Attack 3. What is Dictionary Attack? 4. Demo of a Dictionary Attack 5. What is Credential Stuffing Attack? 6. Demo of a Credential Stuffing Attack 7. How to prevent Password Guessing Attack? Django Security Playlist: th-cam.com/play/PL4iRawDSyRvUwtJbv_Rq_Hx5Ls3lnXVyv.html
Password Reset In Django
มุมมอง 3.2K3 ปีที่แล้ว
In this video, I discuss how to implement the Password Reset functionality in a Django Application. Source Code: github.com/jerinjose61/django_security Django Security Playlist: th-cam.com/play/PL4iRawDSyRvUwtJbv_Rq_Hx5Ls3lnXVyv.html Django Authentication Documentation: docs.djangoproject.com/en/3.2/topics/auth/default/
Change Password In Django
มุมมอง 1K3 ปีที่แล้ว
In this video, I discuss how to implement Change Password functionality in a Django Application. Source Code github.com/jerinjose61/django_security Django Security Playlist th-cam.com/play/PL4iRawDSyRvUwtJbv_Rq_Hx5Ls3lnXVyv.html
User Login & Logout In Django
มุมมอง 6K3 ปีที่แล้ว
In this video, I discuss: 1. How to implement User Login functionality? 2. How to enforce authentication to private views using @login_required decorator? 3. How to implement User Logout functionality? Source Code: github.com/jerinjose61/django_security Django Security Playlist: th-cam.com/play/PL4iRawDSyRvUwtJbv_Rq_Hx5Ls3lnXVyv.html
MongoEngine #4 Update & Delete Documents
มุมมอง 7393 ปีที่แล้ว
MongoEngine #4 Update & Delete Documents
What Happens When You Turn On A Computer?
มุมมอง 2244 ปีที่แล้ว
What Happens When You Turn On A Computer?
can i get the code written by you in all the series
Great Video.
Thank you very much.
Nice Videos. I wanted to know how are you publishing the fast api on apache/IIS web server. with asgi and complete process.
Thank you so much for this amazing explanation!
Good one
I used to use MySQL, but wasn't able to connect it to anything so it just sat there, how do I connect it to my python program
have been trying for now 2 days to deploy Asgi application to Cpanel but with no avail could you help point me in the write direction . main te FastApi version of the application
the best explanation ever 👌🏻
I Love this tutorial. thanks bro. Love you
This is ❤ly....
why make life difficult. you are writing codes anyway. just write sql queries
thanks so much for the quick tutorial
hahaha...dude you speak too fast to understand what you are doing with the commands It's so hard to follow you
Aprendi de tu exposicion en video, Thank's, congratulations from Cùcuta - Colombia
Dog sound 😅
What version of django did you use?
Nice tutorial, Thank you Sir!
is it possible to expire that generated token before 30 minutes if we created for 30 minutes ?
bro actually made my day
Well done, tyvm, liked and subscribed 🎉
how can i select a random row from the database?
When there is only 1 python interpreter running for 1 worker for an asgi app, how can it handle 2 processes at the same time? As far as I understand, this is impoissible. So the question is: how asgi can switch to another stuff and in the same time continue working at the previous stuff?
Look into the concept of an event loop and non-blocking IO.
This was very helpfu. Thank you.
good work mate!
Thank you Sir. I almost despaired and gave up, but you saved me.
Thank you so much jerin!
you are just amazing. The way you are explaining all these complex tasks in a very short amount of time. Thanks for taking the time to explain to newbies such as myself.
Thank you very much for your wonderful session ,and please give sqlalchemy source ,because its helpful for us
nice explain
bro awaits for warm the milk but not awaits for egg
😂
You are have done me a great favour by explaining things so very clearly. I cant thank you enough. Fun Fact : In my mind .. I replaced Omlette with Dosa as I am a vegetarian. :)
no one cares
@@aaditya4998 it seems others don't but you do care enough to reply. Why such hatred for such trivial things which are individuals choices ?
some has to tell you right :)@@yesiknowjava
@@aaditya4998 don't you have better things to do in life .... Such hate for trivial things. I suggest you take a session with a psychologist. It will help you be a better human. Good luck....
@@yesiknowjava i think you also dont have any things to do in life or else why wud u reply to my comment. Btw i meant ur "replaced dosa with omelete" nothing other than that :)
Thnx 🙏🙏🙏
Hi, how to connect to MySQL db. how to get the url ?
he did explain how each section of the create engine
uWSGI basically assigns requests to workers , which workers execute them sequentially . Is understanding Correct ?
Nice Explanation, Thanks
Thanks buddy!!
great video! you used excelent examples, thank you so much
Amazing video series !! Thank you
very nice explanation!
thanks for the well made tutorial. there is little more stuff I want to know. I want to connect to the database which I only have addresses and no other info about it. how could I get data at this circumstance?
nice explanation.
Thanks...This is very helpful. 8-)
Add this line in import statements to use or_ condition from sqlalchemy.sql.expression import or_
great
Thanks for the video, very helpful
It was very clear and very academy thanks broder
It's very helpful. 🤠 Thank you so much. 😊
this is series is so crisp and useful. thank i had been looking for something like this!!
Can't get any simpler than this. Great info. :)