Тёмный
Denis Orehovsky
Denis Orehovsky
Denis Orehovsky
Подписаться
Subscribe if you're interested in mastering web development and growing as a full-stack python web developer.
Комментарии
@BridgesMaud-l8r
@BridgesMaud-l8r 23 дня назад
Grayce Street
@anynonamesays
@anynonamesays 2 месяца назад
Be straight to the point in a tutorial. Who tf cares about your job, bro?
@robirobi4404
@robirobi4404 2 месяца назад
Am I hearing it wrong or is he saying Djanga instead of Django?
@pumelelabanca1442
@pumelelabanca1442 2 месяца назад
Nice vid bro.
@nicocolosso4092
@nicocolosso4092 3 месяца назад
BE SURE TO ALLOW SSH TRAFFIC WITH UFW AFTER ENABLING IT! I got stuck on this for days and couldn't figure out why I was suddenly unable to ssh onto my instance. I hope this saves someone the headache I went through.
@grokitall
@grokitall 3 месяца назад
the fundamental problem with all these models is that they don't work with continuous integration or refactoring, due to being based on the idea that there is no problem with long lived feature branches. unfortunately this ignores the fact that every branch is a fork of the entire code base, and forks diverge over time until it becomes impossible to merge back in. this is why trunk based development is central to continuous integration and test driven development.
@satyamwarghat1305
@satyamwarghat1305 3 месяца назад
Awesome
@TahriAhmed-pt9tf
@TahriAhmed-pt9tf 4 месяца назад
your so good at making thing so simple thank you ❤️❤️
@michaeldjango
@michaeldjango 5 месяцев назад
Thanks, am watching from St Petersburg
@etp-yu3cn
@etp-yu3cn 5 месяцев назад
на русском нету?
@DzintarsDev
@DzintarsDev 5 месяцев назад
The problem about all these Git videos is that - "You can do this, or you can do this, or you can do this, but if you have this, then you can do this and then that".
@shantanukaushikmathoholic
@shantanukaushikmathoholic 6 месяцев назад
Need video on non-blocking connection also
@WallyJ2K
@WallyJ2K 7 месяцев назад
Great explanation!
@devve7
@devve7 7 месяцев назад
Good Job !!! 🤝
@MehrdadMahmoodpoor
@MehrdadMahmoodpoor 7 месяцев назад
Nice
@ammadkhan4687
@ammadkhan4687 8 месяцев назад
I like your video. Could you please make a video on concept of RabbitMQ -- topics like exchange , queues, producer , consumers.. I will really appreciate. not able to find relevant video. Thanks in advance.
@stepkurniawan
@stepkurniawan 9 месяцев назад
"If youre using python, I would recommend you to use rabbitMQ as a message broker, because most likely you're going to use rabbitmq as a message broker" - wow such convincing
@AeroJules
@AeroJules 9 месяцев назад
Wanted to ask, i do not have a *. wsgi file i only have a wsgi.py file. Thus that command with gunicorn is erroring out. What should i do?
@erickalcala7649
@erickalcala7649 9 месяцев назад
what is the last one called?
@jparks6544
@jparks6544 9 месяцев назад
music is too annoying to keep up with what you are explaining
@jairajsahgal7101
@jairajsahgal7101 10 месяцев назад
Thank you
@ahmadreza2189
@ahmadreza2189 10 месяцев назад
shut the mudic off plz
@hzzzbn
@hzzzbn 10 месяцев назад
superb explanation!
@jamesboulger8705
@jamesboulger8705 11 месяцев назад
You should really put long-ass url's you feature in your video into your video's description. Thanks so much, the video was very helpful.
@AshiqAli-ie5pm
@AshiqAli-ie5pm 11 месяцев назад
Very helpful Denis. Thanks a lot.
@johnsabini3218
@johnsabini3218 Год назад
video is very good. Good overview. Please refrain from music . It distracts from the content.
@vrts007
@vrts007 Год назад
Thanks bro, Crisp and Clear explanations in short words...
@gilijose
@gilijose Год назад
Thanks for sharing this. I have a question, when writing the update function in the service layer, how do you deal with many to many fields? I have a few serializers that handle this using the DRF Writable Nested package.
@aharongina5226
@aharongina5226 Год назад
why do you need to show your face on the screen? thumb down!
@ipelezikis
@ipelezikis Год назад
Hello. Nice video. Another way to use a certain serializer (InputSerializer) for all requests and a different one (OutputSerializer) for all responses is to override data property and many_init method of InputSerializer to use the OutputSerializer for responses and declare InputSerializer as the value of serializer_class attribute on your ModelViewset. If anyone is interested I can write the code. Its a couple of lines
@adityaheart9671
@adityaheart9671 Год назад
Please post videos like this
@KashishNaqvi-ex5me
@KashishNaqvi-ex5me Год назад
Thanks for this amazing introduction. I am a beginner and a new subscriber. Can I use rabbitmq for priority queues?
@develop7343
@develop7343 Год назад
I'm often have problems with poetry, which is why I started use pip-tools in my projects
@denisorehovsky
@denisorehovsky Год назад
Interesting. If you don't mind sharing, what problems do you have with poetry?
@develop7343
@develop7343 Год назад
@@denisorehovsky Еnvironment often crashed, paycharm couldn't find the libraries. Everything was solved by reconfiguring poetry / reinstalling IDE, but I want everything to work out of the box without any extra steps
@mohammadazg4548
@mohammadazg4548 Год назад
Thank you for this video
@eugene.prokhorov
@eugene.prokhorov Год назад
HE'S ALIVE Is this a legendary comeback for those who interested in mastering web development?) Will be there more new videos?
@denisorehovsky
@denisorehovsky Год назад
Hah. No, it's not a comeback, at least for now. I plan to upload new videos when I have something to share, but it won't be on a schedule :)
@dmitrygubich4457
@dmitrygubich4457 Год назад
What a comeback! Thanks :)
@denisorehovsky
@denisorehovsky Год назад
Hah. Thanks 🤜
@devakumark9261
@devakumark9261 Год назад
we can use session in mongodb ?
@RaulTavares
@RaulTavares Год назад
Great content! Thanks for sharing. As a side note, the background "music" mais it hard to follow the dialog.... :;-)
@denisorehovsky
@denisorehovsky Год назад
Thanks for the feedback. I see a lot of people complaining about it. I will fix it in next videos :)
@ianleo3030
@ianleo3030 Год назад
you are awsome but the music is not a good idea when you explain somehting
@АртемАртеменконезабывайвыходит
почему не на русском?
@zea7452
@zea7452 Год назад
What is the difference beetween wsgi and gunicorn? And what gunicorn do? What wsgi do? 😢
@simbarashemaunga5575
@simbarashemaunga5575 Год назад
Too fast
@jkim711
@jkim711 Год назад
nice video
@statsconchris
@statsconchris Год назад
Hi can you help me understand something, so if you use nginx you need gunicorn, but what if i use apache web-sever, i dont need gunicorn anymore because apache includes wsgi? in this correct? thanks
@mrj1997
@mrj1997 Год назад
please don't use background music
@Benemortasia666
@Benemortasia666 Год назад
Thank you that was very informative.
@soorajbaiju9327
@soorajbaiju9327 Год назад
Great explanation.Thanks bro 🙌
@JonathanOrdonezMX
@JonathanOrdonezMX Год назад
Thank you!
@ok.kemboi
@ok.kemboi Год назад
Thank you
@stephendyson3003
@stephendyson3003 Год назад
I love janga and joonicorn