The Habit of Good Moods

One of the things I am trying to conquer are bad moods. I keep remembering a story I heard years ago about the Buddha. He was lecturing to his students and whoever else wandered by and a heckler…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Learn React in 100 Days

Learning a new coding language can be daunting, stressful, and lonely. How would I know? Well, in 2015, I attended a 9-week coding bootcamp and learned Ruby on Rails. When I went on interviews, no one was impressed with my Ruby on Rails knowledge. I was told, “We are looking for Swift, PHP, or Objective-C developers”. I had to regroup, create a curriculum, and focus on learning the skills the industry demanded. I couldn’t afford attending another bootcamp so I taught myself. It would have been nice to hold on to the money I spent at the bootcamp but I decided to charge it to the “Invest In Yourself” game. Side note: Do research on the in-demand skills in your city before investing time or money into learning a coding language.

Within two weeks, Code100 gained 400+ members across 40+ countries. One word: WOAH! I am so thankful for this community and I can’t wait to learn more languages with them!

If you would like to join the React journey, I’ve included our 15-week plan below.

Note: Treehouse offers a 7-day free trial

You don’t have access to Treehouse?

Weekend project: Mini Netflix

Weekend project: React To-Do App with React Hooks

Weekend project: Q&A (Questions & Answers)

Weekend project: Build an Airbnb Clone with React and ElasticSearch

Weekend project: Build a React.js chat app:

Weekend project: Build a Yelp Clone:

Don’t have access to Wes Bos’s React for Beginners?

Weekend project: Build a Custom Calendar in React:

You should well equipped to contribute to an open source project. Look for the label “Good First Issue” and jump in.

Add a comment

Related posts:

How to Methods

A design method is a repeatable way of doing things that can be further broken down into processes. All design methods include some version of research, ideation, prototyping, iteration, and…

My Elementary School Blues

Whenever I remind fellow colleagues at my high school about the elementary school that some of us formally attended, I am usually met with utter shock when I disclose the fact that I hated our…

Understanding the Event Loop in Javascript

Javascript has a one, single Call Stack which tracks which function is currently executing and what functions need execute after that. The call stack operates on a Last In, First Out basis. Functions…