GitHub, Javascript, Journey, Projects, React, ReactNative

Open Source Contributing Day 1

What's next after tutorials and building projects? I think that it's making contributions to open source projects. I have no idea how to do it, but I want to and that is motivation enough to figure out how and to actually do it. Follow me as I learn how to do so.

ES6, Javascript

Breaking Down ES6: ForEach() Method

The thing about ES6 is that it's great changes but there is so many of them so I decided to take one day to understand them. So the first one is the for Each method. You might be thinking why would I want to learn the forEach method when I can do the same thing… Continue reading Breaking Down ES6: ForEach() Method

Javascript, Journey, React

Before you dive into React learn a few more Javascript items.

Working on react these past few weeks I have to warn you that before you move on to the React make sure you are comfortable working with the following concepts. The reason I am saying this is because I learned this the hard way. I knew Javascript or so I thought. I knew V5 of… Continue reading Before you dive into React learn a few more Javascript items.