In this chapter, we covered some key concepts in the world of production-level Go programming. We covered concurrency from a practical point of view, then we dove into some of the APIs that Go provides to allow you to write efficient concurrent software with minimal complexity.
In the next chapter, we'll start switch topics from Go to frontend programming by covering the building blocks of the popular React framework.