Go Programming – Golang Course with Bonus Projects

Go Programming – Golang Course with Bonus Projects

freeCodeCamp.org

1 год назад

621,680 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Flaco Jones
Flaco Jones - 21.09.2023 04:26

Is there a sqlc generate flag or add on with which i could have it auto generate lowercase snake_cased JSON modifiers for the structs it generates? Save us the whole custom models.go file?

Ответить
Flaco Jones
Flaco Jones - 20.09.2023 04:56

much respect. this is an excellent course.

Ответить
Ntsako Shilubane
Ntsako Shilubane - 19.09.2023 11:10

Would you recommend Go for complete newbie wanting to learn programming

Ответить
Touqeer Hameed
Touqeer Hameed - 17.09.2023 21:10

Nice course to quickly ramp up on Go basics and advance really thanks you so much

Ответить
Debajyati Dey
Debajyati Dey - 15.09.2023 16:44

Please make an Ocaml course covering modules and higher order functions

Ответить
Ashutosh Jha
Ashutosh Jha - 12.09.2023 07:57

how to build go applications for multiple OS?

Ответить
Aethier
Aethier - 09.09.2023 20:54

saying that int 1 is less human readable than 1 int has to be the most opinionated L take I've ever heard

Ответить
Az1tchhh
Az1tchhh - 07.09.2023 15:55

You need to tell about "Why/with what (another language) better than GO?" Not "GO has efficient memory allocation than Java(or another lng)".

Ответить
Lekan O.G
Lekan O.G - 06.09.2023 07:54

let's start and finish, shall we?🚀🚀

Ответить
Ian Tan
Ian Tan - 06.09.2023 02:02

Thank you Lane! I would like to say that you are a wonderful teacher with a sense of humour and really good at explaining concepts in a simple manner. I really enjoyed this course and I can proudly say I'm a gopher now!

Ответить
Onasanya Tunde
Onasanya Tunde - 05.09.2023 18:15

Enjoyed the course, A very good way to start my Go journey

Ответить
Sudo55
Sudo55 - 29.08.2023 23:33

For those having issues with installing sqlc, make sure your go version is <=1.20, wont work for 1.21 yet

Ответить
Pedro Messetti
Pedro Messetti - 28.08.2023 22:54

Excellent content! Thanks for sharing your knowledge and help other people to level up their skills =D

Ответить
JustinNL
JustinNL - 23.08.2023 01:35

Love the video! So few likes though.. (

Ответить
Kenneth Thomsen
Kenneth Thomsen - 22.08.2023 16:22

Thank you for this extensive course!
I'm a Senior Java developer, who might now end up in a new role where they need a Go developer.
Having absolutely no experience with Go, this helped me out A LOT!

Fortunately, I've touched C/C++ programming before, and that might have helped me understand the "lack of OOP", Pointers etc. But from a Senior Java dev perspective, this is a really good start that gave me a good insight into what I have to focus on to become a good Go developer!

So.. Thank you for providing this to us for free! It's greatly appreciated!

Ответить
Rahul Ranjan
Rahul Ranjan - 07.08.2023 11:32

You know what's the wrost part of this lecture is? You used entire 7 hours to advertise your product without coding anything from scratch. You are trying to force your viewers to use your product. Others just code it from scratch and just helps you understand the concept. You are just plugging in the statement thats already there on the left.

Ответить
aryaj singh
aryaj singh - 05.08.2023 16:46

I'm kinda miffed about the append to itself rule, if it's that big of a footgun, why even allow it? why not make append a prototype method to slices itself :/
it's even much much shorter to write

Ответить
TM Ahad
TM Ahad - 04.08.2023 12:21

lol no generics

Ответить
Juscilan Moreto
Juscilan Moreto - 28.07.2023 22:40

Awesome material! Thank you guys a lot!

Ответить
T.G multiplex
T.G multiplex - 27.07.2023 19:42

But which ide is good I find many ide complex or for cost . Can anyone suggest me good and simple ide?

Ответить
WEB3 SATOSHI
WEB3 SATOSHI - 26.07.2023 11:28

Thank you bro 😂😂

Ответить
sam papap
sam papap - 22.07.2023 17:17

I havent watched the whole video yet but i wanted to say i appreciate the time you took to create-record and the way you explain these concepts.Thank you

Ответить
TON 618
TON 618 - 19.07.2023 22:16

Go is kinda similar to Rust. But, I already digged too deep into the rabbit hole of Rust, I don't want to burden myself with a lookalike language.

Ответить
Marian Buciu
Marian Buciu - 12.07.2023 03:59

One of the baddest way to do fizzbuzz,lol

Ответить
Atul kumar Singh
Atul kumar Singh - 10.07.2023 22:35

Arr=[100,130,215,245,345,330,400];
Dep=[150,415,240,355,405,350,450];
Consider two arrays/slices with arrival and departure time of trains.find minimum number of platform reuired on a given station..? Plz provide logic in go language ..?

Ответить
Augustino Mageka
Augustino Mageka - 08.07.2023 12:06

This is the best golang course. Amazing work. 🔥

Ответить
Mirjahon Mirsaidov
Mirjahon Mirsaidov - 06.07.2023 13:22

just completed the course, thank you

Ответить
Quỳnh Vir
Quỳnh Vir - 05.07.2023 13:09

There are tons of ways to package Python app into an executable without installing Python on the end-user machine, so what you say is not convincing 😂

Ответить
WorldToday
WorldToday - 05.07.2023 10:16

I'm finding the course very comprehensive and valuable 🙏. However, I'm facing a problem generating the "go" file using the "sqlc generate" command as a Windows user.
# package database
sql\schema\001_users.sql:1:1: the PostgreSQL engine does not support Windows.
I believe your assistance in resolving this would greatly benefit me and other students learning this material. Thank you.
Best regards.

Ответить
Marian Buciu
Marian Buciu - 04.07.2023 13:14

Chapter3, lesson 12: "When I started writing more JavaScript, I was disappointed to see how many nested conditionals existed in the code I was working on."
What do you mean by that? You can write the exactly the same code in javascript. Its not some magic that is done by GO, lol.
What am i missing ?

Ответить
Isosceles Kramer
Isosceles Kramer - 04.07.2023 05:44

Two things that I absolutely hate about the language - the capital letters to denote an exported function, and the formatter imposing tabs over spaces. The former I can deal with, but they should have used a keyword to make it explicit. The latter is why I chose Rust for my latest project. Go is still a great language, but the tabs used by the formatter was a deal breaker for me. I like freedom of choice over an autocracy.

Ответить
Jakub Nowak
Jakub Nowak - 01.07.2023 14:11

Hold on, Java is statically-typed what are you talking about? JavaScript is not but Java is

Ответить
Mohit
Mohit - 28.06.2023 21:31

i am actually confused that should i learn smart contract solidity or start learning go?? where can i get good paying job??is learning smart contract engineering and engineering worth?

Ответить
BoltThrower321
BoltThrower321 - 25.06.2023 23:00

Good course, bought a 1-year subscription.

Ответить