My CV
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 117 lines 4.6 kB view raw
1\documentclass[10pt,letterpaper]{article} 2 3\usepackage[utf8]{inputenc} 4\usepackage[margin=0.6in]{geometry} 5\usepackage{enumitem} 6\usepackage{titlesec} 7\usepackage{hyperref} 8 9% Format section titles 10\titleformat{\section}{\large\bfseries\uppercase}{}{0em}{}[\titlerule] 11\titlespacing*{\section}{0pt}{10pt}{6pt} 12 13% Remove page numbers 14\pagestyle{empty} 15 16% Customize itemize spacing - use dashes 17\setlist[itemize]{label=--, leftmargin=*, nosep, itemsep=1pt, topsep=3pt} 18 19\begin{document} 20 21% Header 22\begin{center} 23 {\LARGE \textbf{Jasper Mayone}} \\[2pt] 24 me@jaspermayone.com | Boston, MA | \href{https://linkedin.com/in/jaspermayone}{linkedin.com/in/jaspermayone} 25\end{center} 26 27\vspace{-2pt} 28 29% Education 30\section{Education} 31\noindent 32\textbf{Wentworth Institute of Technology | Boston, MA} \hfill Expected Graduation: 08/2029 \\ 33Bachelor of Science in Computer Science \\ 34% Overall GPA 3.0/4.0, Major GPA 3.2/4.0 \\ 35\textit{Related Courses:} Computer Science II, Computer Organization, Computer Science + Society Studio, Climate Change and the Humanities, Calculus 1 36 37\vspace{2pt} 38 39% Skills 40\section{Skills} 41\noindent 42\textbf{Programming Languages:} Javascript, Typescript, Ruby on Rails, Swift, Node.js, Next.js, SQL \\ 43\textbf{Software:} Visual Studio Code, Eclipse, Xcode, Adobe Creative Suite, Stripe 44 45\vspace{2pt} 46 47% Projects 48\section{Projects} 49\noindent 50\textbf{Strings Server | TypeScript Server (Individual)} \hfill 01/2026 51\begin{itemize} 52 \item Built simple strings server for Wentworth Coding Club using TypeScript 53 \item Developed for club infrastructure and personal use with modular architecture 54 \item Published as open source project with active development 55\end{itemize} 56 57\vspace{4pt} 58\noindent 59\textbf{WIT Calendar Backend | Ruby on Rails API (Team)} \hfill 10/2025 -- Present 60\begin{itemize} 61 \item Developed Ruby on Rails backend to scrape Wentworth University course data and sync with Google Calendar 62 \item Collaborated with Wentworth Coding Club team to automate student scheduling workflows 63 \item Published as open source project with active issue tracking and ongoing development 64\end{itemize} 65 66\vspace{4pt} 67\noindent 68 69% Experience 70\section{Experience} 71\noindent 72\textbf{Major League Hacking | New York, NY | Summer Engineering Intern} \hfill 05/2025 -- 08/2025 73\begin{itemize} 74 \item Developed and implemented technical integrations between MyMLH identity platform and Discord using Ruby on Rails, enhancing user experience and data synchronization. 75 \item Attended daily standups and bi-weekly sprint planning meetings and retrospectives, collaborating with cross-functional teams to ensure project alignment and timely delivery. 76 \item Implemented automated testing solutions to improve code quality and reduce regression issues. 77 \item Participated in retrospectives, providing feedback and suggestions for process improvements. 78\end{itemize} 79 80\vspace{4pt} 81\noindent 82\textbf{The Hack Foundation | Shelburne, VT | Gap Year / Software Engineer} \hfill 10/2023 -- 07/2024 83\begin{itemize} 84 \item Led and mentored a cross-functional team of developers across several major software projects. 85 \item Designed and developed custom software solutions. 86 \item Built and led community management team of 10, with the goal of improving the number of active members. 87\end{itemize} 88 89\vspace{4pt} 90\noindent 91\textbf{Signal Kitchen | Burlington, VT | Bookshop Manager \& Assistant to Events Director} \hfill 02/2023 -- 02/2024 92\begin{itemize} 93 \item Leveraged event platforms to coordinate registration and check-in for thousands of attendees at flagship events. 94 \item Streamlined pre/post event operations through database management and organization. 95 \item Coordination of vendor relationships while managing shipping logistics for event bookstore. 96 \item Developed and maintained inventory management and point of sale system for bookstore. 97 \item Assist guests during event, as well as on-site support for overnight VIP guests. 98\end{itemize} 99 100 101% future note - hackwit start 10/2025 102 103% Activities 104\section{Activities} 105\noindent 106\textbf{Wentworth University Coding Club | Treasurer \& Member} \hfill 09/2025 - Present 107\begin{itemize} 108 \item Managed Club budget 109 \item Sat on E-Board which included event/meeting coordination and other leadership tasks 110\end{itemize} 111\textbf{Wentworth Robotics Club | Treasurer \& Software Team Lead} \hfill 09/2025 - Present 112\begin{itemize} 113 \item Managed Club budget 114 \item Oversaw software team and development of code for battlebot 115\end{itemize} 116 117\end{document}