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 🙏🏼
@DThompsonDev3 жыл бұрын
This is awesome Anastasia! As a Go developer you covered quite a bit. Really good resource for someone being introduced to go!
@aelxkethdam84913 жыл бұрын
Wow now i know go, love how fast you go through everything. Skipping the Hello World routine was genius.
@sangeethshaju913 жыл бұрын
Just 17 mins is all she needs. Muchas gracias. ♠️
@bopon40903 жыл бұрын
The most informative description box I have ever seen. thank you for the video.
@TheStefanGenov3 жыл бұрын
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
@joonasfi3 жыл бұрын
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!
@thinksiamallamacom2 жыл бұрын
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!
@aabidsofi193 жыл бұрын
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 ....
@rineeshparai17803 жыл бұрын
Excellent introduction to a new language. We need this for all major languages.
@stevenazar99403 жыл бұрын
Expecting the usual explainer's pace I initially cranked up the playback speed, BIG MISTAKE! Packed with well-explained, useful info, great video!
@barindersingh58103 жыл бұрын
Appreciate The Recent effort and Content that u put through ur video..simple and straight forward no time-wasting 💓. You've been killin' it 👍👍🙏🙏
@russelfernandes84832 жыл бұрын
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.
@alihouadef55393 жыл бұрын
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?
@mintakan0033 жыл бұрын
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.
@goncaloteixeira58003 жыл бұрын
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
@mintakan0033 жыл бұрын
@@goncaloteixeira5800 It was also highly recommended at the Lawrence Berkeley National Laboratory supercomputer center (NERSC). Great tool for high level, performant, scientific computing.
@sadclown19232 жыл бұрын
amazing, straight forward without wasting time. Go feels so good daddy.
@satyapraneethkatta16523 жыл бұрын
Beautiful Video !! Reignited and inspired me to learn Go. Surely one of the best crash courses on Go.
@matobago3 жыл бұрын
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
@melkaouianas56333 жыл бұрын
Thanks for the quick overview ! a simple web app with Go would be cool !
@shivanshusiyanwal2963 жыл бұрын
2 videos in a week! Nice!
@kombi16973 жыл бұрын
Being bumping into go of late, nice tutorial to get one started.
@sampathbalivada-personal3 жыл бұрын
Thank you. This helped me refresh my go knowledge before starting my project.
@staa77313 жыл бұрын
`We have an exponential crisis` Haha that got me soo good XD
@cambridgebreaths35813 жыл бұрын
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
@SUGATORAY3 жыл бұрын
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_hdd3 жыл бұрын
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.
@developerhabits3 жыл бұрын
Great intro video. I haven't written Go before, but you made it easy to follow and understand.
@WilliamDye-willdye3 жыл бұрын
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-e2f3 жыл бұрын
You video is so knowledgeable Your teaching style is excellent Ma'am Ma'am plz upload more videos on programming.
@Playstation13 жыл бұрын
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 :)
@shabirahmadazizi63853 жыл бұрын
Excellent introduction
@tyrick24813 жыл бұрын
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.
@prantikdeb39373 жыл бұрын
Wow!! Back to back videos 🔥👏
@BenjaminWheeler05108 ай бұрын
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-bx1ut3 жыл бұрын
Finally a person who delivers only relevant information and in the right pace! This is so great - thank you! спасибо большое :-)
@gyanshree6203 Жыл бұрын
Very informative 😊
@goncaloteixeira58003 жыл бұрын
Awesome video. What do you usually use Golang for? CLI's?
@g_c66683 жыл бұрын
Web stuff, especially back end, if I understand correctly..
@doesexistthisname2 жыл бұрын
Yes, in 17 minutes, but speaking at 2x... 😁 Very useful, thanks!
@iqlaasismail22883 жыл бұрын
is this repo available on github or somewhere?
@drewbird87 Жыл бұрын
🤯wow. Thank you!
@sina-qh8wm3 жыл бұрын
short video but effective, every one should like & subscribe :)
@TechiiEngineer3 жыл бұрын
after watching this video can I add GOLANG in my resume?
@nurjamil63813 жыл бұрын
thank youuuu, i really need this
@kaneg62933 жыл бұрын
Nice tutorial thanks.
@Reliquancy3 жыл бұрын
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.
@Reliquancy3 жыл бұрын
@@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.
@shieldddgempire2963 жыл бұрын
Great Compilation!!
@eleonorlopez96123 жыл бұрын
Hi.do you have any golang talent/company you can refer?
@eleonorlopez96123 жыл бұрын
Not to directly hire them but to assign to them these golang projects that we have
@gv67583 жыл бұрын
Hey, what computer do you use?
@cedric17313 жыл бұрын
Wanted to dig into C++ next. Order of plans might have changed now... ^^
@NoNameNoShame223 жыл бұрын
Me be like Neo in The Matrix: I know Go now.
@oslogrigor83203 жыл бұрын
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? 😅
@MohammedAbbasPLUS3 жыл бұрын
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.
@MohammedAbbasPLUS3 жыл бұрын
@@Anastasia-Marchenkova 👍👍👍
@todaysmotivation96922 жыл бұрын
Brain with beauty ♥️
@MuriM3 жыл бұрын
Let's Go!
@curious_one11563 жыл бұрын
@@Anastasia-Marchenkova да !
@georgiodc3 жыл бұрын
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.3 жыл бұрын
very fast & very clear
@spinning-around3 жыл бұрын
How it helps with physics?
@philippemartin47383 жыл бұрын
It holds my beer !
@richardikin3 жыл бұрын
I sense a GO project in my future.
@andressalazargaleano64193 жыл бұрын
love go
@davida.75863 жыл бұрын
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 ?
@darkenviado34463 жыл бұрын
Thank you ❤️
@jy2024new7 ай бұрын
Cool one, but the last 2 sections examples can be simpler ones
@raquibhasib17103 жыл бұрын
Hello Anastasia Nice video....
@timebroua2 жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
Why not emacs.
@bernardonavarrete66563 жыл бұрын
Gracias!!!
@brogrammer87833 жыл бұрын
A beautiful blond that knows tech. It's too overpowered. It's not fair
@pranavtupe82903 жыл бұрын
I love Go more than Python
@user-vm1wr7ib1n3 жыл бұрын
@@Anastasia-Marchenkova so cute
@curious_one11563 жыл бұрын
@@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.
@dxb77443 жыл бұрын
Уфф сложно понять 😣😖
@antonpil1353 жыл бұрын
Есть видео, как на русском говорит?
@KayakingThroughLife Жыл бұрын
How can you kill a cactus? You have to be really bad! :p
@AL6S007403 жыл бұрын
Damn cool
@sunquake3 жыл бұрын
Можно по-русски, Настя??
@miguelonex533 жыл бұрын
You're gorgeous 💖💖💖
@donaldduck57313 жыл бұрын
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
@belfegorcit43243 жыл бұрын
Вы за бугром учились сразу или православный физтех, физфак оканчивали? =)
@ralexis123 жыл бұрын
💪🏽💯💯🔥🔥
@АлексейКиселев-д2г3 жыл бұрын
С кактусом всё понятно, а вот почему собачка морковку ест - ?! ))
@АлексейКиселев-д2г3 жыл бұрын
@@Anastasia-Marchenkova Может иногда в морковку мясо незаметно добавлять? Вдруг тогда собака мясо полюбит?)
@curious_one11563 жыл бұрын
Dogs and carrots ??!
@curious_one11563 жыл бұрын
Oh, I skipped maps.
@adrien-barret3 жыл бұрын
cool but too fast when you speak
@snouk90173 жыл бұрын
I heard the sweet melody of the mermaid singing... But my heart already belongs to Rust. Sorry honey :