1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Laura Chevalier being cool
// About Me

/* Hi there! Thanks for checking out my resumé! A few words about me:

    * I'm currently a Forward Deployed Engineer at ActionIQ, where I tackle all sorts of big data challenges with a number of tools including Python, Spark, SQL, and AWS.
    * I graduated from New York University in December 2017 with a Bachelor's in Computer Science and have been learning every day since.
    * Three of my favorite things to do are work on side projects, eat dessert, and take winding walks through NYC.

I'm always exploring new areas of study within and beyond tech and I hope to always be learning. Please check out the rest of my resumé and feel free to contact me if you'd like to chat about anything! Have a wonderful day! */

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
// Hello World. Welcome to my resumé.

public class Resumé {
    public static void main(String[] args) {
        impress(you);
    }

    public static void impress(Visitor visitor) {
        if (visitor.notImpressed()) {
            visitor.lookAtPortfolio();
        }
    }
}

class Visitor {
   private boolean impressed = false;

   void lookAtPortfolio() {
      link.click();
      this.impressed = true;
   }

   boolean notImpressed() {
      return !this.impressed;
   }
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
// *** Projects and Experience ***

// Download a copy of my resumé here











1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
// *** Contact ***

// > LinkedIn
// > Github
// > AngelList

// Let's chat!