Пікірлер
@COMBACTGAMERS
@COMBACTGAMERS 2 сағат бұрын
can i get few html css projects ? where can i find them
@DhdDhd-f4j
@DhdDhd-f4j 23 сағат бұрын
Where start 😊
@echtertimo
@echtertimo 2 күн бұрын
You shouldn't use wildcard imports.
@Gemax-hope
@Gemax-hope 10 күн бұрын
HI CHAT GPT!
@Cdaprod
@Cdaprod 11 күн бұрын
Yo where are the backend languages? Any one?
@しめい-l4m
@しめい-l4m 18 күн бұрын
Rust and Go are the only real backend languages
@williambreeze2659
@williambreeze2659 24 күн бұрын
Thanks for this!
@burburchacha
@burburchacha 24 күн бұрын
nodejs is not a language.....
@RASTUDIO_0
@RASTUDIO_0 26 күн бұрын
I think Vue is easy to learn and it is pretty 😍 awesome 👍😎, React required pure JavaScript knowledge like Arrow Function, map and other like this but after learning HTML, CSS and JavaScript you can easily start with Vue Js and it is very simple and easy to learn Js framework primarily for building complex UI and also Single Page Applications (SPA)...
@juramuminov4483
@juramuminov4483 Ай бұрын
100 like from me!
@maneshwam
@maneshwam Ай бұрын
Should compare Fastapi with DRF
@habeebbabasulaiman7214
@habeebbabasulaiman7214 28 күн бұрын
Yeah exactly
@pradeepbokoliya
@pradeepbokoliya Ай бұрын
I am going to learn 1st framework, django or fastapi ?
@ZeroBodyProductions
@ZeroBodyProductions Ай бұрын
Phython or JavaScript shouldnt be for back end. Use Rust, Go, Zig, C++ or C for back end development. JavaScript and Python are not type safe and lack the back end perfomance and low level natures that make it good.
@IAmNOTTHEBODY
@IAmNOTTHEBODY Ай бұрын
Nodejs not javascript. You just a hater
@ZeroBodyProductions
@ZeroBodyProductions Ай бұрын
@@IAmNOTTHEBODY Node js should not exist. JavaScript wasn't built for the server, and nor should Node. Use TypeScript at least. Full Static Typing.
@dreaM_107-q3k
@dreaM_107-q3k Ай бұрын
@@ZeroBodyProductions so I guess youtube, reddit, spotify, instagram should stop existing as they use lot of python (django) in the backend. And use C++ and C in the backend? are you really that low IQ? why static typing is that a self made rule? Most used language in the backend in the world is Java and PHP which makes your entire original comment pointless, PHP is not statically typed and Java has no low level support. Why do gatekeepers like you misguide people even though you know absolutely nothing.
@mobarakjama5570
@mobarakjama5570 26 күн бұрын
@@ZeroBodyProductions If it shouldn't exist why is it so popular then?
@phobos.anomaly
@phobos.anomaly 17 күн бұрын
Python is strongly typed and completely type-safe. Are you confusing type safety with static typing?
@luisevidal
@luisevidal Ай бұрын
Superb video, my friend. Thanks for putting it together. Very clear and informative.
@hassamulhaq7762
@hassamulhaq7762 Ай бұрын
Vue is not fast, Vue is super fast and perfect for complex UI logics.
@adiorthotos
@adiorthotos Ай бұрын
Wrong. Vue isn't "for small to medium projects". In fact enterpises benefit most from Vue's superior tech, stability and independent ecosystem. React is now by far the slowest framework and Vue is the fastest.
@hanibachi5228
@hanibachi5228 Ай бұрын
This is a bad intro for beginners hoping to learn programming, very bad !
@shuvbhowmickbestin
@shuvbhowmickbestin Ай бұрын
Speed and "Django"/"Express" shouldn't be used in the same sentence.
@phobos.anomaly
@phobos.anomaly 17 күн бұрын
Why not? Django allows very high development speed. And if you mean runtime performance (not what the video said, but ok): a little while back I was curious about performance, and made a small application in Django, Flask, and Go, and benchmarked it. Django with pypy was the fastest. Yes, faster than Go. I profiled a bit, and it appears that Go's standard html/template is horrendously slow.
@dipereira0123
@dipereira0123 Ай бұрын
Ohh man, where's PHP and Laravel?? 😭
@hematw
@hematw Ай бұрын
chatgpt voice
@ouchlock
@ouchlock Ай бұрын
Rust is no.1 choice for future backends.
@antagonist6966
@antagonist6966 Ай бұрын
@@ouchlock any suggestion where to start its really hard for me i know python php go
@antagonist6966
@antagonist6966 Ай бұрын
Javasc also
@ouchlock
@ouchlock Ай бұрын
@@antagonist6966 try axum
@ouchlock
@ouchlock Ай бұрын
@@antagonist6966start with axum + aws lamba for backend, sqlx for postgres
@maaadkat
@maaadkat Ай бұрын
Learn about git and authentication & authorisation when you start doing front-end stuff. Learn about HTTP(S) and TCP so you understand what's running where. Don't get entrenched in the idea that every project needs a relational database - or even any sort of database engine.
@Antebios
@Antebios Ай бұрын
I thought we were supposed to stop using Express?
@xdjqye
@xdjqye 16 күн бұрын
why is that?
@СашаАлександр-е4м
@СашаАлександр-е4м Күн бұрын
​@xdjqye nest is the best, but even Koa or fastify better than express.
@PacAnimal
@PacAnimal Ай бұрын
This makes you a front end developer that understands some backend stuff... Python is fine if you're into AI, but for Heaven's sake learn C#, C++, Rust, or even Go.
@maaadkat
@maaadkat Ай бұрын
Python isn't fine in production. Minor Python upgrades can wipe out a major version of a package, or minor versions of packages that other packages have dependencies on. It's a dependency minefield. We just need a major CVE to throw anything with exposed Python into disarray. Unlike dotnet where most packages built for dotnet 5 will run happily in a dotnet 9 project, Python needs whole environments per project with specific Python and package versions with only minor version differences. Many packages in that ecosystem don't use semantic versioning. We "solved" it at IFS by running a dotnet API gateway with all the Python hidden at the back hosted by Seldon - so it's at least a hop away from the front line, and if there was a major CVE scenario, it would be significantly lower risk.
@shubhamjaiswal8590
@shubhamjaiswal8590 23 күн бұрын
Isn't java one of the most popular languages for backend
@phobos.anomaly
@phobos.anomaly 17 күн бұрын
Python is widely used and perfectly viable as a backend platform. I've been working on Python web backends professionally for more than ten years now, for a handful of employers/clients. If it isn't for you, that's fine. There are pros and cons for all languages you mention. But don't project your opionion as some universal truth.
@flyingclones
@flyingclones 13 күн бұрын
​@@phobos.anomalytrue
@warrenarnoldmusic
@warrenarnoldmusic Ай бұрын
Too late to the party, just be an expert ai prompter 😅 Nway kidding, however i dont like this approach of peddling specific technologies, rather enlist the whole spectrum and why, but then there is only so much you can put in a short But i think this could be misleading or shallow for a newbie
@omniapotentia
@omniapotentia Ай бұрын
actually, I completely agree on become expert ai prompter. 5 years ago there were Stackoverflow and Github discussion but now cursory, copilot, openai. The time flies really fast.
@julianjekow4007
@julianjekow4007 Ай бұрын
Any info when the part 2 will be done? Checking evey day but nothing 😢
@stalexxx2
@stalexxx2 Ай бұрын
just do not
@antagonist6966
@antagonist6966 Ай бұрын
what about php bro feeling sad for php
@MG-wx8yx
@MG-wx8yx Ай бұрын
PHP is dead.
@avmurugesan-lf5lr
@avmurugesan-lf5lr Ай бұрын
Php❤❤❤❤
@ZhrJwd
@ZhrJwd 28 күн бұрын
It's old
@DaniilFromAbyss
@DaniilFromAbyss 14 күн бұрын
@@ZhrJwd -
@codingwave56
@codingwave56 6 күн бұрын
🐘
@mdsafikulislam9113
@mdsafikulislam9113 Ай бұрын
Which one is suitable for small or medium business?
@tisfoulla-academy
@tisfoulla-academy Ай бұрын
Fastapi or you can use flask
@mdsafikulislam9113
@mdsafikulislam9113 Ай бұрын
@@tisfoulla-academy Thanks.
@candourist
@candourist Ай бұрын
Hey! Thank you so much for the tutorial playlist. I wonder, do I have to start learning JS first to learn TS? I already know basic stuff (like objects and arrays).
@oscarlopez2334
@oscarlopez2334 Ай бұрын
First comment yay!!!!!!!!!! Awesome project. Waiting for part 2, Thanks a lot!!!!!
@tisfoulla-academy
@tisfoulla-academy Ай бұрын
You're welcome, part 2 will be available tomorrow 😊
@oscarlopez2334
@oscarlopez2334 Ай бұрын
@@tisfoulla-academy Great, I'm ready.🦾
@webdesignfx
@webdesignfx 2 ай бұрын
Best video i found on fastapi. Really appreciate it !! subscribed ❤
@nature_voyages-d9i
@nature_voyages-d9i 2 ай бұрын
Wow that's awesome 👍
@hasibulalamprionto2010
@hasibulalamprionto2010 2 ай бұрын
That's very amazing!!
@rsa1009
@rsa1009 2 ай бұрын
Do I need all this? I just will learn JS, HTML, CSS is enough?
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
HTML, CSS, and JavaScript are the core technologies for front-end development, and they are enough for basic websites. However, the additional tools and frameworks in a roadmap, like version control (Git), , and JavaScript frameworks (React, angular,Vue), help you work more efficiently, handle bigger projects, and stay competitive as front-end development evolves.
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
It depends on your goals, but expanding your skillset can open up more opportunities
@codeurient
@codeurient 2 ай бұрын
A site like this will not only make the layout more difficult but also won't be optimized for SEO. The front end is the front end, and the back end is the back end. If you mix the two, you’re not really a programmer. Nowadays, it’s common to specialize in one skill. Even if you are full stack, you’ll likely know either JavaScript better than Python, or the other way around. I could say much more about this, but there’s not enough space here.
@AkilAhnaf
@AkilAhnaf 2 ай бұрын
❤❤❤... Thanks for the info.
@wahwahwally1
@wahwahwally1 2 ай бұрын
Great video!
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
You're welcome 🤗🤗
@nanubalakundan9825
@nanubalakundan9825 2 ай бұрын
I was wondering how exactly the pydantic feature facilitates, this video provides all the necessary understanding. Thank you!
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
Here is the source code: drive.google.com/file/d/1lcUV3Z0jzt1QlX3miwaxHS2k_526EwUj/view?usp=sharing Previous Video : kzbin.info/www/bejne/kGHNk4JujLljgMU
@mohamedensa4356
@mohamedensa4356 2 ай бұрын
👍🤝
@riteshkumarrai5349
@riteshkumarrai5349 2 ай бұрын
Thankyou men😊😊
@eastern_european1968
@eastern_european1968 2 ай бұрын
8:21 could you like explain? I understand why we got the exception, but like what is the Config subclass in the UserResponse?
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
The exception happened because User is an SQLAlchemy model, not a Pydantic model, which is why it couldn't be used directly as a response_model , So, I created a UserResponse model with the same attributes as User, but now it is a Pydantic model The Config subclass in the UserResponse Pydantic model includes orm_mode = True, which tells Pydantic to treat the SQLAlchemy model instances as if they were Pydantic models. This allows us to return SQLAlchemy objects from our database queries and have them automatically converted into the UserResponse Pydantic model for our API responses.
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
Normally, Pydantic expects JSON as input. But in this case, we are sending a SQLAlchemy model object as a JSON response. To parse this, we have to tell Pydantic that the input will be an ORM object and the output will be JSON. This is why we use orm_mode = True in the Config subclass of the Pydantic model. I hope this helps clarify things!
@MohamedOuabbi
@MohamedOuabbi 2 ай бұрын
Done
@SimoOuabbi-d7v
@SimoOuabbi-d7v 2 ай бұрын
🎉🎉
@SimoOuabbi-d7v
@SimoOuabbi-d7v 2 ай бұрын
Thanks 🙏🎉
@senthilmuruganr234
@senthilmuruganr234 2 ай бұрын
excellent presentation
@senthilmuruganr234
@senthilmuruganr234 2 ай бұрын
Excellent teaching
@prabhurajm
@prabhurajm 2 ай бұрын
Thanks!😊❤🎉
@tisfoulla-academy
@tisfoulla-academy 2 ай бұрын
you'are welcome
@animeotakuz6197
@animeotakuz6197 3 ай бұрын
I encourage you to keep up the great work on this course. Looking forward to the next videos!
@tisfoulla-academy
@tisfoulla-academy 3 ай бұрын
Thank you so much 🙏😊
@mdtv3077
@mdtv3077 3 ай бұрын
Thanks 🙏