/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

medium.com
| | mathiasbynens.be
1.7 parsecs away

Travel
| | Personal website of Benedikt Meurer, JavaScript Engine Hacker and Programming Language Enthusiast.
| | seanmcp.com
5.6 parsecs away

Travel
| | Hermes is a JavaScript engine that is designed to run on mobile devices. It helps power React Native on Android - and now iOS - devices.
| | danielpecos.com
5.6 parsecs away

Travel
| | Talking about Node.js history, it's talking a little bit about V8 history. But let's start with a one line definition of what it is: Node.js is a platform built around Google Chrome V8 Javascript engine, to create lightweight, fast, scalable, event-driven and non-blocking I/O applications. So lets begin talking about Node.js origins, the V8 javascript engine. V8 is an opensource project by Google and it is in the very core of Google Chrome browser.
| | nataliiadziubenko.com
12.3 parsecs away

Travel
| There's a ton of documentation and specifications describing the internal workings of the JVM. However, going through all of that to simply gain some understanding might be a bit too much. I've read those specs and looked inside, so here's a simple little explanation of how synchronized works in Java...