/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

alexandrugris.github.io
| | bartlomiejmika.com
2.8 parsecs away

Travel
| | The purpose of this post is to learn how our basic API server can read the body of a request. In addition, we will learn how to use an easy-to-use simple database for beginners called scribble.
| | lewisdale.dev
3.1 parsecs away

Travel
| | Now it's time to actually try and send a "ping" to a website
| | coussej.github.io
3.4 parsecs away

Travel
| | Thoughts and Ideas
| | www.cs.cornell.edu
16.9 parsecs away

Travel
| As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.