/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

ryanbigg.com
| | bartlomiejmika.com
4.5 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.
| | blog.somewhatabstract.com
4.9 parsecs away

Travel
| | [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.
| | yakovfain.com
4.4 parsecs away

Travel
| | Currently I'm working on the book chapter explaining how Angular 2 communicates with the servers. An easy approach would be to use for the data feed a public RESTful API of one of servers (Youtube or something), but I wanted to have my own locally installed server. Using one of the Java servers would be...
| | minhajuddin.com
9.8 parsecs away

Travel
| Static Site Generators are awesome because of their speed and robustness. There are many static site generators. However, understanding how to use them is not very straightforward to new users. Let us