3 Hacks to Learn Coding FAST
8:48
Пікірлер
@Kproductions2012
@Kproductions2012 16 сағат бұрын
these sounds effects are highly distracting and annoying a f. unwatcheable for me, sadly.
@giovaneescalonilla7148
@giovaneescalonilla7148 17 сағат бұрын
I was stuck in the famous tutorial hell and I changed my perspective to what you always say, just learn the basics and try to create something, the feeling of discovery when solving problems, even small ones is incredible, thanks for the tips
@alessiograziani6355
@alessiograziani6355 23 сағат бұрын
Thanks a lot
@greydrifter
@greydrifter Күн бұрын
Thanks, this is the first out of many videos which I was able to relate to and got few good project ideas, to solve my current small problems.
@Anindita-pk8nt
@Anindita-pk8nt Күн бұрын
Again, back with amazing content 👍
@aha6593
@aha6593 Күн бұрын
Here are some essential skills you should master if you want to lead a team. I have worked for about 15 years creating e-commerce systems, and this is what I've learned: Integration and Architecture: You need to integrate a CMS (sometimes done by another company), an ERP like SAP, and other necessary data sources. Choose an architecture and frameworks, and create a software design that meets the client's special needs. Ensure you create an API that is easy to use, adaptable, extendable, testable, and decouple the data sources you integrate from you code. Layered Design: Prepare layers for the different roles in the team. Use patterns and concepts like data abstraction, encapsulation, and inheritance to create easy-to-use APIs/clients. This ensures that a frontend designer can access and update data as needed with well-defined services, methods, and data objects that are understandable without lengthy explanations. Clean coding practices with some rules help in this regard. Team Efficiency: If done right, each team member can work without disturbing others. It's also crucial to manage the repository and build files that gather all dependencies and start the running environment. With proper management, bugs and change requests are easy to handle. For instance, if a client wants to change how a customer's name is labeled, you need to change it only once, even if the name is displayed in many places. After fixing a bug, it should stay fixed without creating new ones. Adding new features should not be a big deal; you might need to define different parts in the same manner or reuse/expand existing classes. Take care not write code that has not to much dependencies. Client Communication and Project Planning: If the project size is manageable, communicate with the client to create a project plan, for instance, using Jira to create sprints. You have many other responsibilities, like communicating with the client's stakeholders to ensure the product meets their needs. Check that all team members can work effectively, review their work, and explain problems if something is not good. For example, if a Frontend developer copies the same code multiple times, explain why this is bad for change management or debugging, happens to often .... The good thing about this work is that it doesn't feel like work because there's always something new to learn. My goal is to build quality software, which I see as a form of art.
@secretyoutuberjkitme
@secretyoutuberjkitme 2 күн бұрын
for anyone wondering about the guy who scraped LinkedIn data: Luke Barrousse - "Building a bot to scrape job data"
@healthsensei1237
@healthsensei1237 2 күн бұрын
Will this bootcamp prepare me to use Python for data analysis at work?
@InternetMadeCoder
@InternetMadeCoder 2 күн бұрын
It will teach you Python skills that you can use anywhere but you may need to learn specific data analysis tools after to do exactly what you are looking for
@jeffsad8391
@jeffsad8391 2 күн бұрын
I have a question:in computer science should learn first data structure or ?
@urdarkside1
@urdarkside1 3 күн бұрын
ZeroToMastery, Internet Made Coder and now course careers, I am even more confused now.
@InternetMadeCoder
@InternetMadeCoder 2 күн бұрын
Different solutions for different goals and budgets
@july9566
@july9566 3 күн бұрын
IM here because all the jobs in my city ALL of A SUDDEN want JAVA! omg
@ejkaiser23
@ejkaiser23 3 күн бұрын
There's a person outside at 10:00
@InternetMadeCoder
@InternetMadeCoder Күн бұрын
Guess who it is
@thiabara7242
@thiabara7242 3 күн бұрын
THIS ADVICE IS WHAT I WAS LOOKING FOR SINCE LAST YEAR! THANKYOU SO MUCH
@deletedchanneI
@deletedchanneI 3 күн бұрын
It took me about half a year to fix scrolling issues of this crazy mega-super-poopper mouse
@KC-sg7ip
@KC-sg7ip 3 күн бұрын
corperate will go for cheap labours, remember. Its not your flaut. you can try as hard as you can , complete ton of course as you can but you lose to the labour price, man.
@danielhoffman4026
@danielhoffman4026 3 күн бұрын
It doesn't matter pick one get good at it, then pick the other one up after. You'll probably have to anyway.
@Julius-db1ph
@Julius-db1ph 3 күн бұрын
Awesome
@InternetMadeCoder
@InternetMadeCoder 3 күн бұрын
🚀 Start the FREE Software Development Introduction Course with CourseCareers Now: coursecareers.com/a/internetmadecoder?course=software-dev-fundamentals
@carolopara6069
@carolopara6069 3 күн бұрын
Hi..Thanks for all you share with us. Have you tried No code? Building a website or mobile app using no code. I am curious to find out the pros and cons of using no code because the no code community swears it is the best way and quickest way to build website or app. Do you really don't need to learn coding to use no code? Or Should you know a little about programming?Could you try it for us to see from begining to end? Try different style of content regarding coding. Example: finding the best programming tools and what you could build with it and build something for us to see. Also, quickest or easiest entry level programming language and build a simple easy app. Programming is cool .
@abdul.r___
@abdul.r___ 3 күн бұрын
bro fighting for his life to pronounce "algorithms"
@H.s.c-1
@H.s.c-1 3 күн бұрын
thanks
@BlazeTheCatMan
@BlazeTheCatMan 4 күн бұрын
here are things that i learned on my own! 1 i already knew not to short name variables instead i always named them based off of what they do cuz i never liked people actually naming them short 2 i was repeating myself in code until i found out or realized that i could use the for i in range or for item in items for loop! 3 for cleaner code! if something i write works!? then i will keep it that way until i figure out or discover a shorter better way to write it! like for example the for loop or for i in range! and ill go and change it! 4 for the weird names that look like people just hit there keys! i never name my variables like this cuz i find it weird or hard to understand! i always believed in being descriptive when it comes to naming stuff
@rudycarv2197
@rudycarv2197 4 күн бұрын
Is it still worth to learn Code?
@MelEllington
@MelEllington 4 күн бұрын
DOES NOT WORK FOR ME: unable to get local issuer certificate (_ssl.c:997)> ALSO, at some places in the video the code typed is obscures by the presenter's image of himself.
@neonblowfish
@neonblowfish 4 күн бұрын
awesome!
@bytemade
@bytemade 5 күн бұрын
Precisely today that I watched this video starts the 2024 session... so I mindlessly enrolled.
@1etunimi1sukunimi
@1etunimi1sukunimi 5 күн бұрын
Thanks for the informative video. Can You please tell me some programs in this video. I am wondering about the program that You used in the part where You explained the Tesla car class in object oriented programming (time 4:50) and the white arrow above the code (time 6:12). What programs did You use and what is the programming platform with all the nice code highlighting? Thank You! :)
@Eric19-vb2wj
@Eric19-vb2wj 5 күн бұрын
Step 1: learn how to code, and find valuable educational books about a language Step 2: understand how computers actually work, and take course if you want Step 3: take course on a specific field (web programming for example)
@zihanmubarak1890
@zihanmubarak1890 5 күн бұрын
I learned more than the video in comments section 😂
@AntiToxic4u
@AntiToxic4u 6 күн бұрын
Could I follow along without having any experience? I have a iMac and MacBook I don’t even understand yet how the files work and where to upload them on my MacBook and how the library works
@jesniels
@jesniels 6 күн бұрын
A lot of personal opinions. I respect that, agreeing or not 🙂.. But remember fact checking, he he... Java in 1991.. Not really, he he.. The first public release of Java was May 23, 1995, as an alpha available only on Sun Microsystem's Solaris operating system, a year before JDK 1.0 was released..
@Kakashi-sr1yr
@Kakashi-sr1yr 6 күн бұрын
can you please tale me what kinds of programming language you used for Backend
@PotatoQoQ
@PotatoQoQ 6 күн бұрын
non of them work. terrible
@luckykhan6217
@luckykhan6217 6 күн бұрын
We need mre like this❤
@JAYTHEGREAT355
@JAYTHEGREAT355 6 күн бұрын
Best videos to fallow along .😊
@autoshortslife
@autoshortslife 7 күн бұрын
Loved this video! AutoShorts AI makes KZfaq so much easier by automating everything. More details in my bio link - you need to see this!
@sjurior
@sjurior 7 күн бұрын
Is it possible to make the ytDownloader to only download the mp3 files?
@nicio1393
@nicio1393 7 күн бұрын
Hello, it's your boot camp class Is life time access?
@InternetMadeCoder
@InternetMadeCoder 7 күн бұрын
Yes
@nicio1393
@nicio1393 7 күн бұрын
@@InternetMadeCoder excellent, in will check out our, thanks.
@sammetal92
@sammetal92 7 күн бұрын
I’m sorry but except for number 3, and maybe number 2, none of these are automations, they’re just programs. I’ve seen other videos from you, and you keep using the word automation and your viewers are misled, especially those who are beginners. I know you get more views by using cool words like “automations” instead of boring “programs” but you’re doing more harm than good.
@smurfC
@smurfC 7 күн бұрын
4:50 The AI was clearly unable to process your request and here you are saying it will like others, and then you scroll up in the next scene acting like it never happened lol
@MrD4T4
@MrD4T4 8 күн бұрын
Hello, I looked through your websites and I am unable to find a way to contact you, so I will post it here. There are a few typos in the Python course found via the link in your video. I am for sure interested in checking it out, however typos/grammatical will quickly make people question the validity of a source. Please feel free to delete this comment after you see it!
@EconTech_Insights
@EconTech_Insights 8 күн бұрын
Sir Big Fan!
@HmongCrypto
@HmongCrypto 8 күн бұрын
I love python. You can do almost anything with python. The only thing is, when it comes to web related stuff, it would be best to use javascript just because it's the web default. If you can use both together, then that right there is pro.
@Pocketsocket
@Pocketsocket 8 күн бұрын
I watch this before learn Data structure in Next semester your give good way I understood from your video
@abu-ff8ws
@abu-ff8ws 8 күн бұрын
Please talk about cybersecurity roadmap. Please talk about everything like the courses you need, how to read the courses, companies to apply for, internships, etc ....
@codefork94
@codefork94 9 күн бұрын
What's your GitHub?
@gleisondesouzaluiz
@gleisondesouzaluiz 9 күн бұрын
esse meme é brasileiro 😂
@intothebeyond8763
@intothebeyond8763 9 күн бұрын
Back in the early 2000's all the big tech companies were hiring people who they thought would be their competition . It's a hell of a lot cheaper to have the young software engineer at your company for 300K a year than to buy out his company at 5 billion dollars. But now so many people code and most of them are average at best that they don't really bring value to the company they work for . For example all those women who made a day in the life working at a tech company. Those women told on themselves showing that they barely did any work the whole day and mainly just hung out ,having a 5 hour lunch break.
@dudewhereismyfitness
@dudewhereismyfitness 9 күн бұрын
I love the video! However, my OCD goes haywire thanks to the misaligned pictures on the wall XD
@KP094
@KP094 10 күн бұрын
Me copy paste beginner python programmer
@ishandeb4172
@ishandeb4172 10 күн бұрын
The University of michigan course for python is paid on coursera. Is this because I'm based in India?