/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

blog.cleancoder.com
| | 8thlight.com
0.0 parsecs away

Travel
| | [AI summary] Robert C. Martin explains functional programming by contrasting imperative code with immutable, side-effect free code written in Clojure, arguing that this approach is essential for leveraging multi-core processor architectures.
| | studiofreya.org
1.2 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.
| | blog.8thlight.com
0.5 parsecs away

Travel
| | [AI summary] The blog post discusses the limitations of Test-Driven Development (TDD) in scenarios involving physical interactions, user interface elements, and test support code, emphasizing the need for manual testing and separation of concerns.
| | paulbutler.org
10.2 parsecs away

Travel
| [AI summary] The post discusses the current state and challenges of embedding WebAssembly outside of browsers, focusing on runtime choices, memory management, and interface design for applications like real-time multiplayer games.