/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

imalittletester.com
| | pmig96.wordpress.com
16.7 parsecs away

Travel
| | When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has....
| | mrslavchev.com
13.4 parsecs away

Travel
| | A short demonstration how to randomize test execution in order to improve test isolation and the ability of tests to run independently.
| | codingcraftsman.wordpress.com
16.2 parsecs away

Travel
| | One of my more popular posts on this site is on how to use Mockito to mock logging. Testing that the logged output is as expected seems to be on the cusp of a good/bad idea. Is the logged output the intended behaviour of the application? or is it an implementation detail that you're just...
| | guido.io
24.5 parsecs away

Travel
| How to embed WebAssembly wasm source as base64 in Javascript.