const me = {
  name: 'Tom Ped',
  legalName: 'Thomas M. Pedbereznak, Jr.',
  age: 23,
  hometown: 'Branford, CT',
  college: 'Northeastern University',
  major: 'Computer Science',
  minor: 'Mathematics'
}
console.log(me.shortBio);

I am currently a Candidate for a Bachelor of Computer Science, with a minor in Mathematics at Northeastern University in Boston. I'm currently mentoring incoming computer and information science freshmen and tutoring students in Object-Oriented Design and have a strong passion for quality when developing software. I am also a soon to be member of the Ultimate Frisbee team.

console.log(me.experience);

For more information about my knowledge and technical skills checkout my résumé (PDF). If you'd like to know a bit more feel free to send me an email.

console.log(me.interests)

Aside from school and work there are a few things I enjoy doing in my free time: surfing, exercise, astronomy, hiking, neural networks, technology news, and game development.