/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

preslav.me
| | rm4n0s.github.io
6.3 parsecs away

Travel
| |
| | hjr265.me
6.8 parsecs away

Travel
| | Concurrency is one of the central features of Go. And, to build concurrent programs in Go, you need goroutines. A goroutine is like a thread, but lighter. Much lighter. And, like any other built-in feature of Go, using it is dead simple: 1 2 3 4 5 6 7 package main func main() { go func() { println("Hello World") // Print "Hello World" from a different goroutine. }() } Wait. That didn't print anything.
| | taylorbrazelton.com
2.8 parsecs away

Travel
| | Taylor Brazelton's personal blog - Software engineer sharing insights on Python, AWS, DevOps, and business.
| | newsletter.automationhacks.io
21.5 parsecs away

Travel
| What does the interview process look like at Microsoft India for a Senior engineer? What tips and approaches work well. In this blog, I'll breakdown my interview experience and share reflections on how to prepare well.