65 lines
3.6 KiB
TeX
65 lines
3.6 KiB
TeX
\documentclass[]{kyvernitis-resume}
|
|
\usepackage[utf8]{inputenc}
|
|
\fullname{Maxim Hutz}
|
|
\jobtitle{Sofware Engineer Student}
|
|
|
|
\begin{document}
|
|
\resumeheader
|
|
{\email{maximhutz@gmail.com}}
|
|
{\address{Cold Spring, New York}}
|
|
{\phone{+1 (914) 216-5972}}
|
|
{\linkedin{maximhutz}}
|
|
{\github{MajorDroolz}}
|
|
{\website{maximhutz.me}}
|
|
|
|
\begin{section}{Education}
|
|
\begin{subsection}{BS Computer Science + BS Information Technology \& Web Science}{Rensselaer Polytechnic Insistute}{Class of 2025}{Troy, New York}
|
|
\item \textit{Cumulative GPA}: 4.0
|
|
\item \textit{Awards}: Rensselaer Leadership Award, Dean's Honor List
|
|
\item \textit{Coursework}: Data Structures \& Algorithms, Software Design, User Experience, Object-Oriented Design
|
|
\item \textit{Member of}: Gamma Nu Eta, Upsilon Pi Epsilon, Rensselaer Center for Open Source
|
|
\end{subsection}
|
|
\end{section}
|
|
|
|
\begin{section}{Experience}
|
|
\begin{subsection}{American Express}{Software Developer Intern}{Jun. 2023 -- Present}{New York, New York}
|
|
\item Improving the performance of the team's business API by introducing a JavaScript-based approach.
|
|
\item Simplifying team onboarding by developing a responsive documentation website using React and Jenkins.
|
|
\item Enhancing the experience of future interns by revamping outdated beginner documentation for the site.
|
|
\end{subsection}
|
|
|
|
\begin{subsection}{Rensselaer Polytechnic Institute}{Undergraduate Teaching Assistant}{Sep. 2022 -- Present}{Troy, New York}
|
|
\item Supported 120+ students with Data Structures and Algorithms by hosting office hours.
|
|
\item Deepened students' skills with weekly labs, code reviews, and feedback on Python and C++ assignments.
|
|
\end{subsection}
|
|
|
|
\begin{subsection}{Tightrope Interactive}{Software Engineer Intern}{Summer 2022}{Beacon, New York}
|
|
\item Expanded market for product manual site \href{https://freshmanuals.com}{freshmanuals.com} by creating a twin iOS app on the App Store.
|
|
\item Developed and tested offline mode with Redux.js, allowing users to view their manuals without access to data in the Firestore database.
|
|
\item Introduced profitability through integrating Yahoo Ads into the search results.
|
|
\item Optimized future development by the team advocating for familiar React Native over SwiftUI.
|
|
\item Reduced codebase size by 31\% by implementing responsive design to support multiple orientations.
|
|
\end{subsection}
|
|
|
|
\begin{subsection}{Tightrope Interactive}{Junior Software Developer Intern}{Summer 2021}{Beacon, New York}
|
|
\item Added 3000+ product manuals to the aggregator \href{https://freshmanuals.com}{freshmanuals.com} by scraping 20+ major sites in PHP.
|
|
\item Cut web scraper create time by 20\% by eliminating boilerplate with a custom scraping template.
|
|
\item Prototyped PDF viewer to upload/print files with HTML, CSS, and JavaScript.
|
|
\end{subsection}
|
|
\end{section}
|
|
|
|
\begin{section}{Projects}
|
|
\begin{subsection}{Malung -- AI COVID-19 Classifier}{Lead Developer}{Sep. 2022 -- Dec. 2022}{Troy, New York}
|
|
\item Led a team of 3 to create a COVID-19 lung scanner web application using machine learning.
|
|
\item Streamlined workflow with Docker for local development, and Microsoft Azure for production.
|
|
\item Integrated user authentication and previous scan storage with MariaDB database and backend API in PHP.
|
|
\end{subsection}
|
|
\end{section}
|
|
|
|
\sectiontable{Skills}{
|
|
\entry{Programming Languages}{HTML, CSS, JavaScript, Node.js, Python, PHP, C, C++, Java, TypeScript}
|
|
\entry{Technologies}{React, React Native, Redux, GitHub, MariaDB, Docker, Microsoft Azure, Figma}
|
|
}
|
|
|
|
\end{document}
|