OUR BLOG

Concurrency Review – Go on Sololearn

Today I practiced Go on Sololearn! This time I reviewed everything we have learned about concurrency, from Goroutines to channels to the select statement. Let me know if you want to see me try other languages! [video width="1280" height="720"...

Switch – Go on Sololearn

Switch – Go on Sololearn

Today I practiced Go on Sololearn! This time I went over the select statement, which is used to wait on multiple channel operations. It has similar syntax to a switch statement, but each case statement is a channel operation. It also waits for a channel to receive...

Taking Care of your Responsibilities

Everyone has responsibilities. We all have tasks and duties to fulfill. Even on sports teams, players have a responsibility to their team that they will do what is asked. This is probably most important in a job setting. For example, a tech company can not be...

Channels – Go on Sololearn

Today I practiced Go on Sololearn! This time I went over channels, which allow communication between Goroutines. This communication allows the program to wait for the Goroutines to finish executing. Next time I will be going over the select statement, which is used to...

Labor Day 2021

Daniel reflects on what Labor Day is all about and thanks the workers who put in their time to help us. Thank you so much for helping our country. We want to say that we care about those who gave their time for us. [video width="640" height="480"...

Goroutines – Go on Sololearn

Today I practiced Go on Sololearn! This time I went over Goroutines, which allow for concurrency. A Time.sleep delays the program long enough to see the Goroutines in action. But the Goroutines have no way of knowing when one has stopped and another can begin. Next...

Bug Zero Icon

OUR NEWSLETTER