About Mark J

current = Current.find_by_name('Mark John Buenconsejo')

puts <<EOABOUT

My name is Mark John Buenconsejo. I am a web application developer. I've been doing this craft since 1998. I like working with start-ups that solves real problems.

EOABOUT

current.positions.first.inspect => {Founding member - SIMPLETEQ}

current.person.work_experiences.find(:all).each do |experience|

end

puts <<EOMOREABOUT

My focus is more on team management (i build and manage development teams). In addition to designing and developing applications, I help clients start or expand their development efforts in the Philippines.

I took up BS in Computer Science at University of the Philippines Visayas - Cebu College, dropped out last 2001 to do fulltime freelancing. I am married, and have 2 kids; we live in Consolacion, Cebu.

Things that i like: travel, advocating startup and entrepreneurial ideas.

EOMOREABOUT

current.techs.each do |tech|

end

current.profiles.each do |profile|

end

puts <<EOCONTACT

You may contact me via e-mail: mjwork@simpleteq.com; or, by phone, 63-917-754-2463.

Want more information? You may want to visit the main page of this website instead.

EOCONTACT