Learn to Code Go in 17 minutes | Golang Programming Crash Course

  Рет қаралды 34,046

Anastasia Marchenkova

Anastasia Marchenkova

Күн бұрын

Пікірлер
@ScriptureFirst
@ScriptureFirst 3 жыл бұрын
14:20 every KZbin explainer needs to watch this sequence. She took the time to concisify nearly a minute of continuous instruction. No filler words: just good use of my time. God Bless you 🙏🏼
@DThompsonDev
@DThompsonDev 3 жыл бұрын
This is awesome Anastasia! As a Go developer you covered quite a bit. Really good resource for someone being introduced to go!
@aelxkethdam8491
@aelxkethdam8491 3 жыл бұрын
Wow now i know go, love how fast you go through everything. Skipping the Hello World routine was genius.
@sangeethshaju91
@sangeethshaju91 3 жыл бұрын
Just 17 mins is all she needs. Muchas gracias. ♠️
@bopon4090
@bopon4090 3 жыл бұрын
The most informative description box I have ever seen. thank you for the video.
@TheStefanGenov
@TheStefanGenov 3 жыл бұрын
Damn! I never realized how bad videos that explain everything at nausea are. This faster approach was definitely better. I was wondering about golang and didn't really wanna sit through an enormous tutorial and this was straight and on the point. Maybe not so good for people who are just getting into programming but I guess you wouldn't get into go at that point
@joonasfi
@joonasfi 3 жыл бұрын
As an experienced Go programmer myself, I must say you did a good job! You even warned about the random iteration order with maps, that was a nice touch I was expecting if this was high quality content, and you delivered!
@thinksiamallamacom
@thinksiamallamacom 2 жыл бұрын
This tutorial is amazing for someone like me who re-bounces to Go and want a refresh instead of rereading the docs. The pace is on spot, the speech is clear. Amazing job, well done! We need more women in tech please!
@aabidsofi19
@aabidsofi19 3 жыл бұрын
This is really nice video . Worked with go couple of months ago and yeah this some serious content for learning and revising .... thanks a lot ....
@rineeshparai1780
@rineeshparai1780 3 жыл бұрын
Excellent introduction to a new language. We need this for all major languages.
@stevenazar9940
@stevenazar9940 3 жыл бұрын
Expecting the usual explainer's pace I initially cranked up the playback speed, BIG MISTAKE! Packed with well-explained, useful info, great video!
@barindersingh5810
@barindersingh5810 3 жыл бұрын
Appreciate The Recent effort and Content that u put through ur video..simple and straight forward no time-wasting 💓. You've been killin' it 👍👍🙏🙏
@russelfernandes8483
@russelfernandes8483 2 жыл бұрын
Excellent content and delivery Anastasia for anyone requiring a 30 minute recap (so one can stop a few times to think!) before delving back into Go programming.
@alihouadef5539
@alihouadef5539 3 жыл бұрын
How good is GO for computational physics compared to other languages? And is there large scale CAD applications that uses GO as a main programming language?
@mintakan003
@mintakan003 3 жыл бұрын
My impression is Golang is a good as a statically typed software engineering language. Good for back end applications (web, network, middleware, full stack, ...). It's kind of like an upgraded version of C. And not as complicated (and dangerous) as C++. For math, data science, physics (?), I think I'd like something higher level, but simple and clean syntax, like Julia. And it has more performance, than Python, Matlab, R. And one can write performant loops with it.
@goncaloteixeira5800
@goncaloteixeira5800 3 жыл бұрын
I dont know how good it is for computational physics, but I'm learning it because I were told it was being used at CERN so it should be good
@mintakan003
@mintakan003 3 жыл бұрын
@@goncaloteixeira5800 It was also highly recommended at the Lawrence Berkeley National Laboratory supercomputer center (NERSC). Great tool for high level, performant, scientific computing.
@sadclown1923
@sadclown1923 2 жыл бұрын
amazing, straight forward without wasting time. Go feels so good daddy.
@satyapraneethkatta1652
@satyapraneethkatta1652 3 жыл бұрын
Beautiful Video !! Reignited and inspired me to learn Go. Surely one of the best crash courses on Go.
@matobago
@matobago 3 жыл бұрын
Wonderful video, from data types to channels passing interfaces, structures and simple operators. You have the ability to simplify and condense a lot information, with easy to understand examples, excellent video thanks for sharing
@melkaouianas5633
@melkaouianas5633 3 жыл бұрын
Thanks for the quick overview ! a simple web app with Go would be cool !
@shivanshusiyanwal296
@shivanshusiyanwal296 3 жыл бұрын
2 videos in a week! Nice!
@kombi1697
@kombi1697 3 жыл бұрын
Being bumping into go of late, nice tutorial to get one started.
@sampathbalivada-personal
@sampathbalivada-personal 3 жыл бұрын
Thank you. This helped me refresh my go knowledge before starting my project.
@staa7731
@staa7731 3 жыл бұрын
`We have an exponential crisis` Haha that got me soo good XD
@cambridgebreaths3581
@cambridgebreaths3581 3 жыл бұрын
Hi Anastasia. What is the main extra advantage ( other than being faster) if google does its search method by quantum computation? Also if one choose between Go and python which one you recommend for absolute beginner. Thank you for your time
@SUGATORAY
@SUGATORAY 3 жыл бұрын
Fantastic! Btw it was your Quantum Computation videos that rekindled my interest in QC. I had a course of QC over a decade ago. Very recently there was a QC competition (QHack) that I was able to rise up to a rank of 106 in two days! It was a constructive distraction alongside my PhD (Physics) work. And all that started with your videos and another post on LinkedIn. So, kudos for the really cool and content-rich videos. :)
@kent_hdd
@kent_hdd 3 жыл бұрын
Great video! I really needed a reminder of what an interface is. I still have a couple of questions, if you are willing to answer: 1) Do you have a (professional) preference between C++ and Golang ? 2) Would an assembly language, such as x86, see much use when dealing with quantum computer programming ? As a footnote, I would like to congratulate you for keeping a great balance between conciseness and technical details in the video. Made me download Golang and give it a try.
@developerhabits
@developerhabits 3 жыл бұрын
Great intro video. I haven't written Go before, but you made it easy to follow and understand.
@WilliamDye-willdye
@WilliamDye-willdye 3 жыл бұрын
Nitpick at 3:02 : unsigned ints are only positive. And yes, I'm picking on minor stuff that isn't going to do any real damage. :-) At least the comment helps bump the YT algorithm.
@Rakhu-e2f
@Rakhu-e2f 3 жыл бұрын
You video is so knowledgeable Your teaching style is excellent Ma'am Ma'am plz upload more videos on programming.
@Playstation1
@Playstation1 3 жыл бұрын
WOW! 😍 I absolutely LOVE your hair tied up into a Ponytail with a hair elastic in this video! :3 Should do it like that more often it looks the best ever xD Amazing Ponytail just subbed and excited for more videos to come :)
@shabirahmadazizi6385
@shabirahmadazizi6385 3 жыл бұрын
Excellent introduction
@tyrick2481
@tyrick2481 3 жыл бұрын
Great video! Any plans that you will cover a simple topic on how to build a working project with databases? I'm really interested in GO and I'd like to learn how can I make projects that I need to store/edit data.
@prantikdeb3937
@prantikdeb3937 3 жыл бұрын
Wow!! Back to back videos 🔥👏
@BenjaminWheeler0510
@BenjaminWheeler0510 8 ай бұрын
3:10 so what is sizeof int? I find it silly how every new language except rust has both int and int32. Why have both? It leads to more confusion, unless int is arbitrary length or something… same with rune and byte… we already know from C that it’s better to just use int8 to avoid confusion
@JK-bx1ut
@JK-bx1ut 3 жыл бұрын
Finally a person who delivers only relevant information and in the right pace! This is so great - thank you! спасибо большое :-)
@gyanshree6203
@gyanshree6203 Жыл бұрын
Very informative 😊
@goncaloteixeira5800
@goncaloteixeira5800 3 жыл бұрын
Awesome video. What do you usually use Golang for? CLI's?
@g_c6668
@g_c6668 3 жыл бұрын
Web stuff, especially back end, if I understand correctly..
@doesexistthisname
@doesexistthisname 2 жыл бұрын
Yes, in 17 minutes, but speaking at 2x... 😁 Very useful, thanks!
@iqlaasismail2288
@iqlaasismail2288 3 жыл бұрын
is this repo available on github or somewhere?
@drewbird87
@drewbird87 Жыл бұрын
🤯wow. Thank you!
@sina-qh8wm
@sina-qh8wm 3 жыл бұрын
short video but effective, every one should like & subscribe :)
@TechiiEngineer
@TechiiEngineer 3 жыл бұрын
after watching this video can I add GOLANG in my resume?
@nurjamil6381
@nurjamil6381 3 жыл бұрын
thank youuuu, i really need this
@kaneg6293
@kaneg6293 3 жыл бұрын
Nice tutorial thanks.
@Reliquancy
@Reliquancy 3 жыл бұрын
I’ve been doing like a “rough draft” in python because I can code almost as fast as I think and then translating it into go so it’s a thousand times faster.
@Reliquancy
@Reliquancy 3 жыл бұрын
@@Anastasia-Marchenkova Yeah, Go flies! It’s funny when I figure out something I wrote in python is going to have to run for a couple hours it’s faster to rewrite it in Go then run it than to wait for it to finish lol.
@shieldddgempire296
@shieldddgempire296 3 жыл бұрын
Great Compilation!!
@eleonorlopez9612
@eleonorlopez9612 3 жыл бұрын
Hi.do you have any golang talent/company you can refer?
@eleonorlopez9612
@eleonorlopez9612 3 жыл бұрын
Not to directly hire them but to assign to them these golang projects that we have
@gv6758
@gv6758 3 жыл бұрын
Hey, what computer do you use?
@cedric1731
@cedric1731 3 жыл бұрын
Wanted to dig into C++ next. Order of plans might have changed now... ^^
@NoNameNoShame22
@NoNameNoShame22 3 жыл бұрын
Me be like Neo in The Matrix: I know Go now.
@oslogrigor8320
@oslogrigor8320 3 жыл бұрын
It's like trying to learn a language by starting with writing a novel. Not impossible, but god damn. Can I start with the alphabet or something? 😅
@MohammedAbbasPLUS
@MohammedAbbasPLUS 3 жыл бұрын
While watching your video wanted to write this comment so hope you see it. I would like to support your channel however, our online banking system in Iraq are not acceptable internationally :( due to US sanctions. Would you accept direct bank transfer? Regards.
@MohammedAbbasPLUS
@MohammedAbbasPLUS 3 жыл бұрын
@@Anastasia-Marchenkova 👍👍👍
@todaysmotivation9692
@todaysmotivation9692 2 жыл бұрын
Brain with beauty ♥️
@MuriM
@MuriM 3 жыл бұрын
Let's Go!
@curious_one1156
@curious_one1156 3 жыл бұрын
@@Anastasia-Marchenkova да !
@georgiodc
@georgiodc 3 жыл бұрын
Such a well-paced video! Most of my experience is in Python. But, I picked up a new project that is in Go and you condensed a lot of the unique concepts in such a straightforward way. Thanks
@baxiry.
@baxiry. 3 жыл бұрын
very fast & very clear
@spinning-around
@spinning-around 3 жыл бұрын
How it helps with physics?
@philippemartin4738
@philippemartin4738 3 жыл бұрын
It holds my beer !
@richardikin
@richardikin 3 жыл бұрын
I sense a GO project in my future.
@andressalazargaleano6419
@andressalazargaleano6419 3 жыл бұрын
love go
@davida.7586
@davida.7586 3 жыл бұрын
You explaining very good and fast, but of course, only for experienced senior developers, who want to get familiar with Golang in some minutes. For people you just wanting to start, this is not possible. Why you're running ?
@darkenviado3446
@darkenviado3446 3 жыл бұрын
Thank you ❤️
@jy2024new
@jy2024new 7 ай бұрын
Cool one, but the last 2 sections examples can be simpler ones
@raquibhasib1710
@raquibhasib1710 3 жыл бұрын
Hello Anastasia Nice video....
@timebroua
@timebroua 2 жыл бұрын
Even when video is pretty nice, I had to decrease speed to 0.75 because it was way tooo quick. If you're new to Go, the speed of video can blow your head away. Feel tired
@till8413
@till8413 Жыл бұрын
@@Anastasia-Marchenkova the speed was nice; normaly i have to set the speed to 1.5 or 2 while watching tutorials. I didn't felt the need to set the speed up here! thanks
@destroyer2973
@destroyer2973 Жыл бұрын
Why not emacs.
@bernardonavarrete6656
@bernardonavarrete6656 3 жыл бұрын
Gracias!!!
@brogrammer8783
@brogrammer8783 3 жыл бұрын
A beautiful blond that knows tech. It's too overpowered. It's not fair
@pranavtupe8290
@pranavtupe8290 3 жыл бұрын
I love Go more than Python
@user-vm1wr7ib1n
@user-vm1wr7ib1n 3 жыл бұрын
@@Anastasia-Marchenkova so cute
@curious_one1156
@curious_one1156 3 жыл бұрын
@@Anastasia-Marchenkova I am already judging you. Or not. I just remembered, I am not allowed to. You are the quantum physicist who teaches people how to code, possibly opening new career paths for them.
@dxb7744
@dxb7744 3 жыл бұрын
Уфф сложно понять 😣😖
@antonpil135
@antonpil135 3 жыл бұрын
Есть видео, как на русском говорит?
@KayakingThroughLife
@KayakingThroughLife Жыл бұрын
How can you kill a cactus? You have to be really bad! :p
@AL6S00740
@AL6S00740 3 жыл бұрын
Damn cool
@sunquake
@sunquake 3 жыл бұрын
Можно по-русски, Настя??
@miguelonex53
@miguelonex53 3 жыл бұрын
You're gorgeous 💖💖💖
@donaldduck5731
@donaldduck5731 3 жыл бұрын
Just what we need, another language. Basic, Pascal, Matlab, C, C++, and Python. are way too much for my little brain to retain. What’s easy in my book is to have just one or two languages, which can be learnt well which have full package support, work on ROS etc, C++ and Python ideally should be enough for anyone to learn in one lifetime. Finding ways to compile Python to run faster seems like the way to go, not more languages. Go, Julia etc
@belfegorcit4324
@belfegorcit4324 3 жыл бұрын
Вы за бугром учились сразу или православный физтех, физфак оканчивали? =)
@ralexis12
@ralexis12 3 жыл бұрын
💪🏽💯💯🔥🔥
@АлексейКиселев-д2г
@АлексейКиселев-д2г 3 жыл бұрын
С кактусом всё понятно, а вот почему собачка морковку ест - ?! ))
@АлексейКиселев-д2г
@АлексейКиселев-д2г 3 жыл бұрын
@@Anastasia-Marchenkova Может иногда в морковку мясо незаметно добавлять? Вдруг тогда собака мясо полюбит?)
@curious_one1156
@curious_one1156 3 жыл бұрын
Dogs and carrots ??!
@curious_one1156
@curious_one1156 3 жыл бұрын
Oh, I skipped maps.
@adrien-barret
@adrien-barret 3 жыл бұрын
cool but too fast when you speak
@snouk9017
@snouk9017 3 жыл бұрын
I heard the sweet melody of the mermaid singing... But my heart already belongs to Rust. Sorry honey :
@unknownuser5260
@unknownuser5260 3 жыл бұрын
I would love to learn you honey........😘
Best Coding Language for Beginners | Top Resources to Learn Python Programming
9:50
The Go Language: What Makes it Different? - Jay McGavren
44:47
ChariotSolutions
Рет қаралды 62 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
The Golang Crash Course
1:43:20
Laith Academy
Рет қаралды 14 М.
Golang in under an hour (2021)
53:34
Eli Goldberg
Рет қаралды 29 М.
The One BIG Reason to Learn Google's Go Language
17:55
Gary Explains
Рет қаралды 162 М.
gRPC Crash Course - Modes, Examples, Pros & Cons and more
1:19:38
Hussein Nasser
Рет қаралды 238 М.
The Worst Programming Language Ever - Mark Rendle - NDC Oslo 2021
1:00:41
NDC Conferences
Рет қаралды 1,3 МЛН
Go from Zero to Hero: Learn Golang in 15 minutes!
16:06
Flo Woelki
Рет қаралды 6 М.
Go / Golang Crash Course
1:38:42
Traversy Media
Рет қаралды 476 М.
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 127 М.
Golang Made Easy: Learn the Basics in Just 10 Minutes
9:53
Gerald Yerden
Рет қаралды 3,6 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН