5 Years Of Coding Advice In 5 Minutes

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 14

  • @misha130
    @misha130 2 месяца назад +2

    I don't know about you but I've been coding in my basement on c for the last 20 years. I've closed all the windows and shutters so it won't effect my screen brightness

    • @AndyTriesCoding
      @AndyTriesCoding  2 месяца назад

      Haha this is the dream for any introvert, I know because I am one! :D

  • @tommyt7672
    @tommyt7672 2 месяца назад +1

    Social life is necessary!!!!!! What is life if you are only working

    • @AndyTriesCoding
      @AndyTriesCoding  2 месяца назад

      Yes, as I noticed with most things in life, balance is very important.

  • @burm4npgoget707
    @burm4npgoget707 2 месяца назад

    Amen to that and mmm Angular... fancy one-liner!

    • @AndyTriesCoding
      @AndyTriesCoding  2 месяца назад +1

      Thank you so much! I didn't think people were paying attention to what I actually code as well. :))

  • @gorkemgozukara4538
    @gorkemgozukara4538 2 месяца назад

    Hello brother, I live in Turkey and I am a 3rd year student of computer engineering. My studies were disrupted due to the earthquake and I am developing the mobile section. If you have any advice you can give me, I would like to hear it.

    • @AndyTriesCoding
      @AndyTriesCoding  Месяц назад +1

      Try to learn on your own as much as you can. Interview questions from google as well as developing hands-on mobile projects. At the same time try to apply to as many internship/junior positions as possible.

  • @BruceWayne-d5n
    @BruceWayne-d5n 2 месяца назад

    Thanks Buddy.

  • @LucasFremmer
    @LucasFremmer 2 месяца назад

    How much AI do you think a new coder should use in solving problems vs writing it themself?

    • @anybody4802
      @anybody4802 2 месяца назад +3

      AI is just a tool like a calculator, use it, everybody does.

    • @AndyTriesCoding
      @AndyTriesCoding  2 месяца назад +3

      I started out in college with vanilla C and memory allocation, and even though it was much harder than python or putting chatGPT to do all my work for me, it allowed me to better grasp different coding concepts. So, it depends, but the more you write the code yourself and understand it, the more you will evolve.

    • @anybody4802
      @anybody4802 2 месяца назад

      @@AndyTriesCoding oh shoot, missed the "new coder" part of the original question :) Totally agree - when starting out try to do most of the things yourself, do not easily give up on tasks, it will allow you to gather deeper understanding. I would also suggest to use AI as a learning tool, that leads you in the right direction and answers questions that are not answered on Google. As you gain more experience and start working on real projects, AI will allow you to work faster.