Explore >> Select a destination


You are here

lanie.dev
| | lewisdale.dev
4.0 parsecs away

Travel
| | Now it's time to actually try and send a "ping" to a website
| | hjr265.me
4.0 parsecs away

Travel
| | I know many will start with something like Gin whenever they are working on a JSON/HTTP-based backend in Go. I, not entirely sure if the minority, try to stick to Go's built-in net/http package and, at most, use Gorilla Mux in most of my Go projects. And so serving something simple like JSON is no different from the package's point of view as any other content type: whatever it is, write it out to the w, the http.
| | mfbmina.dev
3.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.
| | gafter.blogspot.com
26.2 parsecs away

Travel
| One of the ideas for improving the Java Programming Language is "type inference" on variable declarations. The idea is to simplify a pattern...