JavaScript developer posts
To draw an analogy, JavaScript is a jump-jet and TypeScript is an aircraft carrier; And even though TypeScript is safe, it’s still not safe enough to run a nuclear power plant.
Learn how to scaffold a Monorepo to manage multiple Create React App’s that share a common component library using Lerna and Yarn Workspaces. We will setup Storybook and Jest to work well in the Monorepo environment.
This guide demonstrates a React pattern for sharing global state, without requiring any techniques like 😒 Prop-Drilling, 💲 MobX, or tools like 🏀 Apollo Link State and 🔥 Redux.
I became fascinated with the Coleman-Liau readability index while testing various writing tools. Read about how I reverse engineered the Coleman-Liau algorithm to score the readability sentences.
Learn to setup a Hybrid App Development Platform to create mobile apps using web technologies. Use Vue.js, Apache Cordova and Nightwatch.js tests to build apps for distribution on Apple and Android app stores.
This guide walks you though creating a Cordova app for Push Notifications on iOS and Android. We will use the Apache Cordova platform and the Amazon SNS service to build and test our Push Notifications.
For years I have been using JavaScript’s
Math.sin()
andMath.cos()
to create games, animations and interactive graphs on the<canvas>
element. But how do Sine and Cosine work? I had to know…“What is a Binary Search?”, I was asked this week. “I have no idea!”, I replied. I was interested to see if I could understand what a Binary Search was and whether I could write a Binary Search with Typescript.
I was asked at the start of the year by .NET Magazine to write a JavaScript article on the subject of my choice. I decided it would be fun to introduce people to Processing.js by writing a article on how to build your own interactive Ninja character on the HTML5 Canvas element.