Golang Tutorial for Beginners | Full Go Course

  Переглядів 1,786,280

TechWorld with Nana

TechWorld with Nana

День тому

Full Golang Tutorial to learn the Go Programming Language while building a simple CLI application
In this full Golang course you will learn about one of the youngest programming languages that is becoming more and more popular in the cloud engineering world, which is Go or also commonly known as Golang.
You will learn everything you need to get started with Go and start using it in your projects. We're going to write a very simple CLI application to learn the basics of Go. So instead of learning the concepts and syntax of Go with isolated examples, you will learn them while building an actual application throughout the tutorial.
Before diving right into the syntax you will first understand why Go was even developed, its use cases or what Golang is used for and how Go is different from other programming languages.
#golang #techworldwithnana
▬▬▬▬▬▬ L I N K S 🔗▬▬▬▬▬▬
Git Repo: ► gitlab.com/nanuchi/go-full-co...
Course Waitlist - Sign up to get notified: ► www.techworld-with-nana.com/c...
► This video is sponsored by Kasten 🙌🏼
► Free Kubernetes Backup and Migration - Download Kasten's K10 and Get 10 nodes free forever: www.kasten.io/nana
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Intro & Course Overview
INTRODUCTION TO GO
02:47 - What is Go? Why Go? How it's different?
06:50 - Characteristics of Go and Go Use Cases
GO SYNTAX & CONCEPTS
08:59 - Local Setup - Install Go & Editor
12:54 - Write our First Program & Structure of a Go File
22:02 - Variables & Constants in Go
30:43 - Formatted Output - printf
33:43 - Data Types in Go
45:18 - Getting User Input
47:19 - What is a Pointer?
53:55 - Book Ticket Logic
57:16 - Arrays & Slices
1:11:12 - Loops in Go
1:24:24 - Conditionals (if / else) and Boolean Data Type
1:39:33 - Validate User Input
1:54:02 - Switch Statement
1:58:37 - Encapsulate Logic with Functions
2:22:36 - Organize Code with Go Packages
2:35:39 - Scope Rules in Go
2:37:16 - Maps
2:53:20 - Structs
3:02:15 - Goroutines - Concurrency in Go
3:23:51 - Congratulations!
▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
Full Python course ► • Python Tutorial for Be...
Full Docker course ► • Docker Tutorial for Be...
Full K8s course ► • Kubernetes Tutorial fo...
DevOps Tools explained ► bit.ly/2W9UEq6
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
INSTAGRAM ► bit.ly/2F3LXYJ
TWITTER ► bit.ly/3i54PUB
LINKEDIN ► bit.ly/3hWOLVT
FB group ► bit.ly/32UVSZP
DEV ► bit.ly/3h2fqiO
▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬
► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/45mXaer
► High-Quality and Hands-On Courses 👉🏼 bit.ly/3BNS8Kv
► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3Ozl28x

