Explore >> Select a destination


You are here

www.alexedwards.net
| | jordanorelli.com
3.6 parsecs away

Travel
| | How to use interfaces in Go Before I started programming Go, I was doing most of my work with Python. As a Python programmer, I found that learning to use interfaces in Go was extremely difficult....
| | lukasrotermund.de
3.6 parsecs away

Travel
| | I/O operations are among the most commonly used tasks in Go. Let's take a look together at the implementation in the Go standard library.
| | alexandrugris.github.io
4.6 parsecs away

Travel
| | These are my first steps in Go, this time learning how to build web services. The post touches handling requests, json serialization, middleware, logging, da...
| | mfbmina.dev
20.9 parsecs away

Travel
| Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment.