📄️ Web Development
This section will house resources related to web development in Go.
📄️ Concurrency State Management
It is essential to properly manage state of an applicaton that utilizes concurrency. There are various ways to do them in Go.
📄️ Concurrency in Go
Unlike python and javascript, go has built-in support for concurrency. This is achieved by using goroutines and channels.
📄️ Timers and Tickers
Timers