/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

bernsteinbear.com
| | blog.m-ou.se
2.9 parsecs away

Travel
| | Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we'll extend our python!{} macro to make that happen.
| | gilmi.me
2.1 parsecs away

Travel
| | m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | gcc.godbolt.org
2.7 parsecs away

Travel
| | int main() { return std::move(0); }
| | bartlomiejmika.com
22.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.