Brilliant overview for developers that know other languages and the basic concepts already
@ForTheOmnissiah3 жыл бұрын
I like to see pointers used again. They felt like such a headache when I was learning them, but over time I really like the usage. Lower-level memory control is always welcome. It's also very nice that pointers are by no means a requirement to understand in the language. In C, C++, etc. pointers are must-know. Now if you're working production in Go... yeah, you almost certainly need to understand pointers. An existing codebase you're working on will almost certainly have pointers used.
@cizma273 жыл бұрын
@@ForTheOmnissiah same story here. We used pointers in first semester of college and they just flew by me. Now with more experience I always find them useful, and I miss them in Java
@KsNewSpace2 жыл бұрын
@@ForTheOmnissiah Pointers are pretty shitty for code readability though.
@abhishek_k75 жыл бұрын
This 12 min video covered and explained a lot more than some 1-2 hour videos out there! Thank you!
@opensourceradionics5 жыл бұрын
That's also the idea behind golang
@abhishek_k75 жыл бұрын
@@opensourceradionics true that, lol
@andrez766 жыл бұрын
I tend to be reticent with "Learn X in Y time units" kind of videos. However, I must say this is a very competent and well presented introduction to the main concepts and constructs of the language. Congratulations and thank you for sharing.
@subbamaggus12 жыл бұрын
I completely agree!!!! Thanks to jake!
@abhinabamitra98142 жыл бұрын
Love the word reticent
@nnnyuuu_2 жыл бұрын
i couldnt agree more with you!
@Sovex663 жыл бұрын
I did not expect that much quality in 12mins, I'm impressed
@harshdeeptelang1274 жыл бұрын
Alternate title : "Learn GO in one GO"
@timsecond4 жыл бұрын
Let's go learning *Go*
@thefastcomputer2 жыл бұрын
I don't think that that would GO well.
@aliciasuper701410 ай бұрын
😂
@iyappansriram98545 ай бұрын
dude you are amazing. from someone who already knows a lot of programming languages, this is a godsend. you dont hash over the stuff that we usually skip over. thank you.
@robwalker46534 жыл бұрын
One of the better youtube channels out there. No fluff, just quick and precise, straight to the point.
@majam1n5 жыл бұрын
Dare I say the first time I have seen a KZbinr actually zoom in on the code so I can read it.
@retrodragon22494 жыл бұрын
IKR, literally all the Java tuts I watched were from 2008 on Windows 7 using Eclipse.
@kya05404 жыл бұрын
Agreed
@mfsmugs4 жыл бұрын
for reals dude lol
@umeshdhaked76383 жыл бұрын
@@retrodragon2249 some old people still uses eclipse .
@silvermonad14 жыл бұрын
well that's a legit 12 min course, and made me genuinely interested in Go.
@TroenderTass3 жыл бұрын
Why, it looks ugly and clunky as fuck. I don't think it has a single feature that isn't done better in other languages. lol, why not just use c++, wich simply is more sober than this bullshit.
@ananttiwari13373 жыл бұрын
@@TroenderTass Man, you are probably some kid who picked C++ 3 days ago and think every other language is obsolete. Every language has it's own advantages, stop spewing your bullshit.
@TroenderTass3 жыл бұрын
@@ananttiwari1337 Im just curious why this tutorial would make anyone curious about such a redundant language. You can just do c, this one seem to offer nothing new, and looks like it belongs to the 70s. You need to stop being sensitive about it, it is just at tool, and a really poorly desinged one from the looks of it.
@jarod17013 жыл бұрын
@@TroenderTass I trust your vast experience and knowledge.
@TroenderTass3 жыл бұрын
@@jarod1701 You should
@ApocolypseChild5 жыл бұрын
Truly an excellent crash course for people already versed in similar coding languages. Great work!
@Kodreanu234 жыл бұрын
Big thanks! I am software developer with no experience in Go and this is exactly what I needed. Short, fast introduction to basic stuff so I can move on with in coding with Go. Subscribed. Thanks!
@lvgsredarmy87764 жыл бұрын
Thanks for the video! This was a really concise and well explained overview for someone like myself who is already familiar with almost all of the concepts you covered, but doesn’t know the syntax in Go.
@joakimgustafsson78815 жыл бұрын
Fantastic introduction. This saved me some serious amount of time learning Go-specific syntax.
@krisztianbakos28483 жыл бұрын
Joining all the previous commenters, I love how efficiently you explained it. Exactly what is needed, and none of the BS
@Textras6 жыл бұрын
At 2x speed you can learn it in 6
@criticalmoorhen6 жыл бұрын
Damn I should have read comments first
@icermli6 жыл бұрын
That is so true
@davep82215 жыл бұрын
At 2x it's be ultrasonic.
@beo79295 жыл бұрын
yeah, so I can procrastinate the other's 6 minutes
@davep82215 жыл бұрын
@@beo7929 I always put off procrastinating as long as I can.
@rewolfer4 жыл бұрын
Short, clear and to the point. All any existing programmer needs to learn the basic syntax. Great job! Watched at 1.25x while eating pizza in my lunch break.
@IliaRusin7 жыл бұрын
I think we should encourage Jake to make more educational videos. He would be a great instructor! There are a lot of tutorials, books, MOOCs on the Internet. Instructor's personality and empathy could make people learn better and be more motivated during their study.
@combatepistemologist6 жыл бұрын
Check out Mike Dane's channel.
@ministerbo30259 ай бұрын
New to go and programming. Found your video most helpful and easy to follow along on my end. Fantastic explanation. Tks East Coast Sr (70 yrs young)! Never too young to learn!
@goldenboypierre32845 жыл бұрын
Very clear, concise and fast pace. Couldn't ask for a better tutorial. Thank you Jake!
@AaronMartinColby6 жыл бұрын
Great video. Short. Sweet. No babbling. I watch most educational videos at 1.5X or even 2X. You're already teaching at that speed and I greatly appreciate it.
@tugbaakan70995 жыл бұрын
simple, fast and enough for the beginning. Thank you ! :)
@C0ttageChees2 жыл бұрын
It's been 10 years since I started my career. This guy explained pointers better to me than I think anyone else ever has. That might be sad, but I haven't had to use them directly since college. I'm glad to understand them now though. Thanks!
@shazam35134 жыл бұрын
Wow this is such a great video . I finished this course and applied at google and got the software engineering job. Edit : Sorry I was high when I applied and posted this and I later realized that the interviewers were mocking me sarcastically. The video is good tho.
@context.Background3 жыл бұрын
Bruh
@judahschwartz77462 жыл бұрын
as a programmer who already knows a bunch of languages, and doesnt appreciate it when every intro to a language vid feels the need to explain what an if statement is, I loved your tutorial
@okbogdan41854 жыл бұрын
So good video! Not too fast, not too slow and boring, most important aspects checked in short time, tips about how we can learn more about it, THAT'S GREAT!
@combatepistemologist6 жыл бұрын
It's amazing what you can get done just by accelerating the typing and reading from a well-prepared script. I get tired of other peoples' videos where they spend half the time clicking on keyboards and bumbling around.
@brserralheiro5 жыл бұрын
and yet it took you more than a year to watch this.
@combatepistemologist5 жыл бұрын
@@brserralheiro Huh?
@flavoursofsound5 жыл бұрын
Thank you!!! Probably the best, no-nonsense, not-boring, not-heavily-implied, no tiny writing on large res screen video tutorial I've seen in a while. Also finally understood what pointers are, something that I've struggled to grasp after many years.
@swapnilundage66767 жыл бұрын
Make more of this 12 min videos where You teach..... You're really good at it You go ahead💪❤️
@guitarman130214 жыл бұрын
@barkley128 yeah the pace is good. But he should minimize the terminal window immediately after running so that we can see the code instead of staring at the terminal.
@bobbyshaftoe454 жыл бұрын
Indeed! MORE TWELVES! How about VueJS, K8s, Rancher .... -)
@sharbelokzan96733 жыл бұрын
That short unintentional (pass by value | pass by pointer) explanation, was the best explanation I found so far
@jlapointe6 жыл бұрын
Fantastic video; I love how quick and concise the presentation is. Makes me want to learn Go!
@techmasterkartik96712 жыл бұрын
Brilliant tutorial within 12 min I found on KZbin 🔥 You teach me in these 12 minutes❤
@Perspectologist7 жыл бұрын
Nice overview tutorial. I don’t know if I like Go. I hadn’t looked at it before, so this was a nice introduction. I may play with it a bit more. It seems one can achieve class-like functionality by creating functions which take a struct (or any other type) as the first argument. It reminds me somewhat of the Actor language. Thanks for making this tutorial.
@MrSeptentrio4 жыл бұрын
I literally understood more in your video than by reading an entire book about Go ( clearly i am the problem but that's not the point) you're excellent, like really good at teaching, Keep going cause you're helping alot of people !
@joebarcelona5 жыл бұрын
11:53 Jake, so very logical and coherent, I really appreciate the thought you put into thinking!!! I would like to ask if there are any concise, coherent, and logical explanations of pointers, particularly related to Go that you would recommend, besides the Go documentation ;-)
@NigelBlackwell4 жыл бұрын
Great stuff. breath of fresh air to have someone just blast through the stuff that mostly like other languages but just needs a quick example to get the point across.
@by.everton7 жыл бұрын
Cool intro to the language syntax, made me want to learn more about it. Great job Jake!
@ahmedkamal75972 жыл бұрын
This is really helpful. Thanks so-much! I am a software engineer having experience in Java, C, C++, PHP, and Python. I am writing my first program in GoLang :). You are awesome!
@videostartsat44647 жыл бұрын
Yeah if everyone can stop making new languages that I have to learn that'd be great
@horvathlg7 жыл бұрын
You don't have to.
@videostartsat44646 жыл бұрын
Devon So are you
@Tutterzoid6 жыл бұрын
LOL :D
@qutuz94956 жыл бұрын
They give more flexibility for developers to pick which one suits their use case better. This is my first introduction to Go and it seems pretty cool.
@BenjiBoy136 жыл бұрын
An old friend of mine told me before entering my software carrer, "If you want to be good, dont learn all programming lenguages cause you will become useless, instead, pick one that you like and master it"
@CarlosPerez-te4gx5 жыл бұрын
I like it! I did Go while back and moved on to other non-Go projects. it took me 12 minutes to recap the language! - thanks a lot Jake
@0xEmmy6 жыл бұрын
So, C with some fancier syntax and built-in data types.
@Elite75556 жыл бұрын
But without the performance and with unbelievable restrictions (just look at packages and tests). And interfaces are always dynamic dispatch and without default implementation. I don't get the need for that language.
@user-hk3ej4hk7m6 жыл бұрын
@@Elite7555 The more you can avoid pointers, the less skilled programmers you'll need to hire. You need to know pointers in C, even for the simple stuff
@valizeth40736 жыл бұрын
@@user-hk3ej4hk7m Well yes but pointers aren't even a little complex..
@abeplus73526 жыл бұрын
Everyone always hates on interpreted languages/ oop languages calling them non PERFOMANT . If you stroke your dick off to the mirror cause you know how to waste time on pointers instead of writing a solution good for you. Programming languages are tools , and the hardware is there to support abstractions and things that can make our lives easier. If c is so great , why then most businesses don't use it unless it's for embedded applications ... It's like oh yeah I'll use 40 lines to implement this solution and make myself feel good cause I'm doing more MANLY WORK. Reality is you could probs implement it in lesser lines by using a language that supports more abstractions .... Will it be as performant ... No , but will it do the job ... Ofc. Try using c for server side , or heck client side lol.
@_JS966 жыл бұрын
@@abeplus7352 Seriously though, completely agree. CGI was a fucking nightmare, and things like Apache and Nginx are cumbersome if you ask me. You can launch a fully functional webserver in Go using like 10 lines of code.. You can even write C INSIDE Go programs if you're itching to jerk off to the nanoseconds you shave off something that doesn't really need the extra speed.
@ivycrystal41113 жыл бұрын
For a person who just wanted to see the key structure of the language, this video is perfect! Thank you.
@VictorMongi6 жыл бұрын
You are great man.... thank you for this amazing tutorial... keep it up...
@p0lym0rph33 жыл бұрын
Brilliant video. I'm an experienced dev and I have dabbled with Go in the past (modifying existing code), but wanted to learn the basics of Go quickly. This was well explained and got directly to the point. Thanks!
@xXxBladeStormxXx6 жыл бұрын
Man the type system for this language looks fucked up. I know they probably didn't want to look like C++ but surely `int x = 1` is easier to read and write than `var x int = 1`?
@jamieguinan17876 жыл бұрын
It was weird for me at first, too, but I found that reading "var x int" to myself as "x is a(n) int" makes it easier, and I got used to it after a few days. This might also help explain: blog.golang.org/gos-declaration-syntax
@Elite75556 жыл бұрын
That is why you would write x := 1. But yeah, it is fucked. Building something complex is out of the question.
@abhisheksp20176 жыл бұрын
Go is already used to build some of the most complex systems in the industry today :)
@mtdrip95236 жыл бұрын
its a great mix between c, basic and pascal - would have loved it if it had stuck to c syntax consistanly - but considering giving Go a chance against Python
@fededevi19856 жыл бұрын
If I have to guess I-d say they did it for a couple of reason. Parsing speed > the parser can understand it is a declaration just just by reading a signle token. (same with functions) c syntax is pretty stupid parser-wise Readability -> same thing but for humans :)
@altafnavalur48083 жыл бұрын
Loved how quickly you gave the overview of the language, thank you
@abdimohamud99516 жыл бұрын
Loved it :) really helped me out
@massimocotrozzi91564 жыл бұрын
Jake, great video, really!!! And a message to your viewers... The title is misleading ;) you can "learn how to learn go" in 12 minutes. if you follow the video, write the examples, understand them, try variations, make mistakes, understand what happened and why, correct them, fix your code... it's at least one hour if you do it quick, which means no use for you in the future. Doing it right, at least two hours. if you think you've done it right and you've taken less than two hours you're deluded and not dedicated enough to learn. Jake, thanks again. this is what got me started! looking forward to build great stuff!
@HSHamster5 жыл бұрын
Types one letter, 5 new lines appear
@nickaxworthy32366 жыл бұрын
Excellent, pacy tutorial for those who already have a language or two under their belt. Watched it two or three times (and the one on concurrency) - and I'm away in Go - and not looking back. There is a lot to love about the language - and getting closer to the metal again - with cross-platform portability, and native binaries that run at twice the speed of .NET core feels great. Somehow the constraints of a small, tight language set you free - a language that puts you back in control and you feel you could know all of within a few weeks (instead of a few lifetimes). The syntax is a little quirky (the dangling else caught me out) in places - but it is clean and generally very elegant.
@rubinluitel1587 жыл бұрын
go seems like a mix of python and javascript, pretty cool
@wl60677 жыл бұрын
it's static typed, so more like a mix of c and a scripting language
@BbB-vr9uh3 жыл бұрын
Great video for those who are familiar with programming concepts and want to see how to get started with go. Thanks!
@charlieinnes43787 жыл бұрын
I thought you were going to teach us the classic Chinese game "Go" before I clicked here... Sorry 😂😂
@ernestmugo17656 жыл бұрын
Sry mate 😂😂
@dirhido96656 жыл бұрын
it would take a lo longer to learn that than this lol
@azulamazigh27896 жыл бұрын
hhh thats funny
@HA7DN5 жыл бұрын
It takes you 12 minutes to learn the rules, and 12 years to get to a beginner level.
@tech6hutch5 жыл бұрын
I wonder how many people have created Go in Go. Probably a lot more than have recreated Rust in Rust. Ba dum tss
@TBTapion Жыл бұрын
Great video! Go seems like a simple language. As you said at the end, this is a great way to get started as someone who has knowledge in other languages. Makes it easier to jump into the use of libraries and understanding their guides on their usage.
@erzabeqiri16967 жыл бұрын
Could you do a tutorial like this for java? i think it would be really helpful
@TheAnimeist3 жыл бұрын
This will go down as one of those lessons that I will recall several times for the nice foundation it set to understanding the language. You're a legend in my mind. Thanks.
@0M9H4X_Neckbeard6 жыл бұрын
I don't think the syntax is very intuitive ...
@randallgyebi9785 жыл бұрын
I know right. For a language made in 2009 its syntax if quite archaic but I guess it was made to be fast and be similar to C's syntax
@DerH0ns5 жыл бұрын
@@randallgyebi978The syntax doesn't have to garbage to make the language fast, but go isn't fast anyway
@Joe-ud1de5 жыл бұрын
@@DerH0ns Isn't it? Really? Poor Ken Thompson, was involved in development of C language. By now his name are related to a language who almost everyone thinks it's a joke.
@SuperArjun115 жыл бұрын
@@Joe-ud1de Lol? Who thinks C is a joke?
@Joe-ud1de5 жыл бұрын
@@SuperArjun11 I was talking about Golang. You dumbass.
@nsitkarana3 жыл бұрын
Perfect into to go-lang for folks who already know how to program. To the point !!
@minandychoi85976 жыл бұрын
Why don't they just write int variableName = value; what's the point of writing var variableName int = value if you have to type it anyways
@techwithayub6 жыл бұрын
lets interpret it this way: variable varName is an int and it equals to value ;) now it makes sense doesn't it?
@Kirides6 жыл бұрын
because you almost never use it, except when you declare variables which get assigned later on. Often things like var result string if ... { result = "abc" } else { result = "def" } fmt.Printf("derp is: %s ", result)
@joshthompson84785 жыл бұрын
I've only been coding for the past 4 months in java, And my internship said this is one thing they'd like me to learn, thanks for the video, it dazzled my brain a bit but it was straight forward enough that even I could mostly understand. Thank you
@GarrettRose7 жыл бұрын
Kind of like a more strongly typed javascript. However, I feel like you could get pretty creative with writing programs in go.
@essamal-mansouri26896 жыл бұрын
It prevents a huge amount of bugs. I've lost count how many times I've ran into errors using Javascript & Lua where a variable contained an unexpected value type. Especially with using third party libraries where I'm not entirely sure what arguments a function expects, and in what order. Errors like these are easily caught with a typed language and it takes essentially zero effort to specify the type of a variable. What's the advantage of NOT having types? Basically none. That said, I wouldn't say javascript "needs" types especially considering backwards compatibility. Flow or TypeScript is enough, in my opinion, for anyone that actually wants type checking in Javascript.
@Dorumin6 жыл бұрын
Yeah it has close to nothing similar to js lmao, Go shoots for a minimal API while JavaScript's just grows because of the poor initial specification
@martinbean6 жыл бұрын
Yeah, not really.
@Microphunktv-jb3kj6 жыл бұрын
I'm new and learning javascript, i was wondering why don't they design languages so you can't write erroneous code, javascript seems so loose compared to some other languages... i'm pretty sure js needs type when you work in a big company and in teams with huge projects... but if u work in small company or freelancer and doing just mostly websites with not so complex back-end you probably okay without no types ... i don't quite like how types are written "inline" in go... I wouldn't mind them if u can define them them on top of the file where your imports usually are :P var x int ... looks just confusing to me... well javascript was written in 10minutes at coffee break... :P i do agree that python and this go thing looks cleaner and more appealing syntax-wise... Not sure why my friend suggested learning python as first languages instead of javascript(since im mostly interested in web dev, i don't think i have the mental capacity to do complex stuff like neuralnets, data science and all that jazz...) I just took advice from some hackernoon or something similar post that coming from js it's easier to go over python than vice verca because of the ident being part of syntax... What do you think.. ?
@isnerdy6 жыл бұрын
@Microphunktv I found it incredibly helpful to start with a strongly-typed language. I went from C++ to Java, and then on to assembly. Weakly-typed languages came later. Starting with a weakly-typed language will mean that you get used to writing code that could be sloppy or dangerous in other languages. If you start with a strongly-typed language, you get a better understanding of what's happening under the hood, and if you move to a weakly-typed language later on, you won't be taking bad habits with you.
@KidsCodingPlayground4 жыл бұрын
Awesome I was looking for the shortest video I could find to understand what Golang is about and you nailed it, really appreciate your video.
@pwnieluver8634 жыл бұрын
This just sounds like python but with extra steps
@retrodragon22494 жыл бұрын
you sound like a python user
@Bird29206 жыл бұрын
This is the second video I have come across about 12 minutes of awesome. I appreciate your clean, concise, easy to understand training style. You just gained a new subscriber!
@2eath7 жыл бұрын
You have great teaching skills, however this "Go" language is very similar to C/C++, with some syntax differences
@schulace6 жыл бұрын
It's pretty dissimilar. Go has a garbage collector, while C relies on the programer to malloc/free and c++ has new/delete and RAII. Also Go has no generics, templates, or code-generation.
@yourbuddy4676 Жыл бұрын
finally a video that does teach the basics in 10 hours. Experienced engineers can learn in 20 mins.
@tcoan987 жыл бұрын
Why Go?
@jayankaghosh6 жыл бұрын
Why not Go?
@shipper666 жыл бұрын
@@jayankaghosh because it's a horrible shitty language
@小龙的梦6 жыл бұрын
@@jayankaghosh let's go
@omarathon59226 жыл бұрын
@@jayankaghosh it doesn't bring anything new
@sourishw.5865 Жыл бұрын
really great 12 minute video! this helps me get started exploring go now that I have enough syntax to play around with
@chuganator4 жыл бұрын
This feels like destroying what ever Java was striving to build since past 25 years. Going back to pointers! Great......Just great..........
@riccardoandreetta95202 жыл бұрын
already updated my LinkedIn profile with Go new skill, expert
@mikekrestas67357 жыл бұрын
Imagine getting this video demonetized too....
@munimanjunath4 жыл бұрын
I am evaluating kong apigateway and came across go plugins just want to learn quickly the syntax and basics wow this is the best roundup of go in 12 mins
@Lambda.Function6 жыл бұрын
I can handle camel case. I can even handle snake case, even though it takes more keypresses to type and thus slows down programmers. What I can't handle, though, is functions in a package being capitalized. That's classes and constants. Who designs garbage like this?
@snowy01106 жыл бұрын
Wow, you must be really stable guy
6 жыл бұрын
I bet people around the office really love you.
@Lambda.Function6 жыл бұрын
I actually build shit and care about readability and quality. Not even Google heavily uses this shitty language.
@Cygnus0lor6 жыл бұрын
Yeah. Coming from something like python the OCD starts to fuck with you...
@TheMrKeksLp6 жыл бұрын
com.company.package.SomeClass.someMethod() God bless Java
@pravinjunnarkar81554 жыл бұрын
I felt like I finished Full marathon in 12 mins.... Never ever learned anything that quickly.... Big thank you...
@bumble_fudger5 жыл бұрын
You need a decent understanding of all the principles of programming before you watch this 12 minute video. So more like explore go in 2 years and 12 minutes.
@hansjohannyholm3 жыл бұрын
Very on topic introduction to Go! Surpassed my expectations of a 12 min video and sparked genuine interest in the language!
@bohdanbaranov97307 жыл бұрын
please, python
@bohdanbaranov97307 жыл бұрын
thanks fella. i have been following him for a while but never knew that he has one about python)
@小龙的梦6 жыл бұрын
Is python a language ?
@default-writer3 жыл бұрын
I love it to see just before Go interview later this evening, :) Although I'm already a C/C++/C#/Python/JavaScript programmer, it is good to know I can switch to Go in just 12 minutes!
@WataruTakagii6 жыл бұрын
It really breaks my mind that every f*cking programming language needs to change the way you declare variables, functions, etc. As if they just want to make sure that you will have a bad time learning it. Wouldn't it be more efficient to define a standard for this standard stuff like declaration and then every language adds their own implementation and additions?
@rishabhbohra4 жыл бұрын
Must have took a great effort to design a super short video with so much content and that too in a lucid way. Thumbs Up!
@Farrrdoos7 жыл бұрын
I hated Go at first because of the syntax
@KXavier1177 жыл бұрын
Hated the syntax in comparison to what?
@videostartsat44647 жыл бұрын
Everything. Seriously what the fuck were they smoking when they came up with "var name int"?
@ShakkIsLife7 жыл бұрын
C-style language.
@Farrrdoos7 жыл бұрын
yep in comparison to c style languages and tbh most languages follow similar syntax and this one just decided to not which makes it annoying to get used to.
@johnroark773 жыл бұрын
I never comment on videos. However yours is simply outstanding, while the depth of knowledge was fairly rudimentary, your way of explaining everything was amazing. Super engaging and fun!! You sir are a great teacher.
@TheR9716 жыл бұрын
No colored error output? I am out of here!
@brianjoshuamanuel62596 жыл бұрын
If you've decided not to learn a language just because you didn't see colored error output, then not only are you a picky spoiled brat, but you're also a bad programmer for being so inflexible. It's not something to be proud of, since the less willing you are to learn things you're not used to, the faster you'll be left behind and the more likely you will die poor and alone. It just means more jobs for us who aren't so spoiled.
@athands6 жыл бұрын
its a fucking joke oh my god
@abeplus73526 жыл бұрын
Cause it's running on terminal , if ides supported it you might get a colored output.
@dhanesh24g5 жыл бұрын
I am from TIBCO middleware background & starting to learn Go quite late may be. But your video has given me confidence. Thanks a lot.
@finne-dich-selbst-33953 жыл бұрын
Thanks. If you know C you probably understand all of concepts presented here, and after 12 minutes you have really learnt basics of Go.
@rob8765 жыл бұрын
Best language I've come across. You explained quite eloquently.
@snehel15863 жыл бұрын
woah!! amazing, so i just learnt the basics of Golang in just 10 mins, it was very useful for someone who is not a beginner and just want to try a different language but don’t want to spend hours learning things from scratch as he already knows the basics of programming
@Mellowjay4 жыл бұрын
This is the best 1 minute explanation of the pointers I have seen! 👏👏👏
@nickolas2244 жыл бұрын
If college had been more like this with a basic overview.... and THEN diving into the details... I wouldn't have had to drop out and teach myself how to code.
@kaycay0144 ай бұрын
jake wright you are monster in explaining go in 12 mins
@kentkits3 жыл бұрын
Very nicely explained. Really helpful for someone new to Golang but has prior experience in other programming languages.
@chriswatson24072 жыл бұрын
As a C and Pascal programmer I found this very helpful.
@JonDisnard3 жыл бұрын
I had to slow down there video by 0.25x, and even then I was pausing occasionally. That said, I appreciate the pacing. The talking was neither too succinct, nor too detailed. it was pithy & perfect. Thank you.
@ss_sk064 жыл бұрын
Looking to learn golang for making kubernetes custom operators and by far this is the best video to kick start. Thanks for the demo
@MuriloPerrone3 жыл бұрын
This is the perfect way for me to learn stuff. Thanks a lot. I understood 100%.
@NetoSutam5 жыл бұрын
After 1 year of learning C in college and choosing to investigate Golang, i found this video very helpful as an introduction to the languaje, thank you! Also now my investigation is almost over and i can say that i really like Go, it's very simple to use and to understand in comparation to C
@michaelwinters45253 жыл бұрын
Amazing tutorial. Took about 45 minutes for me to go through and do everything myself with more examples. Also I like the language. Gives me a reason to dig deeper.
@voil61612 жыл бұрын
I was bored and wanted to learn a new programming language. 6 minutes in and I have already written FizzBuzz. Very good tutorial/introduction to GOlang.
@nested93012 жыл бұрын
The best go short video on youtube
@mustaphaabdulmujeeb89803 жыл бұрын
Thanks for the short and descriptive introduction to Golang. Really appreciate this. ❤❤
@thechargeblade3 жыл бұрын
Now I can add Go as a skill in my resume. thanks man.