Learning more than one programming language is key to becoming a better developer. It is like adding a new tool to your toolbox. The more tools you have, the easier and quicker you’ll be able to tackle whatever job you need to do. You’ll also be able to use the right tool for the job, and who doesn’t like that?!

I picked up Go (golang) over a year ago as it was becoming more popular among developers. Coming from a PHP background, I had no idea what channels or goroutines were or how is concurrency different from parallelism. It was a whole new world, with concepts and ideas I did not come across before. I was hooked!

The goal of this talk is to give you a good idea of what Go is like and how it compares with PHP. We’ll look at the language itself as well as the tooling and communities around it. Even if you’re not sold on Go by the end of it, I hope you’ll leave inspired to go out there and learn whatever language you wanted to look into next!

Comments

Comments are closed.

Rob Wilson at 12:15 on 6 Oct 2018

Brilliant talk by Kat, has given me the push to try and use Go (can think of a few projects at work that Go will help on). Glad that Kat doesn’t state Go is better than PHP or vice versa.

Loved the use of the Gif, an awesome, professional addition to the slides

Joop Lammerts at 14:28 on 6 Oct 2018

Nice introduction into Go. It would be interesting to do workshop or something.

Oh, and more GIFs!

Severin Bruhat at 16:43 on 6 Oct 2018

Nice presentation
The GO ecosystem looks great!
Thanks for the talk!

Great introduction to Go, inspired me to give it a go.

A good introduction to Go. Nice coverage of concurrency.

Liam Wiltshire at 09:29 on 7 Oct 2018

Well delivered talk. Perfectly accessible if you've never touched Go, but still useful if you've previously dabbled with it. Thanks Kat!

Jack McCourt at 10:03 on 8 Oct 2018

Made me want to give go a go. Great talk :)

Richard Black at 10:17 on 8 Oct 2018

Knowing nothing about Go, I wasn't sure what I expected from this talk, but it surpassed any expectations I might have had.

Great introduction to the language, and yes I've already visited a few of the Go sites mentioned

Probably the single best talk of the day. Not only did it provide an informative and concise lesson, I have already started exploring the language in more detail. I have it installed and have already started a PR to an open source project ?I am hooked.

I look forward to listening to more lessons from Kat!

I really liked how the speaker lasered in on concurrency, compared to parallelism, and demonstrated how straightforward they are to implement in Go compared to PHP. Really made the benefit clear and accessible to anyone who's never touched them before because they're too complex in other languages.

Also, it hit the GOPATH on the head straight away.