Explore >> Select a destination


You are here

blog.packagist.com
| | github.blog
11.4 parsecs away

Travel
| | Repo-jacking is a specific type of supply chain attack. This blog post explains what it is, what the risk is, and what you can do to stay safe.
| | daniel-siepmann.de
9.5 parsecs away

Travel
| | The composer package "maglnet/composer-require-checker" allows you to check whether all used dependencies are actually registered via composer.
| | packagist.org
9.1 parsecs away

Travel
| | The PHP Package Repository
| | bartlomiejmika.com
226.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.