Skip to content

Commit

Permalink
Resume update April 2020 (#89)
Browse files Browse the repository at this point in the history
* Remove dead blocks

* CMU as honor not employer

* Foreign language reader instead of Puzzle-8

* Update intuit work
  • Loading branch information
lucaskjaero authored Apr 17, 2020
1 parent e480037 commit 8aa7a3b
Showing 1 changed file with 22 additions and 32 deletions.
54 changes: 22 additions & 32 deletions resume/lucas-kjaero-zhang-resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@

\begin{resume}

%----------------------------------------------------------------------------------------
% OBJECTIVE SECTION
%----------------------------------------------------------------------------------------

%\section{OBJECTIVE}
%To work as part of a team utilizing data to make a difference in the real world.

%-------------------------------------------------------------------------------
% EXPERIENCE SECTION
%-------------------------------------------------------------------------------
Expand All @@ -110,42 +103,48 @@ \section{EXPERIENCE}
\employer{\textbf{Intuit}}
\location{San Diego, CA}
\dates{March 2018-Present}
\title{\textbf{Software Engineer - Release Engineering}}
\title{\textbf{Software Engineer II}}
\begin{position}
Created data collection infrastructure and customer dashboard to allow stakeholders and senior leadership to analyze the automation level of the TurboTax release pipeline. Metrics collection used Kinesis and Elasticsearch in AWS, with a React dashboard to display the data. Maintained and expanded a series of spring boot micro-services used to perform all releases in the TurboTax ecosystem, and to facilitate the automation necessary to practice continuous delivery. Owned rolling out capability to automatically redeploy all services with the latest security patches.
Led a team of four engineers across two product groups to decommission a decades old tax workflow engine used by over 100 tax content developers, moving its capabilities to a newer tool in the same problem space. Migrated capabilities are used to assemble Turbotax weekly releases, determine whether a customer can file their taxes, and attribute revenue to different parts of the product.
\\
\\
Created data collection infrastructure and customer dashboard to allow stakeholders and senior leadership to analyze the automation level of the TurboTax release pipeline.
\\
\\
Maintained and expanded an internal tool used to perform all releases in the TurboTax ecosystem, and to facilitate the automation necessary to practice continuous delivery. Owned rolling out capability to automatically redeploy all services with the latest security patches.
\end{position}

\employer{\textbf{Intuit (Via Tek-Systems)}}
\location{San Diego, CA}
\dates{August 2017-March 2018}
\title{\textbf{Software Engineer in Quality}}
\begin{position}
Designed and expanded test suites for \href{https://www.FreeFileFillableForms.com}{Free File Fillable Forms}, including unit, service, UI, and performance tests as the project's sole quality engineer. Participated in all aspects of migrating tax forms between different TurboTax tax engines. Developed an internal tool to speed creation of tax calculation testing.
\end{position}

\employer{\textbf{Carnegie Mellon University}}
\location{Pittsburgh, PA}
\dates{June 2014-August 2014}
\title{\textbf{Heinz College ITLab Fellow}}
\begin{position}
Created and deployed mobile technology to track parking lot usage in Pittsburgh with a team of information system researchers. Coursework included mathematically modeling decisions using Excel, and designing a website to disrupt the healthcare industry by organizing and providing transparent pricing information.
Designed and expanded test suites for \href{https://www.FreeFileFillableForms.com}{Free File Fillable Forms}, including unit, service, UI, and performance tests as the project's sole quality engineer.
\\
\\
Participated in all aspects of migrating tax forms between different TurboTax tax engines.
\end{position}

%-------------------------------------------------------------------------------
% PROJECTS SECTION
%-------------------------------------------------------------------------------
\section{PROJECTS}

\par
\textbf{Foreign Language Reader (in progress)}:
A website to help language learners transition from textbooks to real text by giving them definitions and examples for whatever they want to read. React frontend with Python and Elixir microservices managed by Kubernetes. Uses Elasticsearch for language content, and Terraform for infrastructure management. \textit{\href{https://github.com/lucaskjaero/foreign-language-reader}{Github}}

\par
\textbf{MNIST}:
Created a computer vision model to recognize handwritten digits with 99\% accuracy. Model ranked in the top 36\% globally of all Kaggle users. Used a Convolutional Neural Network implemented in TensorFlow. \textit{\href{https://github.com/lucaskjaero/MNIST}{Github}}

\par
\textbf{Chinese Vocabulary Finder}:
Used open source libraries, and natural language processing algorithms to tokenize and find unfamiliar words in Chinese text to aid learning. \textit{\href{https://github.com/lucaskjaero/Chinese-Vocabulary-Finder}{Github}}
\par
\textbf{Puzzle-8}:
Created an object-oriented Python program to solve sliding tile puzzles with an A* search and multiple heuristics. Finds solutions with the fewest possible number of moves. \textit{Source upon request.}

% \par
% \textbf{Puzzle-8}:
% Created an object-oriented Python program to solve sliding tile puzzles with an A* search and multiple heuristics. Finds solutions with the fewest possible number of moves. \textit{Source upon request.}

%-------------------------------------------------------------------------------

Expand Down Expand Up @@ -180,17 +179,8 @@ \section{EDUCATION}
% Honors
%-------------------------------------------------------------------------------
\section{HONORS}
Shellene Kelley Scholarship for an Outstanding Student in Computer Science\hfill 2014\\
Austin College Presidential Merit Scholarship \hfill Fall 2011 - Spring 2015\\
%-------------------------------------------------------------------------------

%-------------------------------------------------------------------------------
% Leadership
%-------------------------------------------------------------------------------
%\section{LEADERSHIP}
%AC Day Trading Club, {\sl President and Founding Member} \hfill Spring 2012 - Fall 2013\\
%Rho Lambda Theta, {\sl President} \hfill Fall 2014 - Spring 2015
%-------------------------------------------------------------------------------
Carnegie Mellon University - Heinz College ITLab Fellowship\hfill Summer 2014\\
Machine Learning Society - Blockchain Hackathon Winner\hfill Spring 2018

\end{resume}
\end{document}

0 comments on commit 8aa7a3b

Please sign in to comment.