]> Vexing Labs - resume.git/commitdiff
Update with MapQuest experience, keywords.
authorAdam A.G. Shamblin <adam.shamblin@gmail.com>
Fri, 22 May 2015 02:56:42 +0000 (20:56 -0600)
committerAdam A.G. Shamblin <adam.shamblin@gmail.com>
Fri, 22 May 2015 02:56:42 +0000 (20:56 -0600)
Gruntfile.js
distribute/resume.docx [new file with mode: 0644]
package.json
src/resume.md

index 2e5055b4406b32c7db4eac08cd6df6bdd573363c..a18070a345bec817539654d7f94724a503a6b7cf 100644 (file)
@@ -12,10 +12,22 @@ module.exports = function (grunt) {
                 src: 'src/*.md',
                 dest: 'distribute'
             }
+        },
+
+        pandoc: {
+            configs: {
+                publish: 'docx'
+            },
+            files: {
+                from: [
+                    'src/resume.md'
+                ]
+            }
         }
     });
 
     grunt.loadNpmTasks('grunt-markdown-pdf');
+    grunt.loadNpmTasks('grunt-pandoc');
 
     grunt.registerTask('default', ['markdownpdf']);
 };
diff --git a/distribute/resume.docx b/distribute/resume.docx
new file mode 100644 (file)
index 0000000..e188ca0
Binary files /dev/null and b/distribute/resume.docx differ
index 8c5803bbcf3138c2e3521edc06aad9be59bc09ce..2eaf3b6275619f6daa572bf69c0eb1ceb2f36549 100644 (file)
@@ -12,6 +12,7 @@
   },
   "private": true,
   "devDependencies": {
-    "grunt-markdown-pdf": "~2.1.1"
+    "grunt-markdown-pdf": "~2.1.1",
+    "grunt-pandoc": "~0.2.3"
   }
 }
index 460b6d48b26574c2c548439abfb6418a1dbf8feb..0c32b83bfe4d69a6c644be9675e67ef55f41abb4 100644 (file)
@@ -18,6 +18,22 @@ anything in between.
 
 ## Experience
 
+### Senior Web Engineer at MapQuest
+*September 2014 - Present*
+
+* Contributed to new development of the latest MapQuest flagship web
+application.
+* Development of experience-driven user interfaces on both front and back end.
+* Participated in a successful agile/scrum process with high velocity and higher
+accountability.
+* Actively engaged with senior team in the architecture and implementation of a
+complex, client-heavy application.
+* Contributed to unit test development with an organic coverage of greater than
+85%.
+
+**Technology stack:** AngularJS, ui-router, LeafletJS, Scala, Play! Framework,
+    Amazon AWS, Jasmine, Karma, Protractor, Node.js
+
 ### Mobile Developer at Imulus
 *March 2014 - July 2014*
 
@@ -232,5 +248,10 @@ Tornado,
 Nginx,
 iOS,
 Objective C,
-Android
+Android,
+AngularJS,
+LeafletJS,
+Karma,
+Jasmine,
+Protractor