Hacker News new | ask | show | jobs
by jenniferDewalt 3750 days ago
During the project I had to travel from San Francisco to Pennsylvania for family obligations. I managed to do a pretty good job of keeping my coding schedule up while flying and spending time with my family, but I ended up having to stay up pretty late to finish each day's website.

By the end of the trip I was really burnt out but I still needed to crank something out on the flight home. I had an idea for a site where you could enter a few hexadecimal color codes and the screen would transition between them. It seemed totally easy in my sleep deprived state but when I started working on it on the plane I totally floundered.

When I finally got back home to my apartment in SF, it was 9pm and I had virtually nothing to to show for my day's work. Also, I was now freaking out. I didn't know how I was going to be able to push up anything!

I took a look at what I originally wanted to do and what little I had done and realized if I reigned in my scope a bit, I could get a website out before I completely lost my mind. I pared it down to just two colors and cut out all the bells and whistles and just barely managed to get it out the door. And then I had a very, very nice sleep.

1 comments

Cool, thanks Jennifer! That was some serious dedication, super admirable. :)

One more question, although I've already asked a lot of you. How did you make sure you conceptually understood what you were learning at every stage, not just simply taking code and just replacing bits of it here and there?

I had tried picking up textbooks and online courses before I started the 180 project and none of them stuck for me. While I could do the exercises, but I never felt like I was understanding how to actually use the skills I was learning.

With the 180 Websites project I was forced to figure out how to apply code to make something function. I didn't always know exactly how things worked, but by starting with small manageable tasks I was able to have a pretty good understanding of what I was doing. Pushing forward, day by day, the things that were a bit hazy started falling into place.