Ever wondered why we can use built-in methods such as .length, .split(), .join() on our strings, arrays, or objects? We never explicitly specified them, where do they come from? Now don't say "It's JavaScript lol no one knows, it's magic 🧚🏻♂️", it's actu... (more…)
Read more »
The browser's main thread is incredibly overworked. By using web workers to shift code off the main thread, you can significantly improve your app's reliability and user experience. (more…)
Read more »
The webworkers driven UI framework (Beta version). Contribute to neomjs/neo development by creating an account on GitHub. (more…)
Read more »
Functions: the killer JavaScript feature we never talk about.
Read more »