About Me

var me = new Developer('Brian Phan');
me.set_hobbies(['programming', 'gym', 'gaming', 'tennis']);
me.say_hi();

//Hello World!

Applications

Experience

var education = {
   learningfuze: 'Web Development',
   cal_state_fullerton: 'B.A. Business Administration',
   boy_scouts_of_america: 'Eagle Scout'
};

var work_experience = {
   orange_county: {
     start: new Date('3/21/2014'),
     end: new Date('6/21/2016')
   },
   city_of_fountain_valley: {
     start: new Date('10/8/2012'),
     end: new Date('3/19/2014')
   },
   property_manager: {
     start: new Date('1/21/2009'),
     end: null
   }
};
//For complete details:

Technical Skills

Javascript

CSS3

HTML5

PHP

mySQL

jQuery

Visual Basic

c#

Access

Bootstrap

GitHub

OOP