Explore >> Select a destination


You are here

hjr265.me
| | bartlomiejmika.com
2.1 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.
| | lewisdale.dev
2.1 parsecs away

Travel
| | Now it's time to actually try and send a "ping" to a website
| | aarol.dev
1.7 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 ...
| | jordanorelli.com
19.7 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....