Journey, Projects, ReactNative

React Native Flashcard App from Scratch Part 1-Idea

Have you ever had a brilliant idea super early in the morning. I just did. I have been wanting to work on an actual personal project that didn't come from a tutorial but didn't know what to make. Finally it came to me. Read about my idea and follow along as I continue to build it from an idea to an actual working app.

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