Monday, April 8, 2013

Scalable Data Infrastructures

SDI is our introduction into coding.  The goal is to teach us basic programming skills.  We will be using a text editor for our assignments (I am using Sublime Text).  Utilize different data types, variables and output.  Control program flow with conditionals, logic and loops.  Build Javascript functions and learn some object oriented programming.  We will start using Git and Github (version control).

This is the first real coding class and the beginning of our development journey at Full Sail. I have been waiting for this since I enrolled for the program and it is finally here!

Project 1:

We had to create a Javascript version of a flowchart that we were provided.  Our code was to be based on a story.  Mine was about skiing.  The flowchart started with setting some variables that included a string, string with escapes, number and boolean. The chart also had a boolean conditional, a number conditional, a string conditional, a string concatenation and a math function that all needed to be output.  This was interesting since it was my first time writing Javascript with a story.  The story actually helped.  My code.



Project 2:

Well same thing again this week.  We were given a flowchart and supposed to come up with a story or process and code it to fit the flowchart.  Instead of explaining the chart I have included it below.  I stuck with my same story and just expanded it.  My Code.








Week 3

Github



Week 4

Github