/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
| | www.thinkcode.se
4.2 parsecs away

Travel
| |
| | 8thlight.com
1.2 parsecs away

Travel
| | [AI summary] The article by Robert C. Martin (Uncle Bob) discusses the strategic use of mock objects in software testing, advocating for a balanced approach where mocks are used sparingly across architectural boundaries to improve test speed and isolation while avoiding design damage.
| | golb.hplar.ch
5.8 parsecs away

Travel
| | [AI summary] This article explains how to use regular expressions for string processing and introduces the VerbalExpressions library to make regex patterns more human-readable in Java and JavaScript.
| | renato.athaydes.com
18.1 parsecs away

Travel
| [AI summary] The blog post discusses running WebAssembly (WASM) on the JVM using the asmble compiler and Gradle plugin, highlighting its potential and challenges compared to traditional methods like Emscripten.