КОМЕНТАРІ: 1 100
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Git Repo: ► gitlab.com/nanuchi/go-full-course-youtube Course Waitlist - Sign up to get notified: ► www.techworld-with-nana.com/course-roadmap ▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬ 0:00 - Intro & Course Overview INTRODUCTION TO GO 02:47 - What is Go? Why Go? How it's different? 06:50 - Characteristics of Go and Go Use Cases GO SYNTAX & CONCEPTS 08:59 - Local Setup - Install Go & Editor 12:54 - Write our First Program & Structure of a Go File 22:02 - Variables & Constants in Go 30:43 - Formatted Output - printf 33:43 - Data Types in Go 45:18 - Getting User Input 47:19 - What is a Pointer? 53:55 - Book Ticket Logic 57:16 - Arrays & Slices 1:11:12 - Loops in Go 1:24:24 - Conditionals (if / else) and Boolean Data Type 1:39:33 - Validate User Input 1:54:02 - Switch Statement 1:58:37 - Encapsulate Logic with Functions 2:22:36 - Organize Code with Go Packages 2:35:39 - Scope Rules in Go 2:37:16 - Maps 2:53:20 - Structs 3:02:15 - Goroutines - Concurrency in Go 3:23:51 - Congratulations! ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬ Full Python course ► ukposts.info/have/v-deo/rGihhJqCkKag2H0.html Full Docker course ► ukposts.info/have/v-deo/a5NenXilbmmVpXk.html Full K8s course ► ukposts.info/have/v-deo/kGRpiqt7jaxhxaM.html DevOps Tools explained ► bit.ly/2W9UEq6 ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬ INSTAGRAM ► bit.ly/2F3LXYJ TWITTER ► bit.ly/3i54PUB LINKEDIN ► bit.ly/3hWOLVT FB group ► bit.ly/32UVSZP DEV ► bit.ly/3h2fqiO ▬▬▬▬▬▬ Courses & Bootcamp & Ebooks 🚀 ▬▬▬▬▬▬ ► Become a DevOps Engineer - full educational program 👉🏼 bit.ly/3gEwf4V ► High-Quality and Hands-On Courses 👉🏼 bit.ly/3nIouPW ► Kubernetes 101 - compact and easy-to-read ebook bundle 👉🏼 bit.ly/3mPIaiU
@donat880
@donat880 2 роки тому
Hi, Nana thanks for the video, do you have a paid Golang course/boot camp? thanks again!
@LetsBeHuman
@LetsBeHuman 2 роки тому
Hi Mam, When can we expect advanced Golang topics.... Please post sooner... Can't wait to learn channels and other topics... Pleaseeeeeeee
@LetsBeHuman
@LetsBeHuman 2 роки тому
At 50:04 , you can again reused the slide from 48:11 and show how user entered value is pointed to/assigned to userName variable. It would have been nice. Animation at 1:38:46 is great. Animatino at 2:33:!6 is best way to explain how exporting works in the definition package vs. the package where it is used. Awesome. 2:46:50 - thanks for mentioning that we don’t have to memorize those conversions and we can Google it. I had such fear as a newbie decade back when I got into programming.
@ThePsaratha
@ThePsaratha 2 роки тому
Thanks
@ThePsaratha
@ThePsaratha 2 роки тому
Thanks
@kylerjohnson988
@kylerjohnson988 2 роки тому
As a Sr. Principal Engineer, when I need to get ramped up on something new quickly, the first thing I do is go to youtube and look to see if you have any videos on it. Your content is well-structured, focused, and very well explained. It's truly superb. Thanks for all that you do!
@chouiahoussem1323
@chouiahoussem1323 Рік тому
I love how you just had to tell everyone you're a Sr. Principal Engineer, very humble of you to watch tutorials like the rest of us.
@kylerjohnson988
@kylerjohnson988 Рік тому
@@chouiahoussem1323 it’s a compliment to the content creator that her tutorials are helpful to people of different skill levels and experiences.
@scycer
@scycer Рік тому
Agreed, looking forward to the course! Chouia, when you have been doing this for a long time, it's important to thank those who put in the effort to deliver high quality videos. We are always learning, as we get more experienced though our learning time can be more precious and limited.
@dixztube
@dixztube Рік тому
What advice would you guy an intermediate dev (also coming from node which I feel pretty comfortable with)
@aqua3418
@aqua3418 Рік тому
And to add to it - the reason why engineers know things is because they .... study!
@markusbuchholz3518
@markusbuchholz3518 2 роки тому
From my humble point of view you and your team effort delivered in this channel, together with performance which is the master of piece for everyone are really breathtaking. You are brilliant lady of the UKposts! I do believe your are one of the most important software technology "influencer" in this decade and I hope also it will last far beyond. Keep finger for your goals. Have a nice day!
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thank you so much Markus for your appreciative comment and support. Such feedback really motivates us to keep creating more content on our channel! 💙
@markusbuchholz3518
@markusbuchholz3518 2 роки тому
@@TechWorldwithNana Awesome feedback. I think I am form Mars but you are from Venus! Good Luck
@giuseppe9124
@giuseppe9124 2 роки тому
I agree, great content and Nana explains everything so well. Kudos to all the team and to the amazing Nana!
@MonoJaviX
@MonoJaviX 2 роки тому
I can only agree with this comment, I just finished watching it and it was amazing. Thank you so much for giving us this piece of learning Nana.
@fpvaddictdad2730
@fpvaddictdad2730 Рік тому
There are some people who are gifted teachers, you are one of them. This is one of the best courses I have taken in the last 15 years. Thank you so much for putting this together and sharing your gifts with us. I wish you the best sucess.
@ZerubabelJember
@ZerubabelJember 7 місяців тому
I am writing to express my sincere appreciation for teaching me all the concepts in the Go language. I have learned so much from you, and I am truly grateful for your time, guidance, and support.
@laracary
@laracary 2 роки тому
This is a wonderful tutorial for beginner like me who never been a developer in my career so far. Thank you Nana for your contribution to educate others.
@VinayGoudtallapalli
@VinayGoudtallapalli Рік тому
I can't believe that i learned GoLang in less than four hours. I know there are more advanced concepts, but being a senior developer, i think this is enough for me to put together a backend service. Thanks for this amazing content, Nana!
@larskefka3373
@larskefka3373 Рік тому
You can learn how to play chess in less than 30 mins. Playing well and being in the 10% of the population is something else altogether.
@lipin007
@lipin007 Рік тому
@@larskefka3373 wrong analogy!
@larskefka3373
@larskefka3373 Рік тому
@@lipin007 you should say why it is wrong analogy.
@lipin007
@lipin007 Рік тому
@@larskefka3373 Not interested!
@enriqueleonmacias249
@enriqueleonmacias249 6 місяців тому
@@larskefka3373because it’s like saying that if you quickly learn how to drive a car it is not enough because 1% of drivers are so much more experienced and therefore can drive way faster when normally most of the people just want the driving license to take them where they need when they need. Most of the developers are not going to be doing benchmark competitions to test who’s code is faster. They just need their application to work, fast enough and to do it securely
@swapnilbanga4030
@swapnilbanga4030 2 роки тому
Pacing, presentation, content - everything is on point. Usually, I get bored with online tutorials and have to force myself to watch them after a certain point but this is an exception!
@venky1964
@venky1964 2 роки тому
This is superb! Very well organized, very well explained and very well paced!
@makeauthority
@makeauthority 2 роки тому
It's a great tutorial, and explanation because I can't ever seen this simplistic and easy step by step. Thanks so much.
@ShahsankShekhar
@ShahsankShekhar Рік тому
Honestly, I started with your Docker tutorial, and the way you have organised and present the course is impressive. Your videos are becoming my default go to for advance concepts. Very thankful for this great work!.
@Little-bird-told-me
@Little-bird-told-me Місяць тому
Have watched many GO content but none explained the use cases so succulently. And you are giving it away for free. Love the times we live in...
@hameedaabid1177
@hameedaabid1177 2 роки тому
It is amazing how many concepts you were able to introduce in this 3 hour tutorial and made it very easy to learn and remember.
@IsaacChristian-ho2xk
@IsaacChristian-ho2xk 4 місяці тому
Just starting out with programming and decided Go was going to be my first language. Many colleagues directed me to your page as the guru of technology content on UKposts. The steps were so clear, concise and made more and more sense as I went along. Thank you for putting this together!
@andjelaarsic9217
@andjelaarsic9217 Рік тому
Nana, your tutorials are absolutely awesome! You are one of the first channels I check when I want something explained. You answer the right questions and explain things in such nice details. Thank you so much!
@narayananl6394
@narayananl6394 Рік тому
Hey which job you are
@andrewmcmenemy7879
@andrewmcmenemy7879 2 роки тому
I've been searching for a tutorial that would make sense of Go's package system, and yours finally made everything clear to me. Thanks!
@kaibhai
@kaibhai 2 роки тому
This is exactly what I was looking for. The explanations were very descriptive but short and the comparisons with other languages made it more clear. Thank you so much for this resource.
@philipmwangi5270
@philipmwangi5270 2 роки тому
Well, I can Humbly say that I've understood many software engineering concepts with this channel. Wish all the professors were like you. Keep up the good work
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Wow, thank you for such great feedback, Philip! Really happy to hear! 😊
@davidnetk
@davidnetk 2 роки тому
Nana once again astounds not only with her teaching talents but with the structure and cadence of her courses. Go is an amazing language and I am now more excited than ever to continue to learn it, as well as more confident thanks to completing this course. Thank you so much!!
@js_engineer
@js_engineer 2 роки тому
I'm a javaScript developer and this tutorial is completely understandable for me. Now I know Go fundamentals. Thank you for your job!
@anthonyapodaca8617
@anthonyapodaca8617 2 роки тому
This was the most well explained, engaging and amazing course on Golang. Thank you for constructing this course and for the effort put into it!
@sreekanthadluruvlogs5472
@sreekanthadluruvlogs5472 2 роки тому
Nana, You are star ⭐️. I admire the way you deliver the subject. Top Class
@swar4u25
@swar4u25 2 роки тому
My week kicked off with new learning as always with Nana's course... Go.. Golang() thank you Nana for this awesome content😊
@klimentradoev7404
@klimentradoev7404 Рік тому
Amazing! I almost haven't seen such A clear, well-structured and methodical explanation on a topic for 15 years of teaching practice! Thank you Nana!
@binoysankar2281
@binoysankar2281 2 роки тому
I have watched 45 min now and i can say the way you explain this is very easy to understand and coming from java background I feel its much more easier to learn, not sure. Thanks for your efforts. Kudos Nana...
@FilipeFreire
@FilipeFreire 2 роки тому
Awesome job explaining Go concepts, the best course I've seen so far! The amount of preparation and dedication that was put into it (graphics, animations, steps to build the application..) sure distinguish this course from others in YT. A must watch if you're entering Go world :) Thank you for uploading this! 💙
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thank you so much for your amazing feedback, Filipe! Really appreciate it 💙
@poyahancouk
@poyahancouk Рік тому
Thank you Nana for such detailed teaching! You have the most logical framework of introduction to programming I've ever seen so far! RESPECT!
@datguy4104
@datguy4104 Рік тому
Incredible tutorial. Very good jobs of teaching the small stuff as you go vs something like "this is a string, you can do x, y, and z. This is an array, you can do x, y , and z". Very easy to follow along with great explanations along the way and perfect timing with the nuanced stuff like syntax variations
@zahreddinesoualem3213
@zahreddinesoualem3213 7 місяців тому
I haven't touch my laptop for almost 6 month I was really busy with life, then when I came back I started with your course which really saved my life, just a few hours were enough to refresh my mind and bring back nwhat I have learn in Go, thank you.
@fladrian
@fladrian 2 роки тому
What an amazing course.! Thanks you nana for this well explained, detailed and helpful tutorial
@austinmusiku778
@austinmusiku778 Рік тому
This was excellent. I appreciate all the efforts you put in to the preparation of this video. Simply the best!!
@sevdaakari5677
@sevdaakari5677 9 місяців тому
It seems so easy to learn Go with you, wish there was a full Go course like this. Thank you so much for your time and effort!
@ahmadfaiaz3535
@ahmadfaiaz3535 Рік тому
I personally really enjoyed watching this tutorial, and can't wait for next coming tutorial on covering advanced topics. Thanks for making such a useful tutorial.
@RafaelAvilaMartinez
@RafaelAvilaMartinez Рік тому
Such a great course! to-the-point material for those of us with experience. Thank you very much!
@ronclauw
@ronclauw 2 роки тому
First of all, this tutorial is EXCELLENT ! It's definitely in my top 3 of the many, many, many turorials I've come across over the past 30 years. Second, I love this language. The syntax is strict but fair and anticipates debugging. All programming code should be like this. I can't wait to rewrite my entire Powershell library in Golang.
@anthonyfarias321
@anthonyfarias321 2 роки тому
This course is pure gold. Thank you so much. I get to understand every topic you explain.
@nekoill
@nekoill 2 роки тому
Amazing tutorials, just absolutely stellar! This is exactly what I think an ideal tutorial should be: lots of practical stuff with passing but clear explanation of what it is and how it works. If I could, I'd subscribe twice.
@zahid1909
@zahid1909 Рік тому
Undoubtedly one of the most compact yet comprehensive beginner lesson on go that we find on the internet. Thanks a lot, Nana, you have covered a ton of features of go in a single video.
@ThomasPoth
@ThomasPoth 2 роки тому
Thank you so much for this amazing tutorial. I've done it in one "Go" 😉 Further more; all the samples are working great without to become stuck.
@lholhofox
@lholhofox Рік тому
In 3 hours she basically taught 80% of what I learned in 2 years at Centennial College! What a shame for the Canadian educational system and what a great Video Nana!! Thank you for continually support the community, principally the new comers!! Keep it up!!
@saravanansaibaba8374
@saravanansaibaba8374 2 роки тому
Great tutorial Nana. The use case based approach was brilliant and engaging and puts language in perspective. I started the course and sat for the whole 3 1/2 hours and completed it. Thanks a lot for a great tutorial. Looking forward for more advanced tutorial.
@jasonsimpson1609
@jasonsimpson1609 9 місяців тому
This was a fantastic tutorial. Great for getting started and explained in detail. Thanks Nana!
@ChristopherPhillipsDev
@ChristopherPhillipsDev 2 роки тому
Thank you very much for this course Nana! I appreciate all the time and effort that went into making this course. I'm looking forward to the advanced version now!
@BanibrataDutta
@BanibrataDutta 2 роки тому
Absolutely. Would very much appreciate advanced course too.
@iamSSudheer
@iamSSudheer 2 роки тому
I felt this video interesting as we started implementing a project unlike other videos which start from basics of variables and loops. Thanks a lot Nana.
@crimsionCoder42
@crimsionCoder42 9 місяців тому
I'm literally at 52:24 and already I have to thank you. You taught this the same way many people introduced Python. Go through essential variables and get something to print, then learn how to input (which teaches the concept of the pointer perfectly) and continue building. I went through 2 dry Udemy I paid for and this is already explaining the concepts much better.
@oferfg4a
@oferfg4a 2 роки тому
Great course Nana (as always!) can't wait for the advanced course...
@namashaggarwal7430
@namashaggarwal7430 2 роки тому
Such an awesome course ❤️. Could you please also make a course on intermediate to advanced concepts in Golang ❤️
@dr.thantphyoaung
@dr.thantphyoaung 2 роки тому
Thanks for your Steady, Precise, Clear explanation without any useless words. What a great course!!! I am so excited about your next Go advanced course.
@upnata
@upnata 6 місяців тому
I'm so incredibly grateful to the tutorials on this channel. They're incredibly well structured, concise, and nuanced. I've learned Docker and Golang now in record time, and felt autonomous enough to go into the docs myself and implement my own projects straightaway. When a technology is taught so well, the student leaves with more curiosity and desire to learn further. Very minor point: I am 99% sure there's a slight misstep at around 2:16:00 when implementing the func bookTicket. When bookTicket is called, it returns nothing and the firstNames slice is empty when you run the program. I returned bookings from the bookTicket function, reassigned bookings in the main function scope to the bookTicket function result, and then the program ran (bookings was updated, so firstNames showed the new user's firstName). Apologies if I'm incorrect, but wanted to share. Regardless, this tutorial is fantastic and the point of the function section (to modularize the code) was conveyed.
@danishparvez4141
@danishparvez4141 2 роки тому
What an amazing introductory course on Golang! It's the best of its Kind. Keep the learner hooked to it all the time. Crisp, precise , covering all the important aspects of the language. Kudos to you, and so grateful that you made it freely available here. 😀
@davidef.982
@davidef.982 2 роки тому
Perfect timing, just in time when I wanted to start learning it 😍😍😍
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Great to hear! 😊
@kushagralonaria2133
@kushagralonaria2133 6 місяців тому
First time on YT I have completed a 3+hrs tutorial in a single sitting. Really engaging content with covering all the important aspects and variations to get started.
@carmelomarasco4746
@carmelomarasco4746 2 роки тому
I think this Is the best golang course I have ever watched on UKposts. You did an Amazing job. Your explaination is very clear. Awesome!!
@TriLou-je4rg
@TriLou-je4rg 10 місяців тому
You are fantastic Nana! I really appreciate all your videos, it is very easy to understand and informative. Thank you and the team very much !!
@1etcetera1
@1etcetera1 2 роки тому
ты крутая, успехов тебе! спасибо за курс.
@michaelwijayagames
@michaelwijayagames Рік тому
As a Sr.Forklift Certified person, when I need to get ramped up on something new quickly, the first thing I do is go to youtube and look to see if you have any videos on it. Your content is well-structured, focused, and very well explained. It's truly superb. Thanks for all that you do!
@daixso
@daixso Рік тому
Thank you so much for the tutorial it was paced just fast enough to grasp the concepts without dragging on and was clear and concise to follow along with. Excited to look at the rest of your content including your Python course!
@ms4573
@ms4573 2 роки тому
Nana, I have attended an hour straight of this tutorial, probably the longest ever attention span for me. I have watched a few hundred tutorials like anyone else in IT and no other tutorial has come close to just how well you handle explaining concepts. Kudos !. Thanks for the motivation.
@sudarshankandi9097
@sudarshankandi9097 2 роки тому
great tutorial. Love the fact that you walk the student through setting up the environment and tie back concepts to older languages to increase familiarity. Looking forward to the advanced course.. and can't wait to put these beginner skills to converting my Python based project to a Golang implementation.
@iamtbay
@iamtbay 11 місяців тому
I've just noticed this course. It's amazing, well explained, clean, focused and detailed. I guess best course for beginners. Thank you!
@burnpsycho196
@burnpsycho196 Рік тому
I'm new to your channel but not new to programming but I'll say that your simplicity is amazing and very understandable bravo!!!❤️❤️
@LetsBeHuman
@LetsBeHuman 2 роки тому
Thanks for making great quality content and keeping it free and accessible. I finally finished this video. There are lot of channels that cover programming languages and interview prep. Only few do DevOps. I sincerely request you to start making videos on AI/ML/ Computer Vision topics. It involves Maths and sometimes scares newbies. Also waiting for the Golang course on advanced topics like channels, wait groups, etc. Also, only great teachers can make any topic understandable and the explain like they can explain to 5. Once again, Thanks to your team.
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thanks so much for your support! Thanks for your suggestions, for now AI/ML topics are not planned though
@LetsBeHuman
@LetsBeHuman 2 роки тому
@@TechWorldwithNana I'm crying. At least in future please consider your decision. Please, we need good teachers and doctors in this world. Please...
@tpierce3
@tpierce3 2 роки тому
I've gone through my fair share of Go tutorials, paid and YT, and while there were a couple of good ones... this is hands down the best introduction to Go I've seen so far. And I didn't just watch it. I did the full code along with this one. The organization of the coding project to build up Go programming concepts that were visually and audibly explained with such clarity - was fantastic. This actually rekindled my excitement for learning this language. I cannot wait for the full Basic to Advanced course when it releases. Kudos. Well done.
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
I'm happy you enjoyed the course, and thank you so much for such amazing feedback! I appreciate it 💙
@tpierce3
@tpierce3 2 роки тому
@@TechWorldwithNana You're welcome!
@kunal-gohrani
@kunal-gohrani Рік тому
It was a brilliant tutorial for beginners to Go. I had to learn Go for a project in my company and this has taught me beginner level go in 2 days brilliant!
@abhinavganguly3917
@abhinavganguly3917 2 роки тому
Watched this course to help me learn this language for a coding interview. Really appreciated the examples, explanations, and overall help!
@itprofit32
@itprofit32 2 роки тому
Unbelievable one human can contain so much non-trivial information, and much more unbelievable she can share the information so clearly and easy
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thank you so much Nikolay, for such amazing feedback! 💙
@abhisekkumar3375
@abhisekkumar3375 2 роки тому
Thank you nana for all the efforts you are doing to help people in their learnings ..
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thank you for your appreciative comment 😊
@user-fu7lu6ch2m
@user-fu7lu6ch2m 11 місяців тому
What a course, so easy to follow and you get all the basics covered. Love it and Thank you Nana. Love to know more advance topics.
@CarlosEDiaz
@CarlosEDiaz Рік тому
Thank you for your effort making this course, it was great! With the right level of detail that I was looking, but without losing any time. Love it.
@sauravkalal1037
@sauravkalal1037 2 роки тому
Thank you as always ❤️ can you please make a video on advanced version on this course for cloud native deployment and other cloud native action in pure Golang code
@georgegach7570
@georgegach7570 2 роки тому
Nana being awesome as always. Thanks for this golden content!
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thanks so much George! 🙂
@raulalejandromunozaraya3878
@raulalejandromunozaraya3878 2 роки тому
No doubt, Nana is by far one of the best around. Thanks a lot for this huge effort from your side. 👏🏻👏🏻👏🏻
@giridharkirthikh876
@giridharkirthikh876 2 роки тому
The best tutorial available on Golang over UKposts. The speciality of this tutorial is all the concepts, right from basics to advanced are covered step by step by building a small project very perfectly. Very much learner friendly, especially for beginners. Hats off to you. Appreciate your efforts
@Bheemhere
@Bheemhere 2 роки тому
Perfect timing ❤️ Thank you guru
@tushitapatel5782
@tushitapatel5782 2 роки тому
Your lesson is fantastically curated! You made it sound so simple and broken down. Looking forward to the upcoming, more intensive Go course. I'd also love to learn more about akka from you, Nana.
@LetsBeHuman
@LetsBeHuman 2 роки тому
+1. The beauty of this channel is they break down and makes things simple with their slides and animations.
@georgivalkanov2377
@georgivalkanov2377 2 роки тому
Truly impressed of how clear your explanation of each concept is. Thanks a lot for sharing with us such an amazing content.
@stephendelacruzone
@stephendelacruzone 2 роки тому
This is THE best "Hello World" tutorial I've ever encountered. Love the thoroughness of it all. 💎✨👌
@jsathyanarayana7782
@jsathyanarayana7782 2 роки тому
Thank you for the awesome video and all the effort you and your team put in these videos.Truly amazing!!
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
Thanks for your appreciation Jayanth! 🙏
@altrukar123
@altrukar123 2 роки тому
Great Work! Wonderful Tutoring! Awesome & Comprehensive Tutelage. Thank you so much...
@TechWorldwithNana
@TechWorldwithNana 2 роки тому
My pleasure! Thanks for your comment! Enjoy the course 💙
@RN-er7mz
@RN-er7mz 2 роки тому
Wow, i stay up-to-date in devops world with your videos Nana, thanks a ton!
@benjacoblee
@benjacoblee 8 місяців тому
JS dev here - been struggling a bit with Go syntax. I've been tutorial hopping, but nothing was clicking - till this one! Thanks so much!
@Merrett11
@Merrett11 Рік тому
Great course, completed over 2 days. Coming from a Python background it was easy to pick up - great to learn the differences and code something that covered all the foundations!
@DevBishwasBh
@DevBishwasBh Рік тому
Cool!
@belski256
@belski256 2 роки тому
Had forgotten some concepts and after watching this.This has to be the best Golang tutorial online.Learnt some much in a short time.
@AndrewPa
@AndrewPa Рік тому
As tech lead, SRE and ODL I found your course sooo good that I subscribed to your channel and learning so much and so quick. U r a perfect instructor
@soff5697
@soff5697 2 роки тому
I like the way you explain new concepts, you're one of the best instructors I've ever seen. Good job Nana 🔥
@shivanitiwari7751
@shivanitiwari7751 Рік тому
Hello @Soff ,do we need to have any kind of skills or knowledge before starting this course??
@soff5697
@soff5697 Рік тому
@@shivanitiwari7751 ,I don't think so. Having any experience with threads using Cpp or java (any multi threaded prog language) can be helpful but nana is explaining everything from scratch so I suppose there are no prerequisite needed for this course.
@shivanitiwari7751
@shivanitiwari7751 Рік тому
@@soff5697 okay thanks for the information
@soff5697
@soff5697 Рік тому
Welcome 😊
@VivekSingh-ep5gz
@VivekSingh-ep5gz 2 роки тому
This is my first course from you Nana. Never seen such a well explained course on Go. Your way of teaching shows that you care for your students to really grasp the concepts. Thankyou so much!! Looking forward for the advanced course...
@brokensyn779
@brokensyn779 Рік тому
Thanks for this! I've been a web focused JS dev for awhile, but have been wanting to branch out. The utility of Golan appealed to me and now I feel like I know enough to get started. Great video!
@LampJustin
@LampJustin 2 роки тому
Wow, just wow, I'm blown away! Such a great tutorial! You can and should be proud!
@hardztp
@hardztp 2 роки тому
It's just an hour she uploaded video and already got 500 likes... that's just bcos of Nana's teaching style... Thanx Nana for all Ur videos and also for Ur awesome Terraform n Docker tutorials
@fadidev3383
@fadidev3383 2 роки тому
Teaching way is basic than others, and also same as other teachers! everything is basic normal style but good.
@TheSumitBanik
@TheSumitBanik 2 роки тому
As usual amazing tutorial and explanation. Just an addition, In GoLang curly braces should be in the same line where the for loop is started. Like: for { and not: for { }
@davidrahauser4234
@davidrahauser4234 2 роки тому
It's just (default) CodeStyle-Guide, it depends on what your project in real world companies has set.
@subinest
@subinest 2 роки тому
This is one of the best (if not the best) beginner course of Go, hats off for the efforts you are putting behind each course.
@subrajeetmaharana
@subrajeetmaharana Рік тому
Never experienced such tutorial in my whole life. Some people teach you and some people make you teach. Nana comes later. Amazing Nana. Lots of good wishes.❤❤❤❤
@mattk6910
@mattk6910 2 роки тому
I’ve been wanting to dive into Golang for a few years and have built a few things from tutorials - such as HTTP servers and fake CLI apps. This is BY FAR the best Go tutorial I’ve seen so far. I’ve understood more core concepts and features of the language from this tutorial than any other, even the more “technical” ones. Excellent job and I love this channel!
@hieverybody4246
@hieverybody4246 2 роки тому
Can I ask, why do Go rather than Rust?
@ReyoRanga-zw2tc
@ReyoRanga-zw2tc 6 місяців тому
It couldn't get easier. This course was awesome Using simple terms to explain the code and explaining the logic behind the code and teaching from scratch made this course incredible. Thank you so much ❤
@ShaunOfNintendo
@ShaunOfNintendo 2 роки тому
Truly a fantastic tutorial. Very much looking forward to the advanced tutorial!
@codingfuel
@codingfuel Рік тому
Just finished this course, thank you! I really only had a strong grasp of Python before, so I was pleased to see that there are some similarities (like accessing a map, the len() function, etc.).
@90DaysOfDevOps
@90DaysOfDevOps 2 роки тому
Just completed this and it was a great great way to learn the fundamentals of Go... I am new to programming and as much as i am not focused on becoming a developer I do want to understand the code in which applications my company creates. Great Job Nana. Have used this for my #90DaysOfDevOps Learning.
@franzalexanderyepezhinostr8653
@franzalexanderyepezhinostr8653 2 роки тому
Thanks, Nana. I really enjoy your content. Learning go is one of my goals for this year.
@HopelessMasculineSkinnyDude
@HopelessMasculineSkinnyDude 2 місяці тому
just completed this course. The concepts were so well explained that I completed this course in a single day. waiting for the advanced level video!!!!
@prashantfulara5649
@prashantfulara5649 Рік тому
You taught Go basics with some of advance topics with so ease. Great learning experience for me and it saved a lot of time too :)
Kubernetes Crash Course for Absolute Beginners [NEW]
1:12:04
TechWorld with Nana
Переглядів 2,5 млн
Learn GO Fast: Full Tutorial
1:07:53
Alex Mux
Переглядів 260 тис.
Завтра в школу с... | Шоу-квиз «Вопросики»
00:28
Телеканал СОЛНЦЕ
Переглядів 5 млн
McDonald’s MCNUGGET PURSE?! #shorts
00:11
Lauren Godwin
Переглядів 30 млн
Master Go Programming With These Concurrency Patterns (in 40 minutes)
46:15
DevSecOps Tutorial for Beginners | CI Pipeline with GitHub Actions and Docker Scout
1:20:00
JavaScript Tutorial for Beginners [JS Crash Course 2024]
1:37:14
TechWorld with Nana
Переглядів 79 тис.
Beginners Should Think Differently When Writing Golang
11:35
Anthony GG
Переглядів 86 тис.
Python Automation with ChatGPT
1:14:05
TechWorld with Nana
Переглядів 265 тис.
Go 1.22 is bringing about a new future for the language.
4:32
Dreams of Code
Переглядів 141 тис.
Golang Tutorial 3 - Golang pointers explained, once and for all
13:49
Why I Use Golang In 2024
9:21
ThePrimeTime
Переглядів 216 тис.
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
3:36:55
TechWorld with Nana
Переглядів 8 млн
How I became a DevOps Engineer - Minidoc by @Honeypotio ​
11:08
TechWorld with Nana
Переглядів 105 тис.
Завтра в школу с... | Шоу-квиз «Вопросики»
00:28
Телеканал СОЛНЦЕ
Переглядів 5 млн