Go

Go: parsing XML

Go, the open source programming language developed by Google, offers a wide range of libraries for parsing XML files efficiently and intuitively.

July 19, 2023
Go

Go channels: introduction to communication between goroutines

Go is a modern and powerful programming language that offers native support for concurrency through goroutines. Goroutines are lightweight threads that can run in parallel and communicate with each other using channels.

July 18, 2023
Go

Go: parsing a JSON file

Parsing JSON files is one of the most common operations when working with structured data in Go.

July 17, 2023
Go

Go: interfaces

Interfaces are one of the most powerful tools in the Go programming language.

July 14, 2023
Go

Go: the context package

When developing an application in Go, it is crucial to handle time consuming operations correctly.

July 13, 2023