Nathan Jessen

About

My name is Nathan Jessen and I love technology and programming. I love the challenge and excitement that comes with solving a problem, learning something new, or building something in a new way.

I'm 24 years old and earned a B.S. in Computer Science from Northwest Missouri State University. I also received a minor in Mathematics and a minor in Database Management Systems. I love working with code and interacting with databases so I believe my dream job would allow me to work with both.

I am currently looking for a career so if you know of an available opportunity, please don't hesitate to get in touch.

An array of facts

  • $facts = array(
  • "passionate" => TRUE,
  • "dedicated" => TRUE,
  • "favorite_programming_language" => "whichever gets the job done right",
  • "home_town" => "Blair, NE",
  • "favorite_quote" => "in the footer of this page"
  • );
  • function get_joy_from() {
  • $data = 'getting involved in my community';
  • $data .= ' and meeting up with other professionals';
  • $data .= ' (Meetup is an amazing asset!)';
  • return $data;
  • }