Add past information, WIP current
This commit is contained in:
parent
bf14459797
commit
a01c28c8c5
7 changed files with 200 additions and 196 deletions
43
sections/skills.tex
Normal file
43
sections/skills.tex
Normal file
|
@ -0,0 +1,43 @@
|
|||
\section{Skills}
|
||||
|
||||
\skillHeading{TypeScript}
|
||||
\begin{bullets}
|
||||
\item Integrated with Google Maps APIs to build a map component to filter and display a list of clinics
|
||||
\item Profiled and improved an un-optimized list component until updating the underlying data did not create lag
|
||||
\item Took initiative to reduce the use of the \texttt{any} type at Emids, improving developer experience and catching more bugs during compilation
|
||||
\item Created a pure JavaScript single-page site from scratch to securely deliver holiday messages to friends and family, including a unique generative design for each recipient and partial Markdown support
|
||||
\end{bullets}
|
||||
|
||||
\skillHeading{Python}
|
||||
\begin{bullets}
|
||||
\item Refactored and type hinted a test automation library at Ross Video to fix bugs and improve developer efficiency
|
||||
\item Researched automatically generating unit tests to save developer time and improve the stability of the codebase at Ross Video
|
||||
\item Analyzed scraped data from websites to determine profitability of loot boxes to demonstrate how poor an investment it is to open them
|
||||
\end{bullets}
|
||||
|
||||
% \skillHeading{Java}
|
||||
% \begin{bullets}
|
||||
% \item Applied knowledge of data structures to generate a circle-packing of an arbitrary shape, then induced a series of trees over the circle and traversed the trees to create a polycurve
|
||||
% \end{bullets}
|
||||
|
||||
% TODO: Make C a separate category or add to C++?
|
||||
\skillHeading{C++}
|
||||
\begin{bullets}
|
||||
\item Single-handedly wrote a top-down video game in C++ with OpenGL graphics for group project after my group mates dropped the course due to workload
|
||||
\end{bullets}
|
||||
|
||||
% TODO: Mention VPS
|
||||
\skillHeading{Linux}
|
||||
\begin{bullets}
|
||||
\item Set up a custom Arch Linux installation for my daily personal use over the last 2 years
|
||||
\item Maintained the system and researched solutions when my extensive customization broke it
|
||||
\item Scripted with Bash to add functionality to Jenkins at Ross Video
|
||||
\end{bullets}
|
||||
|
||||
% TODO: Include info from BBQNX (SVN?)
|
||||
\skillHeading{Git}
|
||||
\begin{bullets}
|
||||
\item Used Azure DevOps to develope and collaborate on a monorepo at Emids
|
||||
\item Used Gerrit to conduct and receive code reviews on several Git repositories at Ross Video
|
||||
\item Managed personal projects and hosted custom websites on GitHub
|
||||
\end{bullets}
|
Loading…
Add table
Add a link
Reference in a new issue