Danny Garcia
"The best way to learn is to teach." ~ Frank Oppenheimer
-
Posted on: Jun 2, 2015
A Brief Introduction
Generators are a new feature introduced in ES6. They’re functions that can be paused at any time during their execution (an arbitrary amount of times), allowing other code to run during these paused times. Generators can then be un-paused at a later point in time and continue where they left off.
-
Posted on: Mar 26, 2015
Have you ever wanted to level up your command-line skills, but didn’t know where to start? Ever wanted to learn about all the command-line utilities available to you, but didn’t know where to look? I too had these problems, and I’m going to show you how I went about solving them.
-
Posted on: Oct 30, 2014
I love building things for the web. I love writing code. I love turning ideas into things. I love learning new things and being able to apply them in a practical manner. Being proud of your work and passionate for what you do is a wonderful feeling.
-
Posted on: Aug 11, 2014
The best way to learn is to teach. ~ Frank Oppenheimer
When I first started learning how to code, I had no idea what I was doing. I had spent four years of my life studying finance in school and two years after that in jobs I did not enjoy. I turned to online tutorials and countless tech blogs written by passionate developers in an attempt to learn the basics. Hashes, arrays, strings, classes, variables; concepts that today are second nature were so difficult to understand.