Recent Posts

Week_9_c9 Asking the Right Questions

ince starting phase0 of Dev Boot Camp, I frequently find myself searching for answers to my coding questions on the web. Thankfully the community of programmers that have gone before me have left an impressive array...

Read More

Week_8_c8 Dealing with Conflict

The most recent conflict that comes to mind, though life is riddled with similar strifes, is an ongoing issue with my sister. For some time now she has felt like the black sheep of the family...

Read More

Week_8_t8 MVC

A core concept in software architecture called model-view-controller or MVC, is used to dictate the user interface of software applications. This concept is as much a core principle of computer programming as DRY (Don't Repeart Yourself) and thus deserves it's own blog post explanation...

Read More

Week_7_c7 An Exploration of my Value System

When I think back to the times in my adult life when I have been the happiest, I realize that it boils best down to validation....

Read More

Week_7_t7 SQL Injections: So easy fictional characters can do it

It's funny how little coincidences play out from time to time in our lives. I was just listening to JK Rowling's "A Casual Vacancy" ...

Read More

Week_6_c6 My Thoughts on Stereotype Threat

The best example of stereotype threat that I can think of in my life happened when I was working in South Carolina. As a 7th grade English Teacher in the South, I was for the first time in my life, a minority....

Read More

Week_6_t6 Ruby Class Methods

o far we have been using classes in ruby to organize and manipulate data using built in or user defined methods. We call the objects instantiated....

Read More

Week_5_c5 Pairing is Caring

Pairing sessions are a central part of the DBC culture. With my experience in Phase 0 so far, I am beginning to understand why....

Read More

Week_5_t5 Classes in Ruby

As an object oriented programming language, Ruby uses something called classes to organize a group of objects that share certain attributes or methods....

Read More

Week_4_t4 Ruby's .map Method

Ruby comes equipped with some very useful built-in methods. Though you can always write your own, it's helpful to know some of the basic methods, since your own method might use other built in methods...

Read More

Week_4_c4 The Limits of Unlimited Data

Let's talk about big data for a second. I'm not talking about my 13" macbook pro, which stores 250 gigabytes, or 2147483648000 bytes of data. I'm talking about BIG data....

Read More

Week_3_c3 My Strange, Paradox Brain

I've taken the personal thinking style quiz twice now and both times my dominant thinking style was Abstract Sequential. A somewhat close second was Concrete Random, which is interesting since these are at opposite ends of the spectrum...

Read More

Week_3_t3 Why is Javascript so Popular

It seems that in the web development world of the last couple decades, one language reigns supreme: Javascript. But, where did it come from? What caused such a meteoric rise? Why are companies today crying out for front-end developers well-versed in Javascript?...

Read More

Week_2_t2 Inline vs. Inline-Block

Before we talk about inline vs. inline-block we have to first talk about blocks. A block in CSS...

Read More

Week_1_c1 Thoughts on DBC Culture

I think that the Fireside chat with Shereef was actually something that I needed to hear tonight...

Read More

Week_1_t1 Comparing My Favorite Websites

Imgur has always been one of my favorite websites to visit when I just plain feel like killing time...

Read More

Blog Archive