/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

cl4es.github.io
| | blog.ndk.io
1.8 parsecs away

Travel
| | [AI summary] The author debunks the common myth that JVM slow startup time is a significant issue in Clojure development by demonstrating that the actual slowness stems from Clojure's runtime initialization rather than the Java Virtual Machine itself.
| | studiofreya.org
2.9 parsecs away

Travel
| | [AI summary] A beginner's tutorial on how to install Java 9, set up the JDK environment variable, and run a Hello World program using Eclipse and the command line.
| | thedailywtf.com
3.2 parsecs away

Travel
| | User inputs are frequently incorrect, which is why we validate them. So, for example, if the user is allowed to enter an "asset ID" to perform some operation on it, we should verify that the asset ID exists before actually doing the operation. Someone working with Capybara James almost got there. Almost.
| | vsupalov.com
11.6 parsecs away

Travel
| Running PostgreSQL and Redis in Docker containers when developing a Flask app.