-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
77 lines (60 loc) · 2.18 KB
/
resume.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\documentclass[10pt]{article}
\usepackage{parskip}
\usepackage{setspace}
% Links
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
urlcolor=black,
pdftitle={Noah Dinan},
}
% Margin - 1 inch on all sides
\usepackage[letterpaper]{geometry}
\geometry{top=1.05in, bottom=1.05in, left=1.05in, right=1.05in}
% Font
\usepackage{fontspec}
\setmainfont[
BoldFont={Inter-SemiBold.otf},
ItalicFont={Inter-Italic.otf},
]{Inter-Regular.otf}
% Doublespacing
\usepackage{setspace}
\doublespacing
\renewcommand{\baselinestretch}{1.5}
\setlength{\parindent}{0pt}
\setlength{\parskip}{15pt}
% Turn off pagenumbering
\pagenumbering{gobble}
% Begin document
\begin{document}
{\fontsize{19pt}{0pt}\selectfont \textbf{Noah Dinan}}
\href{https://shinysocks.net}{https://shinysocks.net}\\
+14142311015
{\fontsize{11pt}{0pt}\selectfont \textbf{Education}}\\
B.S. in Software Engineering, Minor in Cybersecurity\\
Milwaukee School of Engineering\\
\textit{2024 - 2028}
Valedictorian, Ronald W. Reagan College Preparatory High School\\
\textit{2020 - 2024}
{\fontsize{11pt}{0pt}\selectfont \textbf{Experience}}\\
Technology Intern, Northwestern Mutual\\
\textit{June 2024 - August 2024}\\
Learned and implemented basic principles of frontend development in modern frameworks while
collaborating with a team of interns. Worked on a web-based data monitoring tool in python.
Programmer, FIRST Robotics Team 1675\\
\textit{February 2023 - May 2024}\\
Planned and developed the codebase for subsystems on the 2024 robot, "Hansel"
Software Development Intern, Jet Constellations\\
\textit{June 2023 - August 2023}\\
Provided insightful UX feedback for milkywaytechub.com while developing design skills by
creating wireframes and app mockups in Figma. Learned the basics of data analysis with PowerBI.
Cashier, G. Groppi Food Market\\
\textit{May 2021 - April 2023}\\
Performed part time food service work in the Bay View neighborhood.
{\fontsize{11pt}{0pt}\selectfont \textbf{Skills}}\\
Agile methodologies, Collaboration, Time management\\
Java, C++, Python, Javascript, Bash, C\#\\
Linux, Git, React, Express.js, Pygame, JavaFX / Swing, Unity, Docker, Gradle, LaTeX
\end{document}