What Golang Projects Should I Build to Get a Job?

Поділитися
Вставка
  • Опубліковано 15 лип 2024
  • Do you want a job? Build something!
    If you are a beginner looking for a job in programming, then this video will be very useful in showing you some of the things to avoid and what type of projects that you should consider building if you haven't already. Building a portfolio of projects is the best way to learn and can make all the difference in getting a job or not, but what project is worth working on?
    In this video, I'll be exploring the 5 types of projects you should consider building and why they're good projects to work on. Why I believe these projects will make you stand out from the crowd and improve your chances of getting hired. Enjoy!
    Timestamps:
    0:00 Intro
    1:18 Project Type 1
    3:34 Project Type 2
    6:05 Project Type 3
    6:57 Project Type 4
    8:22 Project Type 5
    9:07 Conclusion
    --
    Golang Dojo is all about becoming Golang Ninjas together. You can expect all kinds of Golang tutorials, news, tips & tricks, and my daily struggles as a Golang developer. Make sure to subscribe if you look forward to such content!
    Get Your Golang Cheat Sheet! - golangdojo.com/cheatsheet
    Git repos & notes - golangdojo.com/resources
    Golang Basics - • Golang Basics - Instal...
    Golang Informative - • How much do Golang dev...
    --
    #golang #goprogramming #golangdojo
  • Наука та технологія

КОМЕНТАРІ • 38

  • @GolangDojo
    @GolangDojo  2 роки тому +3

    📝Get your *FREE Golang Cheat Sheet* -
    golangdojo.com/cheatsheet

  • @cindrmon
    @cindrmon 2 роки тому +61

    0:00 Intro
    1:18 1. RESTful APIs
    3:34 2. Microservices
    6:05 3. Build and Deployment
    6:57 More Beginner-Friendly Projects
    7:07 4. CLI Applications
    8:22 5. Frontend Applications
    9:07 Conclusion

  • @anilrajpal963
    @anilrajpal963 2 роки тому

    Loving it !!

  • @angstrom1058
    @angstrom1058 2 роки тому +21

    I'm an employer. This is good advice.

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

      was this advice good for backend developers in particular?

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

      @@adamrhea2339 Both. Speaking from our perspective, microservices (backend) and *web* front-end skills are good choices.

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

      @@angstrom1058 an API using node/python/ruby/golang or whatever and a modern JS framework powered frontend, standard full stack for a while, I mean that's hardly an "advice", just pretty generic and none of both have really ever been considered bad choices.

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

      @@heroe1486 "none of both have really ever been considered bad choices"... sorting through the double negatives, I'm glad you also agree it's good choice, regardless of how long or how common.

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

    I'm a TS backend developer but this is really helpful for even person like me.

  • @inigoarejula2147
    @inigoarejula2147 2 роки тому +8

    Good video however I would like to have sections so I could find easily each project

  • @danialjumagaliyev
    @danialjumagaliyev 2 роки тому +4

    Another cool beginner project could be building a social media bot, e.g for Telegram.

  • @anshkumargarhewal8582
    @anshkumargarhewal8582 2 роки тому +1

    Added Suggestion -> Api Using GraphQL

  • @user-sj3fp2xq2m
    @user-sj3fp2xq2m Рік тому

    That's a pristine Asian accent :D Good video, thanks

  • @catalinim4227
    @catalinim4227 2 роки тому +10

    well, I built a custom cms for an e-commerce business and when I showed it to the hiring managers... well they weren't impressed 😂, in fact they asked me why didn't I use a solution like wordpress or woo 🤦

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

      The problem of selling to a non-technical crowd lol

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

      Hiring managers tend to ask questions such as "how many years of experience do you have with dockers such as kubernetes?". They're laymen.

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

    How about GraphQL API with GO for portfolio? what do you think about that? :) I'm JavaScript developer learning GO and already know GraphQL

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

    What are the golang terminal gui libraries?

  • @it1860
    @it1860 2 роки тому

    +1 tips

  • @sqwert654
    @sqwert654 2 роки тому +2

    This is a very nice language, easy to read and learn. But in making a VR game in Unity atm. Wishing I could use it instead of C#

    • @danialjumagaliyev
      @danialjumagaliyev 2 роки тому

      If you're solving a problem that is easier to solve with Go, you can make an external call from C# to execute a Go function.

    • @sqwert654
      @sqwert654 2 роки тому +1

      @@danialjumagaliyev what I'm interested in is emergant gameplay. Where my zombies adapt and learn fron player actjons
      in past games. After each game the player actions would be analysed. The AI group mechanics would then change its behavior. Unity has ML agents I could train, but this might also be an interesting Go project.

    • @danialjumagaliyev
      @danialjumagaliyev 2 роки тому

      @@sqwert654 today I tried to run a go function in Unity C#, it worked :)

    • @sqwert654
      @sqwert654 2 роки тому

      @@danialjumagaliyev nice, will look do some research

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

      OOP is very important for the game industry no?

  • @ElonHusky
    @ElonHusky 2 роки тому +1

    You should develop a job site only for hire golang devs and give $10 credit to all the companies to post golang developer openings , And allow only you to send the resume, Then if lucky you wilk get the job

  • @arozendojr
    @arozendojr 2 роки тому +7

    About Go language, do you have any optimization books? I only know 2, always use pointers so the container doesn't explode RAM memory and in the signature, declare the return variable

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

      Why is declaring the return variables in the signature an optimization?

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

      @@meyegui In tests it is up to 16 times faster

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

      @@arozendojr thanks for the insight, I’ll have to investigate as to why that is, though, I’m curious

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

      Hi, do u have the ñames to the 2 golang optimisation Books? Thanks

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

    from which country are sir?

  • @chocoblan4288
    @chocoblan4288 2 роки тому +2

    first!

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

    Build your own blockchain

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

    promosm ☺️