There are 3 articles tagged as "go"

Buffered vs. unbuffered channels in Golang

on December 25, 2017. in Programming, Development. A 10 minute read.

As any newcomer to Golang and it’s ecosystem, I was eager to find out what is this hubbub about these things called goroutines and channels. I read the documentation and blog posts, watched videos, tried out some of the “hello world” examples and even wasted a couple of days trying to solve the puzzles for day 18 from Advent of Code 2017 using goroutines and failed spectacularly.

Five days of Advent of Gode

on December 06, 2017. in Programming, Development, Blablabla. A 5 minute read.

A week or so ago, Luka mentioned this Advent of Code thing. I’ve been doing coding challenges and examples before, but never have I tried the AoC (this is the third year it’s running).

Continue reading Five days of Advent of Gode...

Reading from standard input with Go

on October 30, 2017. in Programming, Development. A 5 minute read.

Last year I started learning Go, then I stopped, and now I don’t remember anything what I learned.