Dear Miguel, you have saved a few liters of my blood, sweat and tears. You are the real MVP!
@edwardwilliamsams658915 күн бұрын
Fantastic
@user-mr4bx7dx3y16 күн бұрын
I'm sorry, there's something I don't understand. I have created my routes for the backend, which according to the video have to be api/something. That's clear. Then for the frontend I've been using local host. This means I need to change all my routes to match the backend ones removing that localhost I was using during the development? I don't know if you will see this after so long so if someone could help, I'd really appreciate it.
@miguelgrinberg16 күн бұрын
@@user-mr4bx7dx3y you didn't have to specify a hostname in your client. If you use /api/xxx as URL the browser will use the same domain you are on. That should make the same code work for dev and prod.
@dave882627 күн бұрын
Thanks! but I can not add html elements to cells, can you help me?
@shubhamverma329Ай бұрын
thank you
@AdminPatecan2 ай бұрын
Even if I'm in debt, I still just go to the bank to take a loan and donate to you
@zhihaozhang19632 ай бұрын
Thanks
@TalhaMurtaza2 ай бұрын
Great work!
@dipeshsamrawat79572 ай бұрын
Thank you, man.
@tankabhattarai90703 ай бұрын
Start from 18:40
@SrinivasaRajuVuppalapati3 ай бұрын
Excellent Tutorial !! Great Job
@MrUN00brn3 ай бұрын
Great work, Miguel <3 Hug from Brazil!
@abiikr47734 ай бұрын
the problem is my terminal doesnt show any errors
@FrostDream4 ай бұрын
But how I tried but I couldn't find a way to do wss?
@FrostDream4 ай бұрын
I have two questions 1. did you created this lib? 2. can this flask-sock handle wss?
@miguelgrinberg4 ай бұрын
Yes to both!
@FrostDream4 ай бұрын
Thank youuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu ❤❤❤❤❤❤❤❤
@TanyaRaghav-pj8em4 ай бұрын
sir pls provide the code
@ТаняМатвеева-н9ъ4 ай бұрын
the best explanation i`ve managed to find!
@yhaouatis4 ай бұрын
Is that possible to hook VEVOR mini claw machine to raspberry pi to control it remotely?
@KashishVarshney-cr7iz4 ай бұрын
please someone tell me that this asgi thing works now in 2024 or some new techniques are there
@miguelgrinberg4 ай бұрын
Yes, ASGI is definitely still a thing in 2024!
@ucnguyen-jq4mh5 ай бұрын
Very helpful, thank you so much
@M10PrasanthkmCR75 ай бұрын
thanks man
@iskandarjunaedi32186 ай бұрын
Is there anyway make an input use a tabular such as that form to input the data as one unit (like a journal has many line)
@happymalyo_6 ай бұрын
Nice Tutorial Bro. Can you make a tutorial using Next Js as client side ? Thank you
@jeremyvandress33576 ай бұрын
Hey partner! Question! Did you slow down the video when totality happened?! Or this a consistent time lapse?! Thank you!
@erictian97176 ай бұрын
您好,可以出个中文版的教程吗?
@sharebrained6 ай бұрын
Congratulations on this clip making it into the most recent episode of PBS Space Time. And hello from a former coworker. ;-)
@miguelgrinberg6 ай бұрын
Hey, Jared! Hello to you too! Getting some renewed attention on this little video in recent days!
@markmozer7 ай бұрын
Such a clear explanation of the App Factory concept and how to refactor a project in an easy and straightforward way. Thank you very much Miguel!
@mdashrafbhuiyasaimon92787 ай бұрын
I have just one question: If I want to configure the client and move to reverse proxy like localhost:80, how do I automatically make the React app run?
@RicoDodzLugod7 ай бұрын
Nice tutorial Sir. I have question. Is it possible to stop only the specific thread and not to stop the main thread? Eg. i have main thread running, and have 4 threads running on that function. I want to stop the 3rd thread alone without affecting the rest of the threads. Is possible?
@firetimeinit7 ай бұрын
this is such a wealth of knowledge
@0xmkay8 ай бұрын
Good explanation what about same scenario but more than one threads. Everyone of em is going to print iteration complete statement before exiting?
@mannanjaffery8 ай бұрын
Where can I find the course the website is not reaponding
@Sith90lord8 ай бұрын
What if i have no access to the code executed on the thread? In my case, I am given a piece of code to run on my thread, there is no while loop where i can check periodically for stop flags, it's just one function reference call. How would i tell the thread to stop executing then? Basically you can't touch your "bg_thread()" method. Are there no outside controls available to stop the thread execution?
@oscarin55irene8 ай бұрын
Still using this video after 2 years as main reference for dockerizing my web projects :) Thanks, Miguel!
@Shintarobrl8 ай бұрын
gunicorn is not available for windows
@nickett9 ай бұрын
Is there the way to make it aaync?
@miguelgrinberg9 ай бұрын
No. This is for flask, which does not have good async support.
@Shadowless_Kick9 ай бұрын
Excellent tutorial! I know how to use VSCode to debug Flask apps, but the information about using VSCode breakpoint for debugging unit tests is hard to find!
@neurolab48009 ай бұрын
good start thank you MIguel!
@omarallam454810 ай бұрын
Thanks so much ♥
@karacan246911 ай бұрын
it is still useful after 3 years. Miguel you are my hero.
@prajwalm.s7976 Жыл бұрын
Where if the tutorial
@weida6055 Жыл бұрын
gunicorn -k eventlet -w 1 --reload app:app. start SIO application, how to start Flask? inside Flask I have routing and menu navigator, one page use javascript to emit messages and receive result which come from SIO server. your example you used static_file without start Flask
@akashreddy5358 Жыл бұрын
This is an amazing tutorial! I do have a question though, Would you recommend using the gridjs for a data with say 1k records ? I do need the edit option on the table cells ( you mentioned we would not need grid js for this), can you make a video or an article to put the edit funtionality for a table created with datatable.js ?
@stxnw Жыл бұрын
Flask is dead. Let it die. The thing about FastAPI isn't performance, but DX. Flask has no DX. Flask makes it extremely hard to avoid global state.
@realnycmoments Жыл бұрын
Thanks for this tutorial. How would we deploy this app to a real production web server?
@beautybeast865 Жыл бұрын
Hi sir.. I'm using django in a container. I would like to know how can I set my workers more than 1.. or should i make another container to serve my django app for using 4 workers.. if i do that my nginx can't see my socket connections.
@Streifenprinz Жыл бұрын
Did i implement my own freaking cli controller before seeing this video? Perhaps! Was the "get app context" part confusing? Definitely. Will i throw most of it under the bus and do a lot of commits in the next view hours? Yeeees! XD Thanks for the video <3
@thetrooper123 Жыл бұрын
i decided to take your course. Thank you for this, I'm starting now. I only know python and super basic html.