Teaching yourself to learn programming? Start Here!

  Рет қаралды 439,245

Andy Sterkowitz

Andy Sterkowitz

Күн бұрын

This video is meant for anyone is completely new to programming and want a simple and easy approach to move forward. I cover some basic principles for your gameplan as well as some suggestions on what you should focus on.
👥 ** JOIN MY GROUP **
Looking for a high-quality group of software developers where you can discuss your ideas and not be bombarded by spam? Then come join my free Facebook group! You can access it by going to: andysterkowitz.com/group
📄 ** DOWNLOAD MY FREE REPORT **
For my free report on the five best programming languages in 2019 (for beginners) go to: andysterkowitz.com/report
📚 Head First HTML/CSS: amzn.to/2RP7Mxh
📚 Head First Javascript: amzn.to/2xlwsUN
** Disclaimer **
I'm a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon properties including, but not limited to, amazon.com. Amazon offers a small commission on products sold through their affiliate links. Each of your purchases via my Amazon affiliation links above supports my cause at no additional cost to you.

Пікірлер: 691
@AndySterkowitz
@AndySterkowitz 5 жыл бұрын
For those of you who are completely new and just starting out, did this help clarify a path to get started?
@alexboyce8208
@alexboyce8208 5 жыл бұрын
Hey Andy, Great advise. It’s very easy to over complicate the learning plan and course collect. Would love to hear more about the different types of “disciplines” to specialize in (e.g., web dev, front-end, back-end, database, applications, games, others?). What the work looks like to know if I’d like it or not, and if so what next steps would look like after your 3mo plan? Thanks! Alex
@ez-od9xh
@ez-od9xh 5 жыл бұрын
Yes, this was really helpful. Thank you!
@wonder8611
@wonder8611 5 жыл бұрын
Thx great tips!
@Dominik2456
@Dominik2456 5 жыл бұрын
Would you also consider to make a video for backend aswell? And also some roadmap example, for example what was yours roadmap when you started?
@SidSharma108
@SidSharma108 5 жыл бұрын
Yes, also, I am going to buy these books you recommended.
@afshah.7972
@afshah.7972 Жыл бұрын
Thank you so much Andy for this super helpful video! My notes from this video: 1. Keep things as simple as simple. (Remove complexity when possible as it can kill you. Do not buy more courses or books) 2. Whichever language you learn make sure you are building projects along with going through your learning resources. Implement what you have learnt. Build projects on the side in your portfolio to make sure that you are using those concepts you are learning. If you are really a beginner make sure you learn these basics of web development: 1. HTML (2 weeks to month- Head First HTML and CSS book) 2. CSS 3. JavaScript (2 months or more Head First JavaScript Programming 4. Git (working on the same code or project collaboratively other people. It is a way to save the state or history of that project over time) 5. Client-server architecture (basic paradigm of how the internet works and how websites work) If you spend 15 hours/week learning you can master the above in about 3 months. * For HTML+CSS: Build project to cement your learning. Use HTML and CSS to build one or two static websites as you learn. (personal or for a friend who has an online business who likes an online presence. Keep it simple. *For JavaScript: Build 2 to 4 projects to paint on your skills and see how quickly you can progress. Keep them dead simple. Build a to-do list, a calculator. Work on the basics and fundamentals. Get better at your problem solving skills to understand programming in general. *For Git: Get comfortable with the git command-line using github, posting projects on github. *For Client-sever architecture: Understand the basis of that. Understand more about HTTP traffic, networking in the internet.
@chrispeck9941
@chrispeck9941 4 жыл бұрын
I feel like the hardest yet most important part is staying motivated the whole time. Great video
@kingcogles
@kingcogles 3 жыл бұрын
This should be the most liked comment.
@goatzy_run
@goatzy_run 2 жыл бұрын
Yeah
@i-jnked
@i-jnked 2 жыл бұрын
currently reading this with my (now abandoned for weeks) personal project in mind :>
@matrimanuel_791
@matrimanuel_791 4 жыл бұрын
3:05 for web development HTML CSS JavaScript Git (work with other people) Client-Server Architecture
@broctot6006
@broctot6006 3 жыл бұрын
I am 13 at the moment, I know nothing, 5 years from now I hope to new more. A lot more
@alphabeta3528
@alphabeta3528 Жыл бұрын
Learn a bit math and ur good to go
@Honkers716
@Honkers716 9 ай бұрын
2yrs later, you still coding?
@JJN-Studios
@JJN-Studios 2 жыл бұрын
Honestly, you're so genuine, thank you for simplifying this whole journey! We're all very grateful!
@adamfistler4655
@adamfistler4655 4 жыл бұрын
I've been a dev/devops/sysenginer guy for 20+ years, it's more about knowing concepts and learning to not reinvent the wheel and look around the internet for approaches because someone most likely have come across your use case and has wrote about it or have some library. Don't over complicate things, set limits to your sprints, don't over engineer and don't get caught in the trap of if you can put this feature in then we can do this then we can do that. Set limits to each release and don't promise the moon. Knowing concepts is more important than knowing the specific code off the top of your head, I hop back and forth between bash, python, ruby, c#, and even legacy perl. You just can always google how to implement the concepts in each language its more important to know whats possible and realistic than knowing the specific code.
@RadoscISlawa7224
@RadoscISlawa7224 4 жыл бұрын
How is Perl any more 'legacy' than Python, Ruby or Bash (the last one isn't even a programming language, by the way)? Perl programs run faster than their Ruby counterparts; the language supports multiple inheritance in OO paradigm (which Ruby doesn't). There are some language specific features which don't seem very intuitive at first glance (like passing named parameters to a function in the hash-form, declaring data categories - scalars, arrays, hashes - rather than data-types or using hashes as objects) but turn out to be very powerful and logical when you get used to them. The only reason for Perl's falling off TIOBE index's first-ten was painful transition from Perl 5 to Perl 6, which caused lots of confusion in Perl community and was finally cancelled due to both languages incompatibilities (Perl 6 was finally renamed to 'Raku' and is now perceived as a separate language, as You probably know).
@tracylf5409
@tracylf5409 4 жыл бұрын
Hey Andy? Could you do a video that lays out EXACTLY the steps that YOU took yourself? I mean, from the minute you thought you'd like to do this. How did you start- PRECISELY? I'd be interested in knowing your personal timeline and the projects/languages you decided to go with and WHY. xx
@dre6714
@dre6714 4 жыл бұрын
Hey I have stumbled upon your channel recently. I am grateful that you create contents like this. Straight to the point, no bull****.
@ashwinchauhan756
@ashwinchauhan756 5 жыл бұрын
Bro you just boosted up my learning motivation for web development. Great job. :)))
@AndySterkowitz
@AndySterkowitz 5 жыл бұрын
Love to hear! Cheers!
@jaimeojeda4780
@jaimeojeda4780 4 жыл бұрын
How are you doing now?
@kirsteinwandah
@kirsteinwandah 3 жыл бұрын
@@jaimeojeda4780 i wanna know too
@adeegheniem2328
@adeegheniem2328 3 жыл бұрын
@@jaimeojeda4780 I want to know too
@gavincoulson3900
@gavincoulson3900 3 жыл бұрын
How're you doing
@tequinhoRB
@tequinhoRB 3 жыл бұрын
This video is very helpful, thank you so much! I spent a lot of time trying to learn CSS on video tutorials. Now, I am learning CSS in the "Head First" book and suddenly it becomes easy!
@Isaiah99002
@Isaiah99002 5 жыл бұрын
More and more value I get from your videos. Thank you Andy
@ishibam97
@ishibam97 3 жыл бұрын
Hey! I am learning JavaScript from HeadFirst Javascript book and I wanna say this book is fantastic. Keep Learning Folks!
@AdADglgmutShevanel
@AdADglgmutShevanel 4 жыл бұрын
Really inspiring video. I gave up trying to learn 3 years ago, but now I'm back into it and taking the simple approach!
@b.segueda5470
@b.segueda5470 3 жыл бұрын
Thank you for being alive. For being a good teacher.
@brightorton2941
@brightorton2941 5 жыл бұрын
I agree with you Andy, Thanks a lot
@aarongonzalez200
@aarongonzalez200 3 жыл бұрын
Thank you very much, your video really let me realize I should focus on learning the basics first with web development regardless if I want to do game development or whatever else. Im changing careers from customer service/collections to something coding and this helps a lot.
@CodingJourney
@CodingJourney 5 жыл бұрын
Great content as usual! Keeping it simple is crucial!! 🙂
@jaydenmoon1165
@jaydenmoon1165 4 жыл бұрын
Oh no 🙁 I’m a course collector 😩 - thanks for pointing this out - now I gotta clear path to head for!
@maricelaCA
@maricelaCA 4 жыл бұрын
Thank you for keeping it real and sharing your experience . Your info is valuable
@2passportsandpostcards
@2passportsandpostcards 4 жыл бұрын
Hi Andy, thank you SO much for this video! It was phenomenally helpful!
@ryanlyle9201
@ryanlyle9201 3 жыл бұрын
I've spent days trying to figure out where to start and this has been the most helpful for a complete beginner. Other channels were ok to follow along but this is invaluable information. Thanks!
@yashaswikulshreshtha1588
@yashaswikulshreshtha1588 2 жыл бұрын
Let me tell you something, I think we get confused about it because we don't even know what programming even is, it is not about language but it's about thinking literally you may know 10 languages but if you don't know how to think it's all trash, so I would highly suggest getting a environment where you can develop algorithmic thinking, it may feel intimidating but you will kinda regret it later on if you decide to just focus on code and not programming, I think a really good way to develop that is by learning game development, game development uses tons of complex logic, algorithms etc. Just download processing and start learning along the way create little projects aiming to make a some pretty neat game at your level.
@anaclara-sb7rr
@anaclara-sb7rr 9 ай бұрын
great idea@@yashaswikulshreshtha1588
@abanumifesochi4147
@abanumifesochi4147 4 жыл бұрын
I'm a beginner and I have found this video to be very helpful. I was initially intimidated by the volume of courses on programming and software development. This has given me a direction. Thumbs up 👍🏽
@Nabilo8501
@Nabilo8501 4 жыл бұрын
All other youtubers are telling us to have a fucking jump start into a language like python without having any feedback about any thing or any shit about computers and internet. But your learning line is the only one that convinced me . Thanks man❤
@vedprakashyadav175
@vedprakashyadav175 4 жыл бұрын
all this time i was so confused about how to start learning this skills ..........u really solved it...thanxx man
@demonking4250
@demonking4250 5 жыл бұрын
Andy i was course collecting until now,but no more! Thanks for your vid.
@agustincai
@agustincai 4 жыл бұрын
it is piratebay's fault
@vrkumar7455
@vrkumar7455 4 жыл бұрын
Nobody talks about: 1) what kind of system/computer/configuration you first need to start or how many screens 2) what you need to Install 3) what is the Environment they talk about 4) what is an editor 5) how to check your work and where 5) how much levels to pass and ideal time to spend. Thank you.
@crimsonleader8874
@crimsonleader8874 4 жыл бұрын
1) depends what you want to make, the coding itself won’t eat up your pc, one monitor is all you need, others are optional. 2) I’d recommend github stuff and visual studio community. It’s what I’ve been using. 3) I believe your referring to the IDE or Integrated Development Environment. This is basically where you write your code, Visual Studio is one. 4) I think that is the same as 3, unless your doing something like games where that could be unreal/unity. 5) I use visual studio, that auto checks your work, does squiggles when stuff is wrong like word, and you can test run it so if it works, it works. 6) that’s very dependent on you, your knowledge and progress, however if your asking where to get like example tasks then I’d second that question cus idk either. Hope this helps 👍🏻
@aeb1305
@aeb1305 3 жыл бұрын
Especially in college. In college its like "here is the textbook. Chapter 1 lab is due next week." - im currently taking the college journey for cs learning java
@arturogabriel8033
@arturogabriel8033 4 жыл бұрын
Thank you very much for this content, I couldn´t find this kind of guide anywhere else. Keep doing it!
@vannakkeo7453
@vannakkeo7453 4 жыл бұрын
I'm super new to the tech world. I'm happy that I found your channel.
@courtlandkelly8422
@courtlandkelly8422 4 жыл бұрын
I have been looking for a video like this, THANK YOU
@Ben-nt1zl
@Ben-nt1zl 5 жыл бұрын
This is really helpful and I can relate a lot. I've been doing html and css for about 4 months now but I constantly feel overwhelmed and feel as though I don't know enough because i'm always thinking from an employer's perspective. I've been putting off moving onto JS for that reason. Thanks Andy
@anthonyoliveri4544
@anthonyoliveri4544 4 жыл бұрын
one of the best videos i ever seen thank you for your contributions !!
@jess8935
@jess8935 4 жыл бұрын
This is super helpful advice. Long story short, I originally wanted to do web development when I first started college but the job market wasn’t great and I needed more job security. Through many twists and turns, I landed in HR and have been in the HR field about 5 years now. I’ve been thinking about switching careers for quite a while and right now is a good time to prep my self for this leap. I’ve just switched roles internally working as an Analyst and I now have more time to focus on “me” time in the evenings. I’ve got 6 months to prepare myself! Thanks the motivation and making these videos!
@SAMs3piol
@SAMs3piol 3 жыл бұрын
This video is absolutely the best. Thanks Andy
@heromil
@heromil 4 жыл бұрын
I have just discovered this channel and I am really amazed about the excellent content you share in your videos. Congratulations!!!! :)
@hemanshu877
@hemanshu877 5 жыл бұрын
Great advice build projects and make portfolio ,I just did that and now I got job
@rajatrai2923
@rajatrai2923 3 жыл бұрын
Thanks for your guidance.
@diego_villena
@diego_villena 3 жыл бұрын
I posted on a previous video, essentially asking for this exact video. Thanks!
@thatamberchick
@thatamberchick 4 жыл бұрын
Thanks for this info! Liked/subbed. This makes so much sense and helped a lot! 👍🏻👍🏻
@AndySterkowitz
@AndySterkowitz 4 жыл бұрын
Awesome! Glad to help.
@hunsonabadeer4209
@hunsonabadeer4209 2 жыл бұрын
Your videos helped me a lot! Thank you so much Mr. Sterkowitz.
@chrisbrittain3438
@chrisbrittain3438 2 жыл бұрын
Thanks for all the free info man very helpful. Check back with ya in Six motnths
@demetrihamilton979
@demetrihamilton979 2 жыл бұрын
Andy, thanks for the video. It really boosted my confidence in program development.
@omar8424
@omar8424 3 жыл бұрын
Perfect, exactly what I was looking for, thank you Andy
@redeagle9312
@redeagle9312 3 жыл бұрын
Andy, thanks very much. Your suggestion gave a clear way for my next learning step. Looking forward for more helpful video so I can continue my journey.
@egocentric222
@egocentric222 4 жыл бұрын
Andy, I’m loving your content!
@isaacronathan1693
@isaacronathan1693 3 жыл бұрын
I think somewhere in the past I wanted to start coding because I subscribed. This video gave me the push
@knw-seeker6836
@knw-seeker6836 3 жыл бұрын
thanks for the great advice Andy much appreciated
@sidneyrodrigues9004
@sidneyrodrigues9004 3 жыл бұрын
Really nice video buddy👍🏻 very helpful for me. Keep hustling!
@shantemonroe342
@shantemonroe342 2 жыл бұрын
I'm actually going to follow these steps. Thank you!
@IvanManginiLopes
@IvanManginiLopes 5 жыл бұрын
Thanks for sharing your experience, it's very helpful have some direction or path to go. I'm get starting to learn programing and i want to get into IT career. cheers from Brazil!
@AndySterkowitz
@AndySterkowitz 5 жыл бұрын
You're welcome Ivan. Glad to help!
@frndstp
@frndstp 4 жыл бұрын
Deu continuidade ao projeto, Ivan? O que você está fazendo agora? Um abraço.
@upya3813
@upya3813 4 жыл бұрын
well that was probably one of the best yt "beginners" tuts ive ever watched ... about anything. *HUGS*
@olusolaabiodun3545
@olusolaabiodun3545 2 жыл бұрын
Thanks,, I am encouraged
@pollyp9328
@pollyp9328 2 жыл бұрын
Thank you so much.
@robkriger9095
@robkriger9095 4 жыл бұрын
Thank you for the advice, I appreciate you man. I know that I am really interested in this field, but found myself doing pretty much everything that you were suggesting to stay away from, and I wasn't getting anywhere... Your advice makes perfect sense. Thanks again!
@kiwicami287
@kiwicami287 4 жыл бұрын
Yeah im in the same boat, i decided to start with c# with The c# players guide book but i think i made it harder on myself, i learned things for sure but it also went over my head a bit i think, im gonna start fresh with html and javascript because i really enjoyed experimenting with c# and visual studio even if it was hard.
@seunakinwunmi5742
@seunakinwunmi5742 3 жыл бұрын
Just about to start Andy.. I've been seeing your video for a while.. I'm ready now.. Thanks for your help
@michaelbreezywilberforce2646
@michaelbreezywilberforce2646 2 жыл бұрын
I just finished watching this video and I think my mind is now made up. Thanks Andy.
@kvk2530
@kvk2530 3 жыл бұрын
thanks for this vid, exactly what i was looking for.. roadmap simple to follow and practical
@EricHillAuthor
@EricHillAuthor 4 жыл бұрын
Well, just purchased Head First: HTML & CSS!
@maritessquirona5175
@maritessquirona5175 4 жыл бұрын
Thanks for this video, now I know my learning path clearly😊
@wilderfromero819
@wilderfromero819 4 жыл бұрын
Yes, I am doing this tips right now, build a static website while learning, so I am fully aware on where I am in my studies. Thankyou sir, more power to you...
@augustogazzera9067
@augustogazzera9067 2 жыл бұрын
great video Andy! thanks for your advices :)
@hanssacosta1990
@hanssacosta1990 4 жыл бұрын
Thank u so much for your time man!!!
@courtneywilkerson6131
@courtneywilkerson6131 4 жыл бұрын
Thank you for this video! I feel like I really have a game plan to start learning.
@Mentalzz
@Mentalzz 3 жыл бұрын
How have you done ?? I’m reading this 7 months later hopefully your journey has been successful
@jasonmugumya548
@jasonmugumya548 4 жыл бұрын
Most precise video i have watched. Thanks a lot .
@milicaandrejic8945
@milicaandrejic8945 2 жыл бұрын
Thanks for sharing. Really useful and to the point. Would you recommend any particular resources for the points 3 and 4 (GIT and Client-server)? I have learned some things along the way but would really love to get a good, systematic overview of it. Thanks a lot!
@App_driver_bsb
@App_driver_bsb 2 жыл бұрын
This video is pure gold ! Helped me a lot . Decided to become a software engineer and my school starts next month . And I was studying Java lil bit with not much progress but I will first go to html and css as you advices then back to Java
@aaroncain4452
@aaroncain4452 2 жыл бұрын
Thank you!
@kaitlynburke1584
@kaitlynburke1584 4 жыл бұрын
Wow, thanks. No BS advice or flashy editing. 🤙
@joshuajurado2565
@joshuajurado2565 5 жыл бұрын
Thanks Andy, this was the perfect video of what im dealing with right now.
@kidovatov
@kidovatov 3 жыл бұрын
I agree
@marshmallowpeeps241
@marshmallowpeeps241 2 жыл бұрын
Thank you for uploading this video. This made the world of tech and computers, for a newb, very welcoming and inviting. :)
@ayanahmed8180
@ayanahmed8180 3 жыл бұрын
thank you for clearing my mind......
@kays3599
@kays3599 2 жыл бұрын
Thanks for reminding people is't a journey (like anything), not an overnight thing.
@MP-ih9wf
@MP-ih9wf 3 жыл бұрын
Just came across this video. Best take away I learned is that I have been course collecting. I need to just pick one and stick with it for at least the 90 days instead of one chapter here and one chapter there. Thank you.
@jaytothe_
@jaytothe_ 3 жыл бұрын
Yo I’m on chapter 12 of the html book. This is a great place to learn the language. Great video fam! 💪🏾
@oscarmoreno2438
@oscarmoreno2438 3 жыл бұрын
Gracias por la info!
@LouiseLanguage
@LouiseLanguage 3 жыл бұрын
Thank you! I love your channel very helpful
@lawandab.1572
@lawandab.1572 2 жыл бұрын
Thank you.
@sahilbhalerao6965
@sahilbhalerao6965 4 жыл бұрын
Thank you !!
@almarwahabobakr5235
@almarwahabobakr5235 5 жыл бұрын
Thank you for this valuable information .
@AndySterkowitz
@AndySterkowitz 5 жыл бұрын
Glad to help 😊
@moniquenavarro4131
@moniquenavarro4131 2 жыл бұрын
you are always saving lives !!!!! I just goy my north now! thanks
@sheramansuerkulov542
@sheramansuerkulov542 4 жыл бұрын
Thanks, Andy, your video is very useful.
@solomonasiimwe1778
@solomonasiimwe1778 Жыл бұрын
Thank you for this
@shakalgeria2786
@shakalgeria2786 3 жыл бұрын
Thank you bro. Very good advices. Your videos are short and useful. Whish u the best
@panilkumarreddy3306
@panilkumarreddy3306 Жыл бұрын
Thank you 💖
@depuli27
@depuli27 4 жыл бұрын
Thanks for the inspirational videos you share that encourage newbies like me
@noneh-b988
@noneh-b988 5 жыл бұрын
you come at right time friend , thank you so much
@AndySterkowitz
@AndySterkowitz 5 жыл бұрын
😊👌
@dancodaniel3014
@dancodaniel3014 2 жыл бұрын
Your videos are always amazing thanks allot for making it simpler for us new be.. Am type that always download every books I come across related to programming without finishing the one at hand ...
@BobSmith-zp2kk
@BobSmith-zp2kk 4 жыл бұрын
Awesome -- Thank you!!
@i.s.5192
@i.s.5192 3 жыл бұрын
Thanks very helpful
@evelinbaka5847
@evelinbaka5847 4 жыл бұрын
It as quite helpful, I really needed some guidance about what should be my first step. You speak very clearly.
@AzureSymbiote
@AzureSymbiote 2 жыл бұрын
Thanks.
@gritlup2089
@gritlup2089 4 жыл бұрын
Just Subbed great content. I'm teaching myself Python and JavaScript right now, and I'm getting there.
@degen3243
@degen3243 4 жыл бұрын
Thanks dude.
@N3wt199
@N3wt199 3 жыл бұрын
Nice video... clarified I’d made the right choice in what to learn as well 😃👍
@kehcat1
@kehcat1 4 жыл бұрын
Gosh thank you so much... your vids are great for me
@amonechoes8142
@amonechoes8142 5 жыл бұрын
Awesome and educational as always. You have 3 subscribes from my 3 accounts. Keep it up !!!
@RameenFallschirmjager
@RameenFallschirmjager 4 жыл бұрын
something that I love about you Andy is your sincerity which is obvious in your face and words when you talk about software development. not like some frauds (rafeh qazi) who try to sell their garbage tutorials and pretend if you learn very basics of programming you can earn six figures salaries within a couple of months.
@AndySterkowitz
@AndySterkowitz 4 жыл бұрын
Thanks Ramin! I really appreciate your sentiment. I know what you’re saying about other KZbinrs and at the same time I imagine they mean well. At the end of the day it all works out for everybody. Cheers! 😊
@leonardtangty
@leonardtangty 3 жыл бұрын
Thank you
@shubhamchauhan1893
@shubhamchauhan1893 3 жыл бұрын
Hey Andy, I made up my mind this morning to learn coding and found your videos really wonderful for start. I really want to take this 3 month journey. Can you recommend a resource for learning client server architecture?
@13RYUUZAKI
@13RYUUZAKI 3 жыл бұрын
The only thing I add, will be, collabvorate in a public/open project in github when you fell confortable with. Thanks for the advices.
How to Learn to Code FAST (Do This or Keep Struggling)
11:00
Andy Sterkowitz
Рет қаралды 688 М.
When someone reclines their seat ✈️
00:21
Adam W
Рет қаралды 23 МЛН
Каха инструкция по шашлыку
01:00
К-Media
Рет қаралды 7 МЛН
DELETE TOXICITY = 5 LEGENDARY STARR DROPS!
02:20
Brawl Stars
Рет қаралды 7 МЛН
Best Learning Strategies for Programmers
12:06
Andy Sterkowitz
Рет қаралды 682 М.
How I'd Learn to Code RIGHT NOW (If I Started from Scratch)
7:29
Andy Sterkowitz
Рет қаралды 513 М.
Guide To Becoming A Self-Taught Software Developer
17:14
Traversy Media
Рет қаралды 890 М.
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
lofi hip hop radio 📚 - beats to relax/study to
Lofi Girl
Рет қаралды 18 М.
Git MERGE vs REBASE
16:12
Academind
Рет қаралды 1 МЛН
Rust's Alien Data Types 👽 Box, Rc, Arc
11:54
Code to the Moon
Рет қаралды 133 М.
STOP Learning These Programming Languages (for Beginners)
5:25
Andy Sterkowitz
Рет қаралды 642 М.
How long does it take to "Learn to Code"?
9:57
Andy Sterkowitz
Рет қаралды 99 М.
Iphone or nokia
0:15
rishton vines😇
Рет қаралды 1,3 МЛН
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 2 МЛН