/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

benhoyt.com
| | www.thepolyglotdeveloper.com
1.8 parsecs away

Travel
| | Learn about GraphQL and how to use it to query for data in Golang without creating numerous RESTful API endpoints.
| | bartlomiejmika.com
0.9 parsecs away

Travel
| | The purpose of this post is to provide instructions on how to setup a simple RESTful API server, in Golang, using only the net/http package and not any other third-party web framework. You will learn how to create REST endpoints within your project that can handle POST, GET, PUT and DELETE HTTP requests. This is the first post in a multi-post series.
| | ewintr.nl
1.7 parsecs away

Travel
| | [AI summary] A guide on how to use Golang's built-in httptest library to create a mock server and record outbound HTTP requests for unit testing Go applications without external dependencies.
| | ciesie.com
30.0 parsecs away

Travel
| Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std").