How I Would Learn to Code from Zero in 2024

Поділитися
Вставка
  • Опубліковано 25 чер 2024
  • Join this channel to get access to perks:
    / @madebygps
    0:00 Introduction
    0:42 Step 1
    2:25 Step 2
    3:23 Step 3
    5:36 Step 4
    7:40 Step 5
    9:11 Step 6
    11:23 Conclusion
    Resources:
    - Cloud Diagrams: payhip.com/madebygps
    - Learn Linux Bash for Free aka.ms/bashforbeginners
    - Learn the Fundamentals of Cloud: learntocloud.guide
    - For note taking, I use Notion: affiliate.notion.so/madebygps
    - Donate: www.buymeacoffee.com/madebygps
    - Equipment I use www.madebygps.com/gear
    Socials:
    - GitHub: github.com/madebygps
    - Twitter: / madebygps
    - Tiktok: / madebygps
    - Instagram: / madebygps
    - LinkedIn: / madebygps
    - Discord: / discord
    If you're reading this, please leave a like and comment for the algorithm!
    #cloud #microsoft #azure #aws #gcp #tech #engineering
  • Наука та технологія

КОМЕНТАРІ • 18

  • @laminsesay8299
    @laminsesay8299 4 місяці тому +27

    This channel is very underrated.

  • @julschamp5330
    @julschamp5330 4 місяці тому +12

    i am leveraging chatgpt right now learning python and terraform. Saved me lots of time understanding concepts and syntaxes by asking chatgpt to explain a block of code instead of sifting through the documentation.

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

    The Book is on amazon and David Bombal has a video series with the author now as a companion to the reading. Great info as usual. Highly underrated YT channel here. Maybe one day you can do a video on git and/or setting up and using WSL?

  • @steve5nash
    @steve5nash 4 місяці тому +2

    Great content

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

    I don't know why but I never thought to use Copilot the way you showed how in this video. I'm definitely going to re-think my workflow when I'm going through and learning new coding concepts. So simple but impactful.

  • @Weirlive
    @Weirlive 4 місяці тому +3

    Great content! AI is going to be huge on my journey.

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

    Thanks Gwen 🥰

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

    Nice video. Just curious- what theme are you using in your VS code?😊

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

    Great video.

  • @user-kn4ph5si2x
    @user-kn4ph5si2x 4 місяці тому

    I have a question, what is the name of vs code theme you are using?
    Also Thank you for always making great videos.

  • @samjones4327
    @samjones4327 4 місяці тому +2

    Hey what's up GPS! Once again thanks for a great and educational video! This is the info that I need at this point in my cloud journey. I'm kinda lost as to what I wanna concentrate on but you have made it easier to see with all of the examples you've provided and all of the tools I can leverage to learn and be successful! Huge thanks! As usual, be well, dope and safe and I appreciate all that you do for us! Peace

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

    which extension u are using in .md vscode?

  • @davt8355
    @davt8355 4 місяці тому +4

    Just don't use AI for PowerShell codes, it is not good...

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

      Depends on what you are trying to achieve. If it's a simple script, it's more than enough to get things done. However, some people love to over engineer stuff and build almost an entire .NET application through it in the name of automation. Using ChatGPT and approaching the problem in the form of an app is just wrong.

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

      @@hottroddinn Simple example, I wanted to write a script to get the last login details for VPN users from AD and OKTA and Copilot and Chatgpt both were providing BS and misleading information.