The 45 Second Self Taught Developer Roadmap

preview_player
Показать описание
Are you ready to start your journey as a programmer but feeling overwhelmed with where to begin? In this video, we'll break down everything you need to learn to become a successful developer, from programming fundamentals to advanced concepts.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
Programming Fundamentals, How to learn programming in 2023, Self Taught Programming

⭐️ Hashtags ⭐️\
#shorts #techwithtim
Рекомендации по теме
Комментарии
Автор

Docker is also a must. Companies are craving individuals who are experienced in docker

judedavis
Автор

Solid list, but I'd put asynchronous programming and threading more towards the end personally.

austinmclean
Автор

I don't think trying to learn multi threading before data structures or a debugger makes much sense

hhill
Автор

Thank nearly 60% of those were fullfilled i spent nearly 4 months tryinf to develop and still struggling i can barely write a simple script but learning libraries documentation. Sigh... I trust the process even though its been a tough road 😔

bryce
Автор

I think git is really underrated in programming learning even if it is one of the most important stuff.

kasztandor
Автор

Why wait so late in the process to learn debugging?

samanthaecotothermia
Автор

i personaly skipped straight to flutter and firebase

zaksorel
Автор

Whilst keeping your will to live and also trying to maintain a normal life and hopefully get a decent pay...

makdtm
Автор

Which would be the best way to about horizontally or vertically?

srsr
Автор

Does anyone know how long it will take to learn these?

nodirmakhkamjonov
Автор

Or you could just do your own research and not be limited to a certain coding languages. There isn’t a special way or “fundamentals” to begin coding man. You just simply start. Been coding for about 5 years and learned it all from YouTube and Community College.

NathansCosmos
Автор

You don’t need all this to land a job though

CesarD
Автор

I thought multithreading wasnt so relevant now?

Kamrankhan
Автор

The advice this guy gives is not terrible but it’s not great either.

konga
Автор

You'll spend most of your time mastering "for (loop)" Mastering this weeds out successful programmers from wannabes. It's the reason such a small percentage ever become successful because most get stumped by loops iterating through an array or statements. Example, 🤯😭

int i, j;
for (i = 1; i < n; i++)
{ int item = data[i];
int ins = 0;
for (j = i - 1; j >= 0 && ins != 1; )
{ if (item < data[j])
{ data[j + 1] = data[j]; j--; data[j + 1] = item; }
else ins = 1; }

travis
Автор

Nah bro, you learn what you need to do the job.

zengrz
Автор

bro didnt let anything he didnt know of ☠️☠️, the only thing that he missed is launching a nuclear Intercontinental ballistic missile using a python library.

ahmedhani
Автор

You make it sound so easy.




Not 😂

punkerts
Автор

no mention of optimization = fail video
unsubscribing

GenericInternetter