Go Go and Cloud Computing August 5, 2023 Let's look at some of the key reasons why Go has become so relevant in the Cloud Computing ecosystem. Read more
Go Go: using Docker August 4, 2023 In this article, we'll explore how to use Go with Docker, step-by-step, to make the most of these complementary technologies. Read more
Go Go: how to create an HTTP client and server August 3, 2023 In this article, we'll explore how to create an HTTP client and server using Go, providing code examples to help you get started. Read more
Go Go: how to create a UDP client and server August 2, 2023 In this article, we'll explore how to create a simple UDP client and server using Go. Read more
Go Go: how to create a TCP client and server August 1, 2023 In this article, we'll explore how to create a TCP client and server in Go. Read more
Go Go: how to make HTTP requests July 31, 2023 In this article, we'll explore how to make a simple HTTP request using Go's standard "net/http" package. We'll make a GET request to a web server and read the response. Read more
Go Go: historical introduction July 28, 2023 In this article, we'll explore the evolution of the Go language, its original purpose, and its impact on the developer community. Read more
Go Go: generating random strings July 27, 2023 In this article, we'll explore how to generate random strings in Go, taking advantage of the language's features and some auxiliary libraries. Read more
Go Go: generating random integers July 26, 2023 In the Go programming language, there are several strategies for generating random integers. Read more
Go Go: sorting slices July 25, 2023 Sorting a slice is a common operation that can be done using Go's native sorting features. Read more