/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

gist.github.com
| | github.com
2.5 parsecs away

Travel
| | Go library for the Stripe API. . Contribute to stripe/stripe-go development by creating an account on GitHub.
| | bartlomiejmika.com
2.8 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.
| | mfbmina.dev
3.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.
| | jamesmills.co.uk
5.3 parsecs away

Travel
| Every now and then you will probably find yourself in the need to use a custom function in your Laravel application. I cannot think of one project which I have worked on where I haven't needed to add a quick and easy custom function. Our controllers don't contain actions outside of the 7 resource actions [...]