iOS Development, Journey, Lambda School, Swift

Lambda School – iOS Development Bootcamp – Week 3 & 4

By the end of this sprint I felt like I was walking on a nice paved street when all of a sudden I just fell into a hole and couldn't climb back up. Let me explain what happened. The sprint started off at a good pace we built on what we learned the previous two… Continue reading Lambda School – iOS Development Bootcamp – Week 3 & 4

Bootcamp, iOS Development, Journey, Lambda School, Swift

iOS Development – Perform Segue

I am a firm believer that to better understand something, you should try to explain it to others. So this is my attempt in explaining the perform segue function. I know the big picture of what it is and what it does, but the inner workings of it had me mystified.

Bootcamp, Journey, Lambda School

Lambda School – iOS Development Bootcamp – Week 1 & 2

If you are considering attending a bootcamp, Lambda in particular follow me as I blog about my experience there. I am doing the iOS development course and have just finished my first 2 weeks there. Read to find out how it went.

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.

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.

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.

Journey, React

Styling a React App

As if working on the functionality of an web application wasn't enough, you are also expected to style it and make it look nice. I had the hardest time figuring out the easiest but also the "appropriate" way of doing so. Searching around the internet I couldn't find something to tell me this is the… Continue reading Styling a React App

Journey, React

Lifecycle of a Component in React

There's a lot going on with a component that we don't realize, but before we get into it we need to discuss a term and that is mounting. You might remember from our initial discussion on React that React works with virtual DOMs that update the real DOM as needed.  Mounting is the process of converting… Continue reading Lifecycle of a Component in React