Explore >> Select a destination


You are here

lewisdale.dev
| | mfbmina.dev
8.6 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.
| | alexandrugris.github.io
8.5 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...
| | aarol.dev
8.2 parsecs away

Travel
| | Anyone who has implemented a simple HTTP 1.1 server can tell you that it is a really simple protocol. Basically, it's a text file that has some specific ...
| | dustingram.com
55.1 parsecs away

Travel
| Using Android's Simple Protocol for Automated Network Control to send touch events to a physical device using Python and a TCP socket.