Explore >> Select a destination


You are here

github.com
| | www.integralist.co.uk
3.0 parsecs away

Travel
| | Introduction Example Python Origin Code Example Golang Proxy Code Demonstration Explanation NGINX-Lite (not-really) Conclusion Introduction I was struggling to find a good (or just simple) reverse proxy solution written in Go, so I decided to take what I had learnt from a work colleague of mine and put together a simple example for others to build upon if they needed a quick reference point. In this example I have an origin server written in Python (for no other reason than to have a clearer distinction ...
| | 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.
| | gist.github.com
2.1 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | lukasrotermund.de
14.5 parsecs away

Travel
| Make your code more readable with Golang's defer keyword in PHP, C and Rust. Learn how to implement it easily and efficiently. Start improving your code today!