How to Install Node.js on Windows?
This is a step-by-step guide for installing Node.js on a Windows machine.
Saving data inside the browser’s storage — a summary
Every time you visit a website you may have noticed that on repeated visits there are some elements that no longer appear or load faster.
My journey in developing editor extensions
When Github’s Atom editor was released a few years ago, I, like many other Web Developers, thought something along the lines of “Neat! An extensible editor built on a stack I know”.
Implementing Conway’s Game of Life With React — Part 2
In part 1 of implementing Conway’s Game of Life, we learned about React and one of the things it can be used for. We also learned what Conway’s Game of Life is, along with its rules.
JWT may not be the holy grail… You must choose, but choose wisely!
The technological landscape changes at a fast pace. It’s nearly impossible to keep up with it. Fortunately, at Runtime Revolution we have a strong team always dealing on the forefront, using the…
Everything Redux — Part 1
This series of posts aims to show how redux works and the different possibilities that it can bring to your application.
Building Mobile Applications with React Native. A brief introduction
The number of mobile devices is estimated to cross the 5 billion [1] mark between 2018 and 2019. This is pushing the mobile application development market forward, with the ever increasing demand for…
Introduction to React — where to start?
Five months ago, I finished my degree and I had never dived into front-end development. So when I first started working and they offered me the chance to work with front-end I eagerly accepted.
Want to use ES6 with Rails right now ? Webpack to the rescue
Today I’m going to talk about setting up a Rails application so you can write complex JavaScript features using ECMAScript 6, also known as ECMAScript 2015, and its marvellous new features.