Articles on JavaScript

Ken Shimizu

Ken Shimizu

Setting Up React Native Build Environments Using NativeModules

React Native is an emerging platform in the mobile space that allows developers to write native apps in Javascript without having to learn Java or Swift. It’s great conceptually, but developers end up having to write NativeModules (for iOS and Android) anyway because it lacks the tools that other frameworks generally provide. In this blog

Pink blue stripes
Erin Swenson-Healey

Erin Swenson-Healey

The JavaScript Event Loop: Explained

What’s this post about? With JavaScript approaching near-ubiquity as the scripting language of the web browser, it benefits you to have a basic understanding of its event-driven interaction model and how it differs from the request-response model typically found in languages like Ruby, Python, and Java. In this post, I’ll explain some core concepts of