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.
Category: Javascript
React Native Flashcard App from Scratch Part 2-Starting
After planning the app, the next step is to start coding. Knowing where to start can be overwhelming. I had a hard time figuring out how to start. But sometimes it's better to just start and move on.
Redux….. How, What, Where, Why?
After a few days of being confused with coding with Redux I decided to really try to understand what Redux is and why it's used. Here is my post on what I have learned about Redux so far.
Breaking down ES6: filter() Method
In this blog I Breaking down ES6: filter() Method. It is much more efficient than a for loop, and the syntax is very easy to remember. This one is one that I will be using from now on.
Breaking Down ES6: Map Method
The Map Method is used to transform all the data in an array and save the new data into an array without changing the original data. Learn how to do it and why to use it.
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
Before React: Learn a few more Javascript Items Part2
Some of the things in React and Redux make more sense when understanding why things are written the way they are.
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.
6 Month Journey to Full Stack Dev (Week 2 – 4)
Day 7 March 10, 2018: Just as I got done saying that I feel super confident I go and make a super silly mistake. I was trying to do the linking between my HTML, CSS, and JS files without looking it up and I used href instead of src for my js file and then I… Continue reading 6 Month Journey to Full Stack Dev (Week 2 – 4)