I learned to code from scratch in 1 year. Here's how.

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 418

  • @Reedfender
    @Reedfender Рік тому +311

    “Have something in mind to build” This is solid gold advice for people getting into programming. Once you get that “aha” moment and you build something for yourself, it feels so good. Use this to develop your passion for programming, and slowly start building more and more complex projects.

  • @williamvikanstromsnes8162
    @williamvikanstromsnes8162 Рік тому +348

    as a person working in this field, your advice is very good for beginners

    • @Jack-tk1is
      @Jack-tk1is 8 місяців тому

      Hi... I'm a business major wanting to self learn CS for better career!
      Should I learn Data Science &ML ? As I Don't think I can compete with people with CS Degrees 😢

    • @Matfen815
      @Matfen815 3 місяці тому +1

      Wow, this bot comment really was generalised

  • @安然-x9t
    @安然-x9t Рік тому +63

    I find it so cool that I have been listening to college info geek for years and following you and now I got into coding too this year and here you're making content about that

  • @abelsantiagocortes4609
    @abelsantiagocortes4609 Рік тому +101

    Crazy how, if you remove all the technical details about programming, the video still does an excellent job explaining how to learn anything proficiently within a year. Congrats Thomas.

  • @diegolikescode
    @diegolikescode Рік тому +78

    before even watching I gotta say this: really respect the timeframe. 1 year is enough to get a pretty good grasp of programming and I'm saying this because 3 months is not enough, 3 weeks is a joke, but 1 year is alright. Good content as always, Thomas

    • @Thomasfrank
      @Thomasfrank  Рік тому +22

      Agreed. Three months in, I still felt very lost when looking at documentation. I was definitely still a beginner. At the one year mark, I felt pretty confident.

    • @HrissW
      @HrissW Рік тому +8

      I started learning code in 2021 and still struggling to learn, now on verge to quitting :((

    • @pestanacrt
      @pestanacrt Рік тому +2

      How many hours are recommended daily??

    • @kirida7044
      @kirida7044 11 місяців тому +1

      ​@@HrissWhey, how are you there? 1 month passed, but wanna say: be strong. But if you were, there's no shame in revaluating your goals

  • @laraprudencio8337
    @laraprudencio8337 Рік тому +91

    Your real talents are: time management and learning skills! Super impressive video, Thomas! You can do anything!

  • @akuya-ekorot
    @akuya-ekorot Рік тому +25

    I started around a year ago. I'm in the middle of working on a client ecommerce site. From scratch! Love to feel so related with your journey. We've been in sync since notion days.

    • @Spok2go
      @Spok2go Рік тому +4

      ecommerce from scratch is a bad idea, use pre-existing services and CRMs

  • @tadaspetra
    @tadaspetra Рік тому +68

    Couple tips from someone that has been coding for over a decade. Your idea with the test functions is great, and has worked well. Another level of this is writing all your code with this idea in mind. Basically separating your in a way where each function or piece of logic (aka concern) works independently from other code, and thus can be tested independently. This is called separation of concerns 😊
    Also another small tip, VSCode has an ability to create custom "snippets" that you can give a keyword for and it can load those in for extra efficiency.

    • @ICantMakeUpAName100
      @ICantMakeUpAName100 Рік тому +6

      Came over from Nebula to comment on both of these, glad to see another seasoned programmer.
      I was waiting for him to mention **unit testing** which is the next step up from creating test functions. For Thomas-- instead of manually running each individual function you're focused on, you can define a suite of tests that can run with a single command. It affords you the piece of mind that your expectations of your code won't change over time, and if it does it'll give you an error that you can trace through and adapt to. It also closes the loop by allowing your tests to run on file save if you run your test runner on "watch" mode. Jest is the go-to library in JavaScript for most developers. If this is a topic that resonates with anyone, check functional testing, integration testing, and test-driven development (TDD; when tests are designed before code is written).
      Regarding snippets, 100% this AND VSCode has extensions that provide snippets so you don't need to write all your snippets. Perhaps a new programming project is compiling Thomas' snippets into an extension pack :^)

    • @shuvbhowmickbestin
      @shuvbhowmickbestin Рік тому +1

      So bascially you're talking about TDD using Unit Testing right?

  • @DiegoLlamozas
    @DiegoLlamozas Рік тому +26

    This video is brilliant, a new series about Thomas learning different stuff and showing us the process would be really cool.

  • @darkrinji
    @darkrinji Рік тому +32

    Would love it if this was supplemented with another video that dives deep into your systems, habits and mindset that you adopted to pull all this off. I'm thoroughly impressed by your dedication.

    • @matthewglenguir7204
      @matthewglenguir7204 Рік тому

      Exactly

    • @alphadonut
      @alphadonut Рік тому +4

      Hope this doesn’t come off as rude. Thomas actually has a ton of his systems and mindset videos scattered through his main channel. Like how he uses notion to track his tasks, productivity tips, and a ton of other stuff like setting up your calendar. I genuinely recommend checking it out. It’s taught me a lot during college and in work.

    • @darkrinji
      @darkrinji Рік тому +2

      @@alphadonut It doesn't come off as rude. I am very aware of his video stockpile. I only made this request because it's possible he has come across new information or a new approach to learning for these types of projects.

    • @alphadonut
      @alphadonut Рік тому

      @@darkrinji oh very cool, yeah some new Thomas Frank productivity vids would also rock!

  • @malawianprogrammer
    @malawianprogrammer Рік тому +5

    Been in the industry for some months now after completing a CS degree - your video was really good and informative for an early-stage career programmer like me - particularly your recommendations. Gosh, I wasn't aware that so many tools to improve programming efficiency existed! Thank you for the deep dive.

  • @claudiumihai7269
    @claudiumihai7269 Рік тому +3

    I've been waiting for this video for a while. The level of excitement that overcame me upon seeing the thumbnail was embarrassingly high.

  • @jordanrowland2049
    @jordanrowland2049 11 місяців тому +16

    I taught myself to code 6 or so years ago and now work full time as a software engineer. I 100% recommend the "become obsessed with coding" technique. I started reading a bunch of blogs and subscribed to a bunch of coding subreddits just to become completely immersed in the craft, and I think it helped a lot.

    • @rubiksworld2170
      @rubiksworld2170 5 місяців тому

      Did you do a computer science degree?

    • @ValadrienLeonhart
      @ValadrienLeonhart 3 місяці тому +1

      ​@@rubiksworld2170He clearly said he taught himself how to code

    • @rubiksworld2170
      @rubiksworld2170 3 місяці тому +1

      @@ValadrienLeonhart yes but some people also do a degree to become a software engineer. I was just wondering as another self taught UA-camr had a degree - which I assume was helpful

  • @kylemckell
    @kylemckell Рік тому +15

    Your excitement for learning code reminds me of when I started my self learning journey 5 years ago (albeit, yours is much more productive and focused!)
    I've been slacking lately with my personal coding, but this video has triggered something in my brain to start coding for myself again. Amazing video, and congrats on your learning!

  • @mayraamaral7267
    @mayraamaral7267 Рік тому +6

    I work with Software Engineering since 2021 and I study programming since 2015. Your video is one of the best made in UA-cam that I've seen. Congrats on your learning journey, I'm excited about what you will build next!

  • @hellobro9280
    @hellobro9280 Рік тому +10

    This guy is truly a genius, he is a full-time youtuber and owner of several businesses and at the same time he learned programming and achieved a good level. I have been learning coding for some time now and it's not actually easy at all.

  • @gregorio5543
    @gregorio5543 Місяць тому

    Great video! I remember a few years ago we spoke about how you used to know coding and your experience with it. Awesome to see you back at it with this productivity video on your experience

  • @MariaPerry-j2m
    @MariaPerry-j2m 10 місяців тому

    This is awesome, thank you! The point you made about 'fast feedback loops' is so critical. To add to this, something that I have really been digging into is 'test driven development' which leverages this fastest feedback first idea: effectively you write unit tests first, force them to fail, then write the code to make them pass. Not only do you get fast feedback, but people are more likely to trust your code if it has tests :)

  • @the_horror_fan
    @the_horror_fan Рік тому +6

    It is good to see you on youtube again. I have a BS in Computer Science and a Masters in Information Technology. I am glad you are talking about your journey and really want to see what you got to say. Welcome back.

  • @MG_Jad
    @MG_Jad Рік тому +6

    Super helpful and inspiring video. I recently started learning JS and was feeling frustrated with my progress, and you've highlighted the mistakes I've been making in my journey. I'm going to get back in to it now - thank you!

  • @Bilal_Rauf
    @Bilal_Rauf Рік тому +1

    Hate to see this video short on views, this is a gem!

  • @juanfelipegaravito5783
    @juanfelipegaravito5783 Місяць тому

    I use to follow this channel long time ago when I was studying medicine. Now that I began to study coding was really nice to find this video

  • @Blackdiamond929_
    @Blackdiamond929_ 3 місяці тому +2

    why are the comments so negative , when learning you have to start somewhere!

  • @nourmahmoud2078
    @nourmahmoud2078 Рік тому +2

    I can't believe you're back here again!!! I couldn't believe my eyes when I saw the notification, welcome back!

  • @jdhan3349
    @jdhan3349 6 місяців тому

    🎯 Key points for quick navigation:
    00:00 *Learn coding from scratch.*
    01:20 *Choose inspiring projects.*
    13:28 *Use ChatGPT wisely.*
    17:59 *Chat GPT limits*
    18:29 *Pipe Dream automation*
    19:24 *Notion audio workflow*
    35:57 *Version control crucial.*
    36:23 *Notion productivity system.*
    38:16 *Ultimate Brain benefits.*
    Made with HARPA AI

  • @Bertha-Bryant
    @Bertha-Bryant 10 місяців тому

    Super helpful and inspiring video. I recently started learning JS and was feeling frustrated with my progress, and you've highlighted the mistakes I've been making in my journey. I'm going to get back in to it now - thank you!

  • @cheriluzvillanueva
    @cheriluzvillanueva 7 місяців тому

    I am currently reviewing my Spanish and German this year. After I am done with it, I plan to continue my long passion for C# that I didn't get to pursue from many years back(my goal is learning and speaking up to 8 languages). Videos like this inspire me to be creative. Coding is on my list of skills to develop. Every year I always find 1 or 2 skills that I focus to perfect, so after Spanish I am going to perfect my C# God willing.

  • @thomas19994
    @thomas19994 Місяць тому

    Really didn’t expect to find something this good, thanks dude keep it up!

  • @dennystreet2454
    @dennystreet2454 Рік тому +1

    I opened this beautiful world of codes a couple of days ago and now I am fully addicted ❤

  • @kushtrimabdiu
    @kushtrimabdiu Рік тому +6

    As a programmer myself this guide is 100% effective and I would do exactly the same if I were to start again from zero

    • @D_24-vn8ro
      @D_24-vn8ro 11 місяців тому +1

      Ckemi shof qe je programer
      Po mundohem edhe une te behem
      Programer ku mund tja nis flm ??

    • @kushtrimabdiu
      @kushtrimabdiu 10 місяців тому

      @@D_24-vn8ro Fillo me HTML & CSS e pastaj me Javascript. Ka plot resurse free ne internet do shembuj i ke edhe te kjo videoja. Mbasi te kesh pak ide se cka esht programimi, fillo krijo projekte te thjeshta. Perdore ChatGPT te te ndihmoj per cdo pyetje. Copy paste kod ne chatGPT nese ke nevoj per sqarim se si funksjonon kodi. Fillo me proekte te thjeshta e gjith ideja esht qe te shkruajsh kod sa me teper, mos hup koh shum me tutoriale. ... Suksese

  • @nickaustin4368
    @nickaustin4368 10 місяців тому

    This is wonderful.

  • @MasouShizuka
    @MasouShizuka 3 місяці тому

    Another small way to add onto tutorial challenges is to extent it. Like the example, i.e for taking a for loop to a list and outputting everything but the third number, perhaps try a switch/if statement to check what number the sum of the numbers returned and print the number if it's above or below a threshold.

  • @djo_shorts6154
    @djo_shorts6154 Рік тому +4

    Really happy for you bro.. welcome back 🎉

  • @FauziFayyad
    @FauziFayyad 3 місяці тому +2

    thanks my man !

  • @zarakhan5170
    @zarakhan5170 8 місяців тому +1

    been following you since 2017 love your videos

  • @Hehe15066
    @Hehe15066 Рік тому +1

    im not into coding, im watching the video anyway because im glad you're posting again :) welcome back

  • @callmefred
    @callmefred 11 місяців тому +1

    Very nice presentation. You've packed A LOT of value in this video. I totally share your point re: the fact that you should learn programming with a personal passion project in mind. That's exactly what I did to ship my AI Jingle Maker. I'm older than you (I'm 49) and started coding when I was 48. And it's probably the best decision I've taken in a very long time. AI coding assistants have helped me a lot to transform my vision into a consumer product in a pretty short time frame (3 months to learn Python basics, then, after a few months of practice, less than a week to ship the MVP of the app).

  • @valenciawalker6498
    @valenciawalker6498 8 місяців тому +1

    Thank you for the beneficial advice.

  • @woodylucas
    @woodylucas 6 місяців тому

    Choosing JavaScript offers the flexibility for beginners to delve into either front-end or back-end programming without the complexity of mastering a new programming language for each. So great choice!

  • @irgendwer4577
    @irgendwer4577 Рік тому +1

    This is truthfully top notch and high quality Content.
    I thank you wholeheartedly.

  • @rickporier
    @rickporier 7 місяців тому +1

    This is gold. Thank you!

  • @ruloderp9162
    @ruloderp9162 Рік тому +3

    Been following since Listen Money Matters you are a great inspiration!

  • @SofiaBaezzato
    @SofiaBaezzato Рік тому +6

    That's so cool Thomas! I did the same this year 🤙 a wannabe fullstack web dev here 🚀 I hope I'll find a job soon!

  • @oz4549
    @oz4549 Рік тому +6

    Maybe not important but saying you picked JavaScript because notion's api is in JavaScript is kind of wrong but i understand what you mean. You can use any language with their api. What you are referring to is the sdk written in Javascript which is just a bunch of wrappers around the api such that you don't have to worry about url resources. Good job and i wish you all the best.

  • @ByteOfMichael
    @ByteOfMichael 11 місяців тому

    Hey Thomas! It was great to meet you at the Vidcon Creator Panel, and awesome video!

  • @thetahayaseen
    @thetahayaseen Рік тому +1

    I considered myself a good programmer whereas now you just helped me excel!

  • @algoseekee
    @algoseekee 8 місяців тому

    As a professional software engineer with 10+ yoe in web development, I can testify this is a must watch video for all beginners. Good luck, folk!

  • @mvemjsunp8
    @mvemjsunp8 Рік тому +5

    I literally just did a UA-cam search for “how to learn to code” and saw this video by Thomas frank from 35 minutes ago and thought “huh that’s weird” before checking my subscription feed and seeing that it wasn’t just an illusion. What wonderful timing

  • @SamFigueroa
    @SamFigueroa Рік тому +1

    28:53 I suggest you start looking into automated software tests, this will let you automate testing the individual components without having to constantly copy and paste things and manually check the result against your expectation.

    • @Thomasfrank
      @Thomasfrank  Рік тому

      That's a great suggestion. I've heard about stuff like unit testing, but haven't yet gotten into it!

  • @Zahraa-w3f9p
    @Zahraa-w3f9p Рік тому

    Thanks Tommy the app that you recommended in the previous videos was and is useful .

  • @alexanderaugust229
    @alexanderaugust229 Рік тому +4

    This video is really wonderful. I am currently struggling with builiding my own tools in Unity. Your use of chat GPT is really useful and I will implement it in my own workflow :)

  • @MahmoodHasand3
    @MahmoodHasand3 Рік тому

    Good to see you back @Thomas

  • @theapril21
    @theapril21 Рік тому +1

    I missed you Thomas Frank
    Glad to see you again

  • @lckillah
    @lckillah 10 місяців тому

    I have some experience in scripting using python and I was a sql engineer so mostly sql and database stuff. I want to really dig into programming this year and I think I am going to start with CS50. That notion voice notes is a great idea! I think I am going to build that as my first project. Thanks for the idea!

  • @trentdoesmath
    @trentdoesmath Рік тому +4

    This is awesome, thank you! The point you made about 'fast feedback loops' is so critical. To add to this, something that I have really been digging into is 'test driven development' which leverages this fastest feedback first idea: effectively you write unit tests first, force them to fail, then write the code to make them pass. Not only do you get fast feedback, but people are more likely to trust your code if it has tests :)

  • @makarand1985
    @makarand1985 10 місяців тому

    Wonderful Video !!! God bless you Brother !!!

  • @ElieBeth___
    @ElieBeth___ Рік тому +9

    Great to see you post videos again 👏
    As always, you provide clear and holistic advice. Couldn’t be more timely as I’d like to learn JavaScript for Notion and website 👌

  • @jizamurai
    @jizamurai 10 місяців тому +21

    Dude took almost a year to explain with this vid

  • @TusharKale9
    @TusharKale9 7 місяців тому

    This is very useful. Thank you for sharing

  • @Roach_draws_stuff
    @Roach_draws_stuff Рік тому

    Thank God ,you're still Uploading. I genuinely thought you left the channel and we will never see you again.

    • @Thomasfrank
      @Thomasfrank  Рік тому

      Upload frequency will be ramping up too. I've got a major project I want to do that will involve making a lot of videos :)

  • @mohdjibly6184
    @mohdjibly6184 Рік тому +1

    Great video...thanks for sharing Thomas :)

  • @jimmysan202
    @jimmysan202 Рік тому

    Glad to see you back

  • @fwdflashwebdesign
    @fwdflashwebdesign 11 місяців тому +1

    Great job!

  • @ierax29
    @ierax29 Рік тому +3

    MAH BOI IS BACK 🎉

  • @SurajNair-w5y
    @SurajNair-w5y 5 місяців тому

    This video is just brilliant. It's super helpful and explains exactly how to learn anything proficiently. THANK YOU SO MUCH !💪🏻💪🏻

  • @qwerty11111122
    @qwerty11111122 Рік тому +6

    30:32 I have a word document called "useful unix commands"
    The most common use for it is to remind me that making a soft link is "ln -s FILE LINK" because I always forget the order of link and file

  • @klone57
    @klone57 Рік тому

    Great job on this! Super useful

  • @kennethjoseph9309
    @kennethjoseph9309 Рік тому +1

    Nice seeing you again Thomas.

  • @31i453
    @31i453 7 місяців тому

    Subscribed your channel since 2012, and I listened all your podcast. 👍

  • @WylieBayes
    @WylieBayes Рік тому

    Where my powershell friends at, lol! You are so spot on with your advice. Love your journey man!

  • @rohitlearnscode
    @rohitlearnscode 7 місяців тому +1

    Please make more videos on how you use ChatGPT for coding, productivity, business, or for any other purpose.

  • @GETHIRED_ILENE_REIN
    @GETHIRED_ILENE_REIN Рік тому

    Absolutely amazing!

  • @jazzmoon77
    @jazzmoon77 6 місяців тому

    The voice notes problem is literally why i want to learn more coding now. I have an AI app that captures and transcribes, but no integration with any KM or task management tool.

  • @kevinhughes9801
    @kevinhughes9801 Рік тому

    Excellent video thank you for the breakdown

  • @Rayfano1002
    @Rayfano1002 Рік тому

    On a whole other note, Thomas is looking huge! 💪

  • @hv6411
    @hv6411 7 місяців тому

    Awesome info!

  • @CenterinChrist
    @CenterinChrist Рік тому

    thank you for your energy.

  • @blackcheetah4550
    @blackcheetah4550 11 місяців тому

    Wow, you can't maek bad videos, man, I just watched the first secret weapon and I can tell that your videos are incredibly awesome 💜

  • @GorillaDev417
    @GorillaDev417 6 місяців тому +19

    Great video but could lead to false hope. This is a great way to learn the simplest concept of programming yes - I’d say equivalent to being able to write your name but not being able to call yourself a writer.

  • @quaziz
    @quaziz 11 місяців тому +1

    Its experience that makes a good developer.

  • @Mcoder2023
    @Mcoder2023 11 місяців тому

    Your advice is really useful

  • @orueom7720
    @orueom7720 11 місяців тому +1

    please do a video on using chatGPT and optimum methods for constructing prompts!

  • @timcraig-s6v
    @timcraig-s6v 7 місяців тому

    Thank you for the great content, Thomas. How much time each day did you spend learning to program?

  • @paula_morelin
    @paula_morelin Рік тому

    Tom! You’re back! 😊

  • @MehdiHuseynzad
    @MehdiHuseynzad 6 місяців тому +1

    I started to learn code via CS50P (which teaches python). It may have not been the best decision, because for a beginner the problem sets are prettyyyy hard (any beginner who has done the CS50 course would know). And since I am so deep in it now, I can not go back, even if I wanted to. I want to get the certificates for my CV and I only have time to complete both the X and P course till the end of the year. I started the aciidentally on my phone in edX. Does anyone have any suggestons or tipps to make the problem sets easier an get it done quickly?

  • @Quball_Productions
    @Quball_Productions 11 місяців тому +1

    Thomas Frank is the guy from the Limitless TV series while on NZT

  • @Rayowag
    @Rayowag 11 місяців тому +1

    I'm laughing at all the long term programmers in the comments that are taking your thumbnail way too seriously. I might get into coding once I start my degree, probably gonna be Python or something else that can be combined well with the things I'm studying.

  • @Indian_swan
    @Indian_swan Рік тому +6

    I'm proud of you because you're smart.I want to be brainy too 😢

  • @amirulrostam5485
    @amirulrostam5485 Рік тому

    this guy is a better programmer than me and ive been coding for almost ten years

  • @NoobieKim
    @NoobieKim 4 місяці тому

    Couldn’t agree more! 👏👏

  • @spicyshizz2850
    @spicyshizz2850 6 місяців тому

    Thomas what’s your opinion about AI and the potential future? Are you optimistic? If this is truly going to impact the future as it seems to be, than the work we do now is ever so important in better influencing such trajectory in a good future spot. What do you think? Any ideas how one should treat the AI field and contribute to it? Safety research? AI medical research? Etc etc.

  • @khloeabrown
    @khloeabrown Рік тому +478

    Do you think there are too many programmers and coders in today's world? Should I be worried about job security if everyone is starting to code now?

    • @NoxNap
      @NoxNap Рік тому +155

      No.

    • @shreym03
      @shreym03 Рік тому +204

      To answer your first question: It depends on the field. I think Web and App development are getting a bit oversaturated but other fields are still opening their doors
      I don't think you need to worry about job security if you focus on more of the problem solving aspect of programming rather than writing and development. Also, if you can learn to master generative AI along with coding. It'll help you

    • @khloeabrown
      @khloeabrown Рік тому +31

      @@shreym03 Thank you, this really helps expand my horizon on the programming field. I love web dev so much but I agree that it's getting overdone and a lot more competitive than when I started out. I'll look into learning new things and really getting into the important stuff.

    • @NickSteffen
      @NickSteffen Рік тому +37

      ⁠@@shreym03 Uh, Web and app developers command a fairly large salary premium over other developers. They are still the most in demand roles....

    • @NickSteffen
      @NickSteffen Рік тому

      I think an important factor to whether there are enough programmers that tends to be ignored is how much work there is. There are quite literally millions of projects that never get done because developer time is too expensive and these projects take a lot of that time. One thing that helps is making developers more productive with new tools like better training, languages, IDEs and things like chatGPT. This decreases the amount of developer time required for projects and actually creates more work for developers as previously infeasible projects become feasible.
      You see this type of effect with almost all forms of automation. There's a reason why despite most IT people's efforts to automate their own jobs they never run out of work to do. You even go back hundreds of years and look at something as simple as making silverware. In the middle ages silverware had to be made via manual labor at a blacksmith for the wealthy or as heirlooms. Today it is done mostly by machine. Yet there are more people working in the silverware industry today than at any point in history. Why? Because they are so cheap that millions can buy it and now they need giant corporate structures and supply chains to do sales, logistics and buy minerals etc. Automation creates more work because it enables new customers to buy what they previously couldn't. There's obviously a limit to how far this can go, but software is nowhere close. When individual consumers can affordly pay developers to make custom software the way you might buy a tv or a fridge, then you might start see diminishing returns, but we are really not close to that.

  • @kareenar8749
    @kareenar8749 11 місяців тому +1

    Doesn't Code Runner do the same thing as the Play/Run button in VS Code?

  • @LearnAvecAmeen
    @LearnAvecAmeen Рік тому

    My friend, you have an excellent abstraction and explanation skill, all the best insh'Allah

  • @dave3k
    @dave3k 2 місяці тому

    What a great video, I’m starting kind of late (43). But I guess I have an advantage of sorts because I’ve been a UI/UX designer for 8 years and can build sites with HTML/CSS. I guess all need to learn now is JUST JavaScript 😂

  • @suzanadsuza4819
    @suzanadsuza4819 Рік тому

    Thank You ! I wanted to know this

  • @zach.intech
    @zach.intech 8 місяців тому +1

    Mapping is fun. I love how JavaScript triggers even experienced programmers lol 😅

  • @edmondasu9209
    @edmondasu9209 8 місяців тому

    Just got interested in learning how to code, please I need your guide.

  • @engineeringmadeasy
    @engineeringmadeasy Рік тому

    I'm very Jealous but in a Positive Way. 😂 . Going to watch second by second your video. Thanks for this video man. Much Needed.

  • @michaelfeeney6108
    @michaelfeeney6108 Рік тому +1

    This video came at the perfect time. I’ve been in tutorial hell.
    Do you have a particular laptop (or laptops) you’d recommend? Right now all I have is a chromebook, which isn’t great for this.

    • @Thomasfrank
      @Thomasfrank  Рік тому +3

      The only laptop I can really recommend is a MacBook Air or Pro - I’ve used a few Windows laptops in the last 8-10 years but all have had pretty poor battery life.
      That said, Dave2D is a good source for recommendations beyond Apple!
      For programming, I’d personally look for good battery life and a good screen. Most of my programming is not super intensive so it doesn’t need monstrous hardware.

    • @michaelfeeney6108
      @michaelfeeney6108 Рік тому +1

      @@Thomasfrank Thank you!