Go in 100 Seconds

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • Learn the basics of the Go Programming Language. Go (not Golang) was developed at Google as a modern version of C for high-performance server-side applications. fireship.io/le...
    #programming #go #100SecondsOfCode
    🔗 Resources
    Go in 100 Lines fireship.io/le...
    Go Docs golang.org/doc/
    🔥 Get More Content - Upgrade to PRO
    Upgrade to Fireship PRO at fireship.io/pro
    Use code lORhwXd2 for 25% off your first payment.
    🎨 My Editor Settings
    Atom One Dark
    vscode-icons
    Fira Code Font
    🔖 Topics Covered
    History of Go Development
    Programming Languages Invented by Ken Thompson
    Statically-typed Complied Languages
    Go Modules
  • Наука та технологія

КОМЕНТАРІ • 1,1 тис.

  • @Fuzkin
    @Fuzkin 3 роки тому +7109

    You are the reason all employers think full stack is literally every language and framework.

    • @MagnusBorregaard
      @MagnusBorregaard 3 роки тому +575

      The reason for my impostor syndrome, but also the cure

    • @akshy471
      @akshy471 3 роки тому +194

      What?! Full stack is not all languages?

    • @Fuzkin
      @Fuzkin 3 роки тому +293

      @@akshy471 all langs + assembler

    • @ipodtouch470
      @ipodtouch470 3 роки тому +684

      @@Fuzkin if you can't get a website running in assembly language can you really call yourself a web dev?

    • @Wanok8000
      @Wanok8000 3 роки тому +56

      @@ipodtouch470 big true right here

  • @U.Inferno
    @U.Inferno 2 роки тому +596

    Go was the language of choice for my distributed class and the way it carried me through the hardest assignments I ever tackled in my degree has sowed a deep seed of appreciation in me. My professor called it a fusion of C and Python, and it takes a lot of the better elements of both.

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

      Except that neither of those languages are what you would consider well designed.

    • @jermainneespinoza2266
      @jermainneespinoza2266 11 місяців тому +42

      ​@@zhamed9587what would you consider I well designed language?

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

      @@jermainneespinoza2266 There is no perfect language. I would personally take Java for most use cases. It has come a very long way. It now has records, pattern matching, switch expressions, virtual threads, and string templates. Not to mention an excellent runtime that is the JVM, and an excellent ecosystem. C# is nice, but it seems to have a everything-including-the-kitchen-sink approach to design, and it has too many features.

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

      @@zhamed9587poorly designed ,and well liked by its users and widely used? Sounds fairly well designed to me

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

      ​@@jermainneespinoza2266Go, Rust.

  • @umerfarooq8618
    @umerfarooq8618 3 роки тому +1359

    Whatever I think this guy does that. Incredibleee

    • @TheShubham67
      @TheShubham67 3 роки тому +4

      Same here

    • @tobias3581
      @tobias3581 3 роки тому +3

      EXACTLY what I was thinking 😅

    • @ErmandDurro
      @ErmandDurro 3 роки тому +3

      Haha same thing here. I was thinking yesterday that maybe it's about time that I should check Go as well and here it's a 100 sec video 😁

    • @multiarray2320
      @multiarray2320 3 роки тому +1

      tell me what you are thinking right now so i know what he uploads next :)

    • @Jhrickgamer
      @Jhrickgamer 3 роки тому

      I was watching some GO videos yesterday. This dude for real cam read my mind

  • @FabulousFadz
    @FabulousFadz Рік тому +129

    I came back to say "Thanks!" I first came across this video at the end of May 2022. I've been working with C# since 2003. I had been thinking of picking up a new language and the weekend that I decided to start learning Rust I came across this video and saw golang for the first time. And I loved it. I started playing around with it on weekends but since November 2022, aside from about 50 lines of C# code, all my code until now has been in Go. This video format was enough to highlight all the important bits and get me hooked on the language. I did take a look at rust just in case, but it's not for me. I have now added Golang to the languages I'm comfortable working with going forward.

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

      Great to hear that Go's doing great for you but it's unfortunate that you're missing out on Rust. Did you try following the Rust book?

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

      @@raianmr2843 i wanna learn rust any advice on how to get started?

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

      ​@@vishalvivekm the official book is just amazing

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

      @@unknownguywholovespizza can you name it please

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

      Did you ever find the name of it? I think I know which one it is by NoStarchPress but I'm not sure if that's what @thecoolnewsguy meant ​@@vishalvivekm

  • @killermonkey1392
    @killermonkey1392 3 роки тому +1731

    As much as I admire Ken Thompson, C was largely Dennis Ritchie's achievement.

    • @uknow0052
      @uknow0052 3 роки тому +80

      Was looking for that comment

    • @PrimalCoder
      @PrimalCoder 3 роки тому +133

      Indeed. Ken Thomson initiated Unix.

    • @ioneocla6577
      @ioneocla6577 2 роки тому +148

      But ken Thompson created the B language which is the C's grandfather

    • @张飞飞-s6v
      @张飞飞-s6v 2 роки тому +33

      They are all great

    • @peterst6906
      @peterst6906 2 роки тому +62

      @@ioneocla6577 Sure, but that is already acknowledged in the video. It didn't have to take the step of saying that Ken also created C. He did have a lot to do with it, but the bulk of the work (and where the credit generally lies) was Dennis Ritchie.

  • @lucio8794
    @lucio8794 3 роки тому +1401

    A series about programming languages could be fun! What's up with Rust? Why is Haskell so different? Is PHP still a valid choice? I have lots of questions that could be answered with a very basic overview of certain languages.
    Also, great video as usual

    • @andresramos7965
      @andresramos7965 3 роки тому +66

      If the record of this UA-cam channel speaks for himself, he is already planning all of that videos, the question is: In what order they will arrive?

    • @jondoe6608
      @jondoe6608 3 роки тому +85

      PHP is 100% a valid choice

    • @WouterStudioHD
      @WouterStudioHD 3 роки тому +34

      Rust is great

    • @ianfarre314
      @ianfarre314 3 роки тому +35

      @@jondoe6608 Only with laravel on top tho, powerful tool.

    • @pirateKaiser
      @pirateKaiser 3 роки тому +58

      Using php at work right now. Don’t! Trust me.

  • @fgsaldanha
    @fgsaldanha 3 роки тому +10

    2:20 Nice touch with the double ampersand: if you like, you are required to subscribe!

  • @albertsun3393
    @albertsun3393 3 роки тому +156

    One of my favorite parts of using Go was the ease of concurrency - channels and waitgroups (kinda semaphores?) are built-into the language, and concurrency is as simple as appending "go" before a function call. No need to wrangle with threads (plus memory managment as well) or async/await or anything like that!

    • @elderofzion
      @elderofzion 3 роки тому +11

      but since it's so easy people use it so much in complex patterns and you end up in a nightmare again

    • @ThaJay
      @ThaJay 3 роки тому +32

      @@elderofzion That level of nightmare only became possible because another layer of complexity got abstracted. This new nightmare layer will get abstracted away in the future after it matures.

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

      late to this thread, but take a look at Elixir (or Erlang if you have time on your hands).

  • @gungun974
    @gungun974 3 роки тому +748

    Next: Rust in 100 Seconds, the Go nemesis.

    • @mehedirifat9072
      @mehedirifat9072 3 роки тому +161

      I used to code in Go, I also used to think that Rust is Go's nemesis, but after switching to Rust, now i realize that idea was totally wrong.
      Rust is way more powerful then Go.
      if i have to compare, i would compare Rust to C++ & Go to Java.

    • @jondoe6608
      @jondoe6608 3 роки тому +10

      I use to use a lot of go, iv tried rust but it did not work out of me. Personally iv been using D and I have been very happy with it. I feel it’s a shame that no one talks about it.

    • @bunny_the_lifeguard9789
      @bunny_the_lifeguard9789 3 роки тому +182

      I used to be an adventurer like you. But then I took an arrow function to the knee.

    • @B6Videos
      @B6Videos 3 роки тому +3

      @@bunny_the_lifeguard9789 LOL

    • @Youkakun
      @Youkakun 3 роки тому +28

      @WolframaticAlpha Your definition of fun may be productivity, but Rust has qualities which are more fun to other people, f.e. safety & performance.

  • @Ollinho12
    @Ollinho12 3 роки тому +38

    Go is great. I mainly use it for automating tasks, and I'm starting to use it as a replacement for node for my web servers.

    • @codeyverse2047
      @codeyverse2047 2 роки тому +16

      Great.... That you did not use python for automation but golang.... It is awesome... 😀

  • @_____case
    @_____case 3 роки тому +80

    Goroutines are based on the 1978 "Communicating Sequential Processes" paper by Tony Hoare.
    We stand on the shoulders of giants.

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

      He should've spent more time talking about this. After all, Go is first and foremost a concurrent language.

  • @ShadowVipers
    @ShadowVipers 3 роки тому +424

    Ok I'm officially convinced that Fireship is a psychic... I seriously just started learning Go yesterday.

    • @melvar1309
      @melvar1309 3 роки тому +7

      Same! I literally have another tab with getting started wiki when this video dropped

    • @MrHjacky
      @MrHjacky 3 роки тому +26

      Numerous people start doing something everyday

    • @GamingMad101
      @GamingMad101 3 роки тому +5

      it depends, if the next video is about authentication that it'll start getting weird

    • @OggerFN
      @OggerFN 3 роки тому

      stop now

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

      He has like a Million subs, and he picks up very famous technologies ... may learn probability before coding, might help!

  • @Christopher-ew7jw
    @Christopher-ew7jw 3 роки тому +68

    You should make an API in Rust and in Go and compare your experience between the two. Also, you should make a video about deploying a fullstack application and specifically what point of the deployment process you would need to implement horizontal or vertical scaling. Deployment is still a black box to me since I mostly use tools like Netlify, Firebase, Supabase, etc.

    • @Christopher-ew7jw
      @Christopher-ew7jw 3 роки тому +5

      Also you should make a video about building an app with Next and Supabase. Those tools fit really nicely into your catalog of videos. That being said, I'm already pretty confident with the stack so I'd rather see content about things I'm not confident in😂

  • @socketbyte5348
    @socketbyte5348 3 роки тому +278

    The best thing about Go is that you keep the performance of native executables, but with GC and great package ecosystem.

    • @phat80
      @phat80 3 роки тому +38

      What? ))) Go can’t offer you performance of C or Rust. Go isn’t about performance. It’s about simplicity, concurrency and compilation speed.

    • @socketbyte5348
      @socketbyte5348 3 роки тому +98

      @@phat80 Did I even mention Rust or C? It is still much faster than any interpreted language out there. I didn't say it is the fastest.

    • @cloudfox1908
      @cloudfox1908 3 роки тому +22

      @@phat80 Go can definitely offer you performance with more ease than other compiled languages, especially when coming from interpreted languages

    • @MrChickenpoulet
      @MrChickenpoulet 3 роки тому +21

      @@phat80 huh your comment is weirdly worded, of course go cant be as fast as C. but you like it or not, it is fast, isnt it :D ?

    • @ipalf95
      @ipalf95 3 роки тому +94

      People be like: bUt aSsEmBlY iS fAsTeR

  • @nicolaus8622
    @nicolaus8622 3 роки тому +540

    It is starting to become genuinely frightening that no matter what technology I discover or would like get into, it takes about 2-3 days until I receive a UA-cam recommendation of a new Fireship video about that specific topic.
    Seriously, no matter how often I think "that's it. fireship can't do even better." he simply does and that's why you are the #1 learning platform when it comes to software engineering to me!

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

      cringe...

    • @mhmd_old7
      @mhmd_old7 2 роки тому +16

      @@IncomingLegend not really...

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

      Try Godot/Unreal Engine, He made one for Unity but not these two.

    • @Dev-Siri
      @Dev-Siri Рік тому +1

      @@ouo5634 after 11 months, and he covered these 2 as well.

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

    Ken Thompson has only created the B programming language, which was a stripped-down version of BCPL. Dennis Ritchie then developed the C programming language, which evolved from B. Later, Brian Kernighan and Dennis Ritchie together wrote the book "The C Programming Language," which set the K&R standard for C.

  • @neoTriny
    @neoTriny 3 роки тому +4

    The quality is getting better day by day
    thank you!!!

  • @alexveeuk
    @alexveeuk 3 роки тому +37

    It’s literally my favourite coding language. Don’t get me wrong python is my second but it’s fast, it’s easy and you can compile to an executable! I don’t need a VM and I don’t need a browser. Also I don’t need to put my stuff in the main folder anymore I can just use go mod init and run the files from Anywhere

    • @NathanielBabalola
      @NathanielBabalola 3 роки тому +1

      Hi, can you point me to a resource to learn Go

    • @nickchan484
      @nickchan484 3 роки тому +4

      @@NathanielBabalola official tutorial Go Tour is a great way to start

    • @BakrAli10
      @BakrAli10 3 роки тому

      Does compiling to executable mean it is primarily used for Windows applications?
      I'm relatively new to programming and trying to find the best language to learn to make apps for different operating systems.

    • @alexveeuk
      @alexveeuk 3 роки тому +1

      @@NathanielBabalola I’d say travers media has a good short video that I started with. There are tons leading in all sorts of directions depends on whether you want to learn fundamentals are if you have an objective?

    • @alexveeuk
      @alexveeuk 3 роки тому +1

      @@BakrAli10 the compile to an executable doesn’t mean it’s for windows it compiles to an execute able for windows/Mac/Linux It’s relatively OS agnostic. I’d say in terms of apps it’s not got any native GUI libraries to my knowledge. This is why a package manager built into it is so useful the community has a few options. Honestly go satisfies my use case for replacing python when I need speed and multiple threads. My advice is when your learning set a goal of what you want to achieve and then if you want to learn a language try to build it with the language of choice

  • @ark5458
    @ark5458 3 роки тому +42

    ok its about time you made the `rust` now

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

    This channel is my GO to channel for all things tech.

  • @crait
    @crait 2 роки тому +18

    You didn't even mention multiple return values in functions. :'(

  • @cjl2553
    @cjl2553 3 роки тому +7

    You literally have the best channel on UA-cam.

  • @kevinshah_tv
    @kevinshah_tv 3 роки тому +105

    Why did the beyond 100 seconds series stop? As someone wanting to learn go, I would have seen entire course around it narrated by you.

    • @Oliver_Saer
      @Oliver_Saer 3 роки тому +43

      He wants you to go to his website and buy the full course. Man's gotta make his bread somehow, and UA-cam AdSense really doesn't cut it these days.

    • @naveenk2k
      @naveenk2k 3 роки тому +7

      Check out the Go in Action book. It's a solid read.

    • @Dujhxoqksgwowneb
      @Dujhxoqksgwowneb 3 роки тому

      Academind has a very good and cheap go course, it was very useful for learning the basics and getting a feel of the language

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

      Its literally a link in the description to the video.

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

      Not really much of a miss, considering the guy thinks C is a functional programming language.

  • @evan_game_dev
    @evan_game_dev 2 роки тому +39

    This looks like a kids programming language from the surface, but the level of simplicity and complexity built into one language is truly astounding

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

      Good lol because I have the brain of a child and I'm trying to learn it

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

      I love simplicity. Most programming languages have a feature overload problem

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

      Python is an actual kids programming language

  • @thegittubaba
    @thegittubaba 3 роки тому +22

    Should've focused more on goroutines and its excellent scheduler. "You can simply put 'go' in front of a function to make it a goroutine and spawn hundreds or thousands of goroutines and let go's excellent scheduler handle it efficiently without any sweat".

    • @deefdragon
      @deefdragon 3 роки тому +8

      Indeed. While the type inference is cool, I would have preferred he go more in depth to the go-routines, channels, and interface system as that is where go shines IMO. but he was already at 150 seconds so I get what he picked.

    • @nivaldolemos5280
      @nivaldolemos5280 3 роки тому +15

      He doesn't know Go as he doesn't know most shit he talks about. He made a quick research for this video and the animations took the most time.

    • @thegittubaba
      @thegittubaba 3 роки тому +10

      I mean without few lines said about goroutine, channels etc.. how would people understand what's different in go than c/c++ etc..? What makes it unique? Why rob pike and ken thompson gang set out to make a new language?
      Talking about those unique go things should've been given more priority than showing how to declare a variable. Come on, everyone already knows how to type "var".

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

      bhai ki deshi manush naki

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

      @@raianmr2843 yes

  • @atlasdev
    @atlasdev 3 роки тому +88

    Interesting timing with Twitch's code being leaked... XD

    • @lqx7
      @lqx7 3 роки тому +17

      Most of it was in go too

    • @atlasdev
      @atlasdev 3 роки тому +5

      @@lqx7 Exactly xD

    • @stijndcl
      @stijndcl 3 роки тому +46

      @@lqx7 it's almost like that's what he meant with his comment

    • @lqx7
      @lqx7 3 роки тому +5

      @@stijndcl I failed to get notion earlier yeah

  • @AdonysM
    @AdonysM 3 роки тому +68

    Now u can create a video about gRPC vs REST vs Graphql APIS, that could be cool

    • @marflage
      @marflage 3 роки тому +3

      I so need this

  • @kevinxin1545
    @kevinxin1545 3 роки тому +71

    I don't know if you'll see this comment but thank you for making such amazing and concise videos. You are very inspiring. There are two people that I really look up to on youtube, one is Grant from 3Blue1Brown, and you sir. Your video creation process video helped me a lot in assembling my own ideas and creating new things. Thank you again!

  • @fredrickdenga7552
    @fredrickdenga7552 3 роки тому +5

    This is an extremely helpful overview for future gophers

  • @mag_sg4011
    @mag_sg4011 3 роки тому +9

    Rust in 100 seconds
    * borrow checker holding your family hostage *

  • @russ2001master
    @russ2001master 3 роки тому +17

    Your timing is insane, I started learning Go after applying to Hashicorp as an intern right after seeing your Terraform video. Would love to see a haskell video next!

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

    Fireship is that kind of youtubers that you don't have to watch theirs entire video, you know youll like it

  • @josy7
    @josy7 3 роки тому +25

    I'm absolutely in love with Go. I find its syntax very elegant. Thanks for the share !

  • @dpm-07
    @dpm-07 3 роки тому +2

    The most awaited video so Far Thank you, @Fireship
    Also, Please Upload Video on the GoLang in the Field of Web or Server (more than 100s).

  • @ancientstraits9288
    @ancientstraits9288 3 роки тому +6

    As a C programmer, I like Go because you can do things procedurally like in C, and it gets in your way much less, do you do not even realize the difference (except that 'int x' in c would be 'x int' in go). Somehow, I get this feeling much more with Go than with C++.

    • @raianmr2843
      @raianmr2843 2 роки тому +6

      C++ is a weird case. Basically 9 out of 10 times these new languages were created + are as good as they are because C++ tried to do something that didn't age well. It's like C++ is contributing to programming language design, by being poorly designed.

  • @iamrosaan
    @iamrosaan 3 роки тому +113

    Next: Elixir in 100 Seconds

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

      Why not erlang

    • @prowhiskey2678
      @prowhiskey2678 3 роки тому +6

      @@BIBIJINO elixir is basically Erlang with in my opinion easier syntax and tools. Also I find it easier to call Erlang code with Elixer than the other way around.

  • @anoushk
    @anoushk 3 роки тому +17

    This channel is seriously gold, I have an serious attention issue where I can’t focus on long articles and 10 minute videos, these 100 second videos really help me get introduced to the tech without losing focus thanks Jeff

  • @benfrost5317
    @benfrost5317 3 роки тому +1

    I love these 100 seconds videos! No crap, just information

  • @shauryaverma8780
    @shauryaverma8780 3 роки тому +5

    Just commenting to let people know that this guys is great ❤️❤️❤️❤️

  • @danielzaiser
    @danielzaiser 3 роки тому +3

    nice, just wrote my first go program, something to add to my resume ;)

  • @veeresh4441
    @veeresh4441 3 роки тому +3

    he is the guy every job description expects in their skills section

  • @johnsmith-ro2tw
    @johnsmith-ro2tw 2 роки тому +1

    Yay ! Now I can add Go in the skills section of my resume.

  • @EchoVids2u
    @EchoVids2u 3 роки тому +7

    Compiled vs Interpreted Languages 100 seconds would be awesome!

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

      Wasn't that obvious enough already?

    • @EchoVids2u
      @EchoVids2u 3 роки тому +1

      @@aldi_nh Uh No, there is a lot more to be said about the compilation or the interpretation process. linking, bytecode, machine code, lexing, parcing, object files, class files, pyc files / __pychache__, depending on what language, virtual machines, run time vs compile time.

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

    The Go Logo is iconic.

  • @Skazio
    @Skazio 3 роки тому +7

    Rust is at the top of your graph @ 0:08 now you need to do Rust in 100 seconds 🙈

  • @hououinkyouma5372
    @hououinkyouma5372 3 роки тому +3

    Finally a 100 seconds on my favorite language! Great content as usual :)

  • @wlgrd7052
    @wlgrd7052 3 роки тому +8

    Please expand on this video! Amazing how you compress such informative content into just 100 seconds 💪

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

    You note that a UA-camr listen to his community, when every video he makes is a video about something you wanted to hear about

  • @Jono997
    @Jono997 3 роки тому +21

    I think this is the 100s video that has piqued my interest the most out of everything you've done. I'm much more focussed on and familiar with desktop development and Go sounds like it could be an awesome alternative to the languages I usually use... Or would if there was native gui library support, but maybe one day. In the meantime I'm sure a third party library will get the job done.

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

    Your amazing video has successfully summarized the basic things we should know about Go.

  • @user-tz9kn1nu3u
    @user-tz9kn1nu3u 3 роки тому +29

    Would love to see Rust

  • @rajkumararora7366
    @rajkumararora7366 8 днів тому

    Very well summarized. Great work. Yes more videos like this are needed!

  • @lucavenir5308
    @lucavenir5308 3 роки тому +21

    This is great, but "concurrency" and "parallelism" (as you've described in the last sentence) are NOT the same thing.

    • @loureddd
      @loureddd 3 роки тому

      Hi, do you have a link to a video or a website which explains that ?

    • @MichaelHV
      @MichaelHV 3 роки тому +13

      @@loureddd Concurrency means multiple tasks which start, run, and complete in overlapping time periods, in no specific order. Parallelism is when multiple tasks OR several parts of a unique task literally run at the same time, e.g. on a multi-core processor. Remember that concurrency and parallelism are NOT the same things.

    • @Andrew4d
      @Andrew4d 3 роки тому +1

      @@MichaelHV so you could say the event loop in nodeJs is an example of concurrency but not parallelism?

    • @seerlite5256
      @seerlite5256 3 роки тому

      @@Andrew4d Not really (I think). There is a well defined loop there. When concurrency is talked about it's mostly meant when the language itself decides to stop at certain parts and switch to others to save time.
      Or maybe I'm confusing concurrency with asynchronous programming... Always viewed them as the same thing

  • @jonathanliang4275
    @jonathanliang4275 3 роки тому +1

    I get inspired whenever you make new videos from something different each time

  • @funkykong9001
    @funkykong9001 3 роки тому +7

    Do Kotlin and Kotlin Native next please!

  • @georgios_georgiou
    @georgios_georgiou 3 роки тому +1

    Man you got me hooked in learning it in under 100 seconds!!!

  • @SanchitSnehashish
    @SanchitSnehashish 3 роки тому +5

    Go beyond 100 seconds. That's a video I wanna see
    Also for Rust. Heard a lot about it.

    • @shravanasati9631
      @shravanasati9631 3 роки тому +1

      Yeah maybe building a rest api with the go stdlib?

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

    What a video, again, and again. Amazing man. Thanks and I wish you will keep doing more.

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

    While I'm one of the most ardent advocates of short, targeted videos on UA-cam, I'm also against pushing too hard to shorten things. A video that conveys all the beauties of Go in a very short time should not necessarily be packed in 100 seconds. For example, what if it was 10 minutes? A 10 minute video that touches on all the key components of Go would be much better. Incomplete introduction is not laudable brevity. Being short doesn't necessarily mean 1-2 minutes. A laudable brevity would be to explain in 20 seconds what others cannot explain in 20 minutes. But while it can be a great success to tell something that others can say in 5-10 hours in 10-15 minutes, it may be meaningless to squeeze it into 100 seconds. Despite everything, as someone who just started learning Go yesterday, I became aware of the existence of the go build command and realized how much it simplifies the compilation. Thanks.

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

      nobody asked

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

    Amazing, you disrupting my learning path with such 🎯 videos. Keep doing what you do great!

  • @amrelmohamady
    @amrelmohamady 3 роки тому +25

    Waiting to see algorithms and data structure courses taught in Go

    • @marcello4258
      @marcello4258 3 роки тому +5

      you learn algorithms and data structures in general, not in a particular language.

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

      @@marcello4258 True, but the course is being taught by a language afterall

    • @desihaxor5690
      @desihaxor5690 3 роки тому +1

      @@amrelmohamady you can teach DS, Algo with only english as well

    • @marcello4258
      @marcello4258 3 роки тому +3

      @@amrelmohamady ah I see.. I missunderstood your post.. Enjoy pal!

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

    Thanks 👍. I have been waiting for this long time ago.

  • @alooooooola
    @alooooooola 3 роки тому +10

    "ultilize cpu cores" is not concurrency =(

    • @sb-jo2ch
      @sb-jo2ch 3 роки тому

      Why not?

    • @jessenutt7891
      @jessenutt7891 3 роки тому +3

      @@sb-jo2ch Concurrency != Parallelism. Goroutines follow a M:N pattern where M is the amount of threads (CPU cores), and N is the amount of processes running on each thread. So quan is correct in saying that it's not concurrency, it's parallelism, because multiple threads are involved, but go does both at the same time at the direction of the Go runtime.

  • @shateq
    @shateq 3 роки тому +1

    I was waiting for this for loong. Worth it!

  • @DannyBPlays
    @DannyBPlays 3 роки тому +13

    I think it'd be cool of you had a series of "classic" coding languages "in 60/90/100 seconds" like fortran, pascal, and other much older languages that are either not used anymore or less often but to explain their purpose and the areas that they were helpful in

  • @HazemTamimi
    @HazemTamimi 3 роки тому

    You are one of the main reasons I open UA-cam multiple times a day.

  • @hidayathidayat4469
    @hidayathidayat4469 3 роки тому +4

    rust in 100 minutes

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

    Very short but more helpful than long video tutorials. Good luck!

  • @legoenforcer7734
    @legoenforcer7734 2 роки тому +6

    Great video as always mate, def seems a language to learn especially for the corposphere in the coming decades. Seems intriguing to me for the speedy compile, and server side usages, thanks for the information! Your videos are always a great place for me to start finding out a topic!

  • @cyril7104
    @cyril7104 3 роки тому +1

    This should be an official presentation of GO :) Wanna try

  • @usmanmir5663
    @usmanmir5663 3 роки тому +6

    Rust in 100 seconds!

  • @pss_crs
    @pss_crs 3 роки тому +1

    Fireship Go 🔥 please keep it

  • @GumowyKaczor17
    @GumowyKaczor17 3 роки тому +3

    I love your channel Jeff.
    Your work is incredible, keep it up!

  • @shady4tv
    @shady4tv 3 роки тому +1

    Ken Thompson didn't create C - Dennis Ritchie did. Ken Thompson was developing Multics in an early project for Bell Labs and some other companies using the BCPL language which he used to design the B programming language. The Project ended up being a flop so he worked with Dennis Ritchie to write a slimmed down version of Multics called Unics (Later changed to Unix). Using the C programming Language at it's core; Unix was a system designed to write C more effectively. In turn, C was very portable so Unix made it's way into the hands of some large organizations and the rest is history.

  • @ahmadmuwaffaq9957
    @ahmadmuwaffaq9957 3 роки тому +4

    can't wait for rust

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

    Go is such a beautiful language!

  • @ToddsDiscGolf
    @ToddsDiscGolf 3 роки тому +9

    I took a semester of Go, Python, HTML and CSS…now I’m studying full stack development on codecademy and diving into JavaScript. I feel like Go and Python were both simpler than JavaScript

    • @boots3372
      @boots3372 2 роки тому +11

      Go and Python ARE both simpler than JavaScript.

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

      Both are better for the backend too.

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

      Python >= JavaScript > Go
      I don't understand pointers :(

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

      ​@@aeggeska1skill issue

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

    Short assignment is such an amazing little feature.

  • @laurencetrippen6804
    @laurencetrippen6804 3 роки тому +8

    Great video! A Rust video would be awesome!

  • @watchocho2660
    @watchocho2660 3 роки тому

    aaah!! finally. THANKS....... We need a full course on this one Jeff.... Please. I'll buy lifetime subscription of FireShip just for this.

  • @itsdazing1279
    @itsdazing1279 3 роки тому +4

    Rust in 100 seconds🦀

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

    I think you should have explicitly mentioned channels. It's a fundamental part of Go not seen anywhere else.

  • @_modiX
    @_modiX 3 роки тому +11

    Would be nice to include that GO has a GC, instead of C, C++ or Rust.

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

      you mean "unlike C, C++ or Rust."

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

      @@raianmr2843 you're right, English is not my primary language, so mistakes can happen. :)

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

      @@_modiX it's not mine either, that why i replied

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

      Cause C++ and Rust doesn't need a GC, and C still haven't figured out how to deal with resource management... despite being roughly 50 years old.

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

    Yep, Ken Thompson -> B language the predecessor of C, Unix, Plan 9, ed (Ed Is The Standard Text Editor :) ), UTF-8, Go (lang)

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

    I'd like to see something like the pros/cons/main uses of the most popular/most used languages today.

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

    nit: you can still perform pointer arithmetic in Go by using the package "unsafe" - Pretty solid overview though :)

  • @al-afiqyeong4342
    @al-afiqyeong4342 3 роки тому +6

    Running on multiple cores != concurrency. That's parallelism.

    • @____-gy5mq
      @____-gy5mq 3 роки тому

      running on multiple threads = running on multiple threads != parallelism
      running on multiple threads is different from concurrency
      concurrency is different from parallelism
      parallelism is different from running on multiple threads
      all of them are different from asynchronous execution
      asynchronous execution is different non blocking execution
      non blocking execution is different from all the above

    • @Megalcristo2
      @Megalcristo2 3 роки тому

      I would say concurrency is a superset of parallelism, but is true that that statement is misleading

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

    I tried Go to build backend service, and it actually is easy to learn

  • @thishandleistaken
    @thishandleistaken 3 роки тому +4

    Could you provide the source for your first graph where you compare the programming languages to each other? Thanks!

  • @bhatsachin
    @bhatsachin 3 роки тому

    My GO to channel for new tech that i come across

  • @parthg199
    @parthg199 3 роки тому +4

    Simply wow, this guy creates interest in learning about technology more than anyone else

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

    This is a language on my on my to potentially learn list, that I first came across due to the Hugo CMS!

  • @energyman100
    @energyman100 3 роки тому +6

    I think it should be mentioned that Discord recently switched from Go to Rust because of issues with the garbage collector :) and also they said their codebase got way smaller because Go is very verbose and needs some workarounds to get around the fact that it doesn't support generics

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

    The static site generator Hugo is written in Go... supposed to be the reason for it's incredibly fast build times.

  • @keinezeit99
    @keinezeit99 3 роки тому +7

    I hate the Go programming language. At best, it's a trash language written by a bunch of ivory tower Googlers trying to solve the most Google problems like build times and onboarding new-grad developers that learned something other than the Stanford CS curriculum (god help them if they went to Brown and learned Scheme and might try to write a map or a reduce, better make that not allowed!). But the real thing that makes Go terrible is that it purposely encourages the developer to write more code than they need to and relishes in its lack of convenience. It's like a language written by someone who believes every corner bodega should really be a brutalist 7-story concrete shopping mall. And then everyone who writes Go embodies this philosophy, probably because of some Stockholm Syndrome of being trapped in their oppressive codebases, and they decide that every problem they have should be solved with more code. So they try and try. They write redundant for-loop after for-loop. But it's slow. To get anything done they have to write a fucking novel (in fact, I can't help but suspect this was a conscious decision to gum up ICs trying to make it to Google L5). And at some point the authors realize they're fighting some speed of light constant in how fast they can type and that the only way for them to move forward is to write less code. But less code is not the Go way. So to elevate their coding without violating their sacred ideals they settle on the horrific practice of using code generation. Historically, lots of languages are code that write code. C becomes assembly. Lisp is a whole language dedicated to the idea. Hell, even Pythonists accept that horror show that is source code of collections.namedtuple. But, in all those cases, the reader is spared the horror of actually experiencing that generated code. In Go it's right there in front of you because Go code generators just generate Go code. Or, sometimes even worse, it's not in front of you because you forgot to install some "generate my code" package that no one put in the fucking README. And, as the language has evolved to finally do something other than ship Protobufs over channels, it's been the go-to solution for everything. Generics? Nah, that sounds complicated, let's just generate a bunch of structs! Mocking for tests? Sure, instead of metaprogramming let's just meta-generate-some-crap! Write some SQL? Fuck that, "No SQL" is the future! We'll write Go that generates the SQL! Never will my fingers be cursed by having to write such a practical declarative language, I declare it be in Go! If you locked every Go developer in the world in a haunted castle they'd write a Go code generator that generates brute force loops to search over every square inch of every floor looking for a key. At the end they'd pat themselves on the back for how elegant their code generator was and how decorous the generated Go is. And they'd die in there waiting for it to finish instead of just asking the etherial floating butler standing next to the front door. If it's not writing more Go or writing Go that writes more Go, a Go developer just doesn't do it. It's a god damn monstrosity of a language and a culture.

  • @julesdocx6205
    @julesdocx6205 3 роки тому

    Right on time, my nephew just started with go

  • @manikantaregidi8095
    @manikantaregidi8095 3 роки тому +3

    100 sec of Kotlin pls!!

  • @scratchx7909
    @scratchx7909 3 роки тому +3

    Please rust next!

  • @kalekold
    @kalekold 3 роки тому +3

    You're going to have to explain the graph at 0:08 because it looks like complete bollocks. Also Ken Thompson did not invent C, Dennis Ritchie did! Is this whole video bullshit?!?!?

  • @George-W-Jenson
    @George-W-Jenson 3 місяці тому

    Oh, I like the concurrency aspect OF GO !