July 29th 2015
It’s been just over a month since I last wrote of my adventures in Free Code Camp. Since then I have been trudging along, making use of every free moment I can get, to learn and build. All the hard work is paying off, and as of now, I have completed six of the eight ziplines!
On the course map they are listed as Front End Development Projects. These are small projects built with CodePen, that put your knowledge to the test. The algorithm challenges are great, but the surest way to cement your skills is to build something. From start to finish you will encounter everything from the challenge of getting the layout correct in CSS to Ajax API requests.
The most interesting thing about this project was trying to get the tweet button to open up with the quote text already populated. This is quite easy to do if the content is static, but took some figuring out with each quote being dynamically loaded. Quote Machine
Next up, is showing the local weather.
For this project, I wanted to try and do something a little different. The instructions called for background images that reflected the current weather. I liked this idea, but since I was using the geolocation API to find the user’s location, I wanted to include a map. The top of the screen displays the weather information over top of a corresponding background image, while the lower portion is a Google Map with the user’s location pinned. What can I say, I think maps are cool! Local Weather
This project consisted a a list of usernames that were to be displayed indicating whether or not they were currently streaming. Twitch.tv API
Here the goal was to utilize the Free Code Camp Camper News API to create a redesigned news page. Camper News
This was a fun project, building a site through which to search Wikipedia. It was my first time creating an autocomplete box and along the way I discovered many new and interesting articles. Wikipedia Viewer
Seriously, the first thing I did was look up what this pomodoro thing was! You can read about it yourself here Pomodoro Technique. So, for this I needed an adjustable countdown timer for the work sessions and an adjustable timer for the breaks. All in all, it works pretty well, but personally I’m not sure I want to be racing the clock all that much! Pomodoro Clock
You can view all my Free Code Camp Ziplines in my creatively named CodePen collection, FreeCodeCamp!
I have are two more ziplines to go and then I start learning Angular, so stay tuned for my next Free Code Camp update!