- Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via HTTP connection.golang Created
Sun, 02 Aug 2020 22:41:58 -0300 - gRPC is a modern open source high performance RPC framework that can run in any environment.golang Created
Sun, 26 Jul 2020 12:51:27 -0300 This is a really interesting pattern to initialize and configure a struct.
This is a piece of code that I use almost every time.
golang CreatedSun, 29 Mar 2020 10:37:26 -0300 - The prime sieve is an algorithm to generate prime numbers and, if I understand correctly, is something like this.golang Created
Thu, 23 Jan 2020 14:06:23 +0000 - This post explain a little bit how to write a basic API with Go WITHOUT any framework.golang Created
Thu, 26 Dec 2019 16:42:34 -0300 - This is one of the most interesting things about Go: Interfaces.golang Created
Tue, 17 Dec 2019 16:46:45 -0300 This is the simplest way to create a local server to serve local files
golang CreatedSat, 21 Dec 2019 10:01:22 -0300