Return of the Jedi.
(interactive CV)



Type "start" to begin.

error error error error error error
error error error error error error
error error error error error error
error error error error error error
error error error error error error
error error error error error error
error error error

^1000 Just kidding. ^800

You are looking for something... ^500 or somebody. ^500

My name is Yoda ^700 and I'll help you. ^700
What's your name?

Nice to meet you, ! ^1000 Welcome to my home.^500

Before we get started^500, I have one last question.^500
What's your current salary? (e.g. 60000)

^200Great!^300 Now let me write a function^500
that will help us find what you want.^1000

function findBestEmployee(yourName, yourSalary) {

  var Jedi = {
    name: "Sam Aiken",
    contact: "http://samai-software.github.io/",
    theForce: {
      side: "light",
      SE: ["JS","JQuery","D3.js","C++"],
      UX: ["LP","Apps","Games","A/B"],
      DS: ["R","GA","Excel"],
      PM: "Vision"
    },
    hiredBy: {
      name: yourName,
      salary: yourSalary
    },
    special: function(){
      this.hiredBy.salary *= 1.5;
    }
  };

  Jedi.special();

  return Jedi;
}^2000
-------------------------------------------
Here it is.^400 Looks pretty solid to me.^500
Ready to run this script? y/n:

Processing^200.^200.^200.^200.^200.

Success!^400 I've found the best candidate for you.^500
His name is Sam Aiken.^400
Open his profile? y/n:

Photo

Sam Aiken

  • Bio
  • Skills
  • Projects
  • Contacts

// ------ BIOGRAPHY ------ //

Name: Sam Aiken

Species: Jedi
// Side

// Resume
Interactive (this.codepen)
Video CV (YouTube)
Text CV (GitHub)

// Hired by
Your name:
Your salary: $ (soon)


// ------ SKILLS -------- //

// Coding
// User Experience
// Data Science
// Project management

// --- CODING PROJECTS --- //

// - 2016 NewCoder Survey - //

WEBSITE / SOURCE
(HTML, CSS, JS, JQuery, D3.js, R)

He worked on an open source project.
15K+ people responded all over the world, granting researchers an unprecedented glimpse into how adults are learning to code.

His roles:
- help to clean database (R)
  Issue / PR comments
- analyze the data (R & Excel)
  List of interesting facts
- help organize the working process (PM)
  List of interesting visualizations
- make bar charts and other visualizations (D3.js)
  ScatterPlots / BarCharts / PR
- give feedback to other members (UX)
  Issue / ChatRoom

// --- Personal Website -- //

WEBSITE / SOURCE
(HTML, CSS, JS, Bootstrap)


Developed personal website from scratch with bootstrap (no templates).
It's fully responsive, and Sam used the best practices - "don't set certain common break points for screens (media), instead just scale the width and fix all problems that occur".
However, it's desktop-first, because more than 95% visitors use desktop.

// ------ CONTACTS ------ //

YouTube: bit.ly/SamAI_YT

Website: samai-software.github.io

LinkedIn: linkedin.com/in/samaisoftware

GitHub: github.com/SamAI-Software

CodePen: codepen.io/SamAI-Software

FCC: freecodecamp.com/samaiware

// May the force be with you