Data Structures Website: keeponcoding.io Become a Member: www.youtube.co... Discord: / discord
Пікірлер: 30
@KeepOnCoding2 жыл бұрын
⚡KeepOnCoding.io - Ace the coding interview What technologies do you want to learn in 2023?
@AccIntegration2 жыл бұрын
how to code
@AbdullahAhmed-xz8sm2 жыл бұрын
I also want to learn VSCode and PyCharm but I mainly use Eclipse which is what my college uses for their cs classes
@SteveGoodenough2 жыл бұрын
Go for it, but resist the urge to install an eclipse shortcut mapper, better the learn the VS Code shortcuts and just learn by repetition. So glad I did back in the day when I moved from Eclipse and Intellij
@drapermache2 жыл бұрын
Awesome set up! Not sure if you know, but VScode can be used to ssh into any server too with plugins.
@KeepOnCoding2 жыл бұрын
I will definitely look into that! Thank you!
@AgentZeroNine12 жыл бұрын
Honestly feel that MySQL via the command line is a lot simpler than Workbench and faster. That being said, I'd choose MongoDB over any SQL based platform 10 times out of 10. Document based database get a lot less nully and are much more programmatic. I love it's dynamic nature, but sometimes using its JSON Scema feature is needed, especially if you're converting a db from a SQL to a document based database. Also being able to go relational or not whenever you wish when using a document based database is another reason why document based databases beat rigid SQL databases.
@KeepOnCoding2 жыл бұрын
💯
@andyhall70322 жыл бұрын
mongo is an administrative nightmare. and mysql is flaky. choose postgres with json datatypes for the win.
@liramoney95652 жыл бұрын
As a Java developer, have you ever used spring-boot as backend, and if so why have you stopped?
@peterchinoko4339 Жыл бұрын
Love you Bro 😊 your channel makes the programming journey fun and enjoyable. Keep it up and keep on coding
@Ubben19992 жыл бұрын
Disliking Flask because of SQLAlchemy is based on a miscomprehension: SQLAlchemy is not part of Flask so you don't have to use them together. That's kind of the point with Flask, it's a micro framework where you get only the bare essentials and can pick and choose the rest as you'd like. As opposed to a batteries included framework like Django where most everything's been chosen for you.
@kristiyanivanov74142 жыл бұрын
I believe Docker containers can be escaped and there's an exploit for that. Be wary, especially with the user code running in it, and thanks for the great video!
@FrankelDavid2 жыл бұрын
I hear you on flask. I’m a flask developer but I do not use sql_alchemy
@KeepOnCoding2 жыл бұрын
What do you use for your database lookups?
@marufahmed7619 Жыл бұрын
I am following you
@rafadydkiemmacha7543 Жыл бұрын
Do you consider yourself a junior, mid or senior?
@shapelessed2 жыл бұрын
You’re gonna find postman useless once you get the Thunderclient VSCode extension…
@erensametkaratas65932 жыл бұрын
Hey man how you been
@_tan21122 жыл бұрын
How many lives have you lived??
@shapelessed2 жыл бұрын
Reincarnation in its finest…
@mike_nba2 жыл бұрын
i watched the video until the Vim part...
@mike_nba2 жыл бұрын
nah im joking🤣but it could as well be the case
@jykw17172 жыл бұрын
Why not FastAPI over Flask? dafq? Its 2023
@yungifez2 жыл бұрын
To me one tech doesn't just invalidate the other It all depends on use cases
@AgentZeroNine12 жыл бұрын
@@yungifez you're being too reasonable. There can only be one!