aws: Install Ghost CLI and Create Directory

To run Ghost, we first need to install the ghost cli. This can be done with npm now that Node.js is installed on the server. After installing the CLI we will create a directory `/var/www/ghost` that the actual installation of Ghost will occur in. We’ll … more Read More

How to Split an Array Into Even Chunks in JavaScript

Introduction Arrays are one the most used structures in JavaScript programming, which is why it’s important to know its built-in methods like the back of your pocket. In this tutorial, we’ll take a look at how to split an array into chunks of n size … more Read More

Xamarin 2.0 vs Appcelerator Titanium vs PhoneGap

This blog post gives you a concise comparison between Xamarin 2.0, Appcelerator Titanium and PhoneGap. It includes pros and cons for each of these mobile app development frameworks and a comparison table. [Photo by Eduardo Rosas from Pexels] Xamarin 2.0, … more Read More

Echo JS

5 Different Tools for Frontend Monitoring Atomos — A New Recoil Visualization Tool Powered by React Flow How to Build a Highly Responsive UI with ResizeObserver API What Is Your Aha Moment With React … more Read More

Friend of Add-ons: Mélanie Chauvel

I’m pleased to announce our newest Friend of Add-ons, Mélanie Chauvel! After becoming interested in free and open source software in 2012, Mélanie started contributing code to Tab Center Redux, a Firefox extension that displays tabs vertically on the … more Read More

Reactivity In Vue

In this article, we’re going to look at reactivity in Vue, how it works, and how we can create reactive variables using newly created methods and functions. This article is targeted at developers who have a good understanding of how Vue 2.x works and … more Read More