Skip to content

Instantly share code, notes, and snippets.

@3den
Created November 2, 2011 17:51
Show Gist options
  • Save 3den/1334345 to your computer and use it in GitHub Desktop.
Save 3den/1334345 to your computer and use it in GitHub Desktop.
Eden's Resume
// My Resume is a valid JSON
var MarceloEdenSiqueira = {
"Born at": "23/08/1985 - Recife/PE - Brasil",
"Email": "edendroid@gmail.com",
"Homepage": "http://3den.org",
"LinkedIn": "http://www.linkedin.com/in/marceloeden",
"GitHub": "https://github.com/3den",
"GoogleCode": "http://code.google.com/u/edendroid/",
"Skills": [
"PHP", "Java", "Ruby", "Python", "JavaScript", "node.js", "HTML", "CSS",
"Ruby On Rails", "Joomla!", "SQL", "MongoDB", "Database Modeling",
"Test Driven Development", "Design Patterns", "Agile Methodologies",
"GNU/Linux", "Mac OSX", "iOS", "Android", "Version Control"
],
"Languages": {
Portuguese: "Advanced",
English: "Advanced",
Spanish: "Basic"
},
"Education": {
"Information Systems (Bachelor)": "FIR, 2006 - 2010, Recife/PE - Brazil",
"Software Development (Associate)": "UNIBRATEC, 2004 - 2005, Recife/PE - Brazil"
},
"Academic Experience": {
"Speaker Joomla! Day Brasil 2010": {
"details": "Presented j!Camp & Virtual Project Management on Joomla! Day 2010.",
"link": "http://www.vimeo.com/16475724"
},
"Teacher, FIR, 2008 - 2010": {
"details": "Teacher of several mini-courses about: Joomla!, Basics of GameDev,
Version Control, HTML/CSS and Open Source Development."
},
"Mentor of Data Bases, FIR, 2008": {
"details": "Helped students with Relational Data Base Modeling and SQL."
},
"Scientific Initiation Program, FIR, 2007 - 2008": {
"details": "Participated in a scientific research about Electronic Learning,
under the guidance of teacher Ivanda Martins."
},
"Mentor of JONIC IV, FIR, 2007": {
"details": "Mentor of the fourth Journey of Scientific Initiation (JONIC),
promoted by Faculdade Integrada do Recife."
},
"Mentor of SIMPOEDUC II, FIR, 2007": {
"details": "Mentor of the second Symposium of Technology, Science and Education (SIMPOEDUC),
promoted by Faculdade Integrada do Recife."
},
},
"Professional Experience": {
"Web Developer, Stack Builders, 2011": {
"details": "Web developer at Stack Builders. Ruby On Rails, TDD, MySQL, JavaScript,
HTML, CSS.",
"link": "http://stackbuilders.com/"
},
"Web Developer, Busk.com, 2011": {
"details": "Web developer at Busk, a social news network. Ruby On Rails,
TDD, MySQL, MongoDB, JavaScript, HTML, CSS.",
"link": "http://busk.com"
},
"Software Engineer, Global Game Jam, IGDA Recife - CESAR, 2011": {
"details": "Developed the game 'Battle of Goode' for Samsung Galaxy Tab with
Java and the Android API in less than 48h. GameDev, Android, Java.",
"link": "http://www.globalgamejam.org/2011/battle-goode"
},
"Software Engineer, helpdeck, 2011": {
"details": "Developed a social Q&A forum integrated with the Twitter API.
OAuth, Ruby on Rails, HTML5, CSS3, Javascript.",
"link": "http://helpdeck.3den.org"
},
"Mentor of Joomla! Student Outreach Program, 2010": {
"details": "Mentor of the projects MediaGalleries and j!Camp. PHP, MySQL,
Javascript, CSS, HTML, Joomla!, Project Management.",
"links": "http://community.joomla.org/blogs/community/1290-media-galleries-report-jsop-2010.html"
},
"Disney International College Program, Disney, 2009-2010": {
"details": "Worked with quick service on Disney during the international
College Program, from November of 2009 until January of 2010."
},
"Software Engineer, Orygens, 2009": {
"details": "Worked as Software Engineer on a startup called Orygens
developing a social network for students. Python, Django, HTML, JavaScript.",
"link": "http://atepassar.com"
},
"Software Engineer, JMultimedia Suite, Google Summer of Code, 2008": {
"details": " Worked on Google Summer of Code developing a set of multimedia extensions
for Joomla! This project still being used by thousand of sites, and is
one of the best multimedia solutions for joomla!. PHP, MySQL, HTML,
Javascript, MVC, Joomla!.",
"link": "http://tinyurl.com/6xvbkve"
}
}
}; // I'm looking forward to hearing from you soon! ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment