-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
69 lines (62 loc) · 4.21 KB
/
main.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
\documentclass{resume}
\usepackage[left=0.4 in,top=0.4in,right=0.4 in,bottom=0.4in]{geometry}
\newcommand{\tab}[1]{\hspace{.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{Jim Tran Kelly}
\address{+61 412 561 162 \\ Brisbane, QLD \\ \href{mailto:jimkelly.t@outlook.com}{jimkelly.t@outlook.com}}
\address{\href{https://github.com/jamestkelly}{github.com/jamestkelly} \\ \href{https://www.linkedin.com/in/jimkellyt/}{linkedin.com/in/jimkellyt} \\ \href{https://jim-t-kelly.web.app}{jim-t-kelly.web.app}} %
\begin{document}
% Skills
\begin{rSection}{Skills}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Languages & JavaScript/TypeScript, Golang, HTML/CSS, Python, SQL, C/C++, C\#, Bash\\
Technologies & Docker, NodeJS, MS SQL, PostgreSQL, Linux, Git, AWS, Azure, GCP\\
Frameworks \& Libraries & ReactJS, NestJS, AngularJS, gRPC, Ansible, Tailwind CSS, ThreeJS, D3\\
\end{tabular}\\
\end{rSection}
\begin{rSection}{EXPERIENCE}
\textbf{Deloitte}\\
Consultant, Full-Stack Developer (Illuminate) \hfill \textit{Brisbane}, AU \textbar\space Jun 2023 - Present
\begin{itemize}
\item Designed and developed REST APIs and unary gRPC stream microservices for servicing of data-mart operations for the Illuminate supply-chain analytics tool.
\item Developed and maintained build \& release pipelines via Azure and Ansible.
\item Technologies: Go, TypeScript, Python, gRPC, PostgreSQL, Microsoft SQL Server, Databricks, Ansible, Azure.
\end{itemize}
Graduate, Full-Stack Developer (Illuminate) \hfill \textit{Melbourne}, AU \textbar\space Nov 2022 - Jun 2023
\begin{itemize}
\item Achieved a 2.19 average speedup for data processing jobs via parallelism alongside back-end feature development.
\item Technologies: Go, TypeScript, Python, gRPC, PostgreSQL, Microsoft SQL Server, Databricks, Ansible, Azure.
\end{itemize}
Graduate, Integration Developer (Bureau of Meteorology) \hfill \textit{Melbourne}, AU \textbar\space Mar 2022 - Nov 2022
\begin{itemize}
\item Developed build and release pipelines alongside feature enablement for the primary managed file transfer solution.
\item Technologies: Python, Ansible, Kubernetes, Amazon Web Services, RedHat OpenShift.
\end{itemize}
\textbf{Digital Purpose}\\
Full-Stack Developer \hfill \textit{Brisbane}, AU \textbar\space Mar 2021 - Mar 2022
\begin{itemize}
\item Developed boutique web applications utilising ThreeJS for 3D rendered visual effects.
\item Technologies: TypeScript, ReactJS, AngularJS, ThreeJS, Amazon Web Services, Google Cloud Platform.
\end{itemize}
\textbf{Future Net POS Solutions}
Undergraduate Software Engineer \hfill \textit{Brisbane}, AU \textbar\space Nov 2020 - Mar 2021
\begin{itemize}
\item Developed a progressive web application serving a point-of-sale solution modernising existing legacy systems.
\item Technologies: TypeScript, React-Native, Azure.
\end{itemize}
\end{rSection}
% Projects
\begin{rSection}{PROJECTS}
\begin{itemize}
\item \href{https://jim-t-kelly.web.app/}{Portfolio Website} \textbar\space \href{https://github.com/jamestkelly/personal-portfolio}{GitHub} - Developed my personal portfolio website using JavaScript, Firebase, ThreeJS, React, and Tailwind CSS.
\item \href{https://github.com/jamestkelly/is-my-coffee-cold}{Is My Coffee Cold? (GitHub)} - A progressive-web-application that approximates how long you have in a given location before your coffee goes cold.
\item \href{https://github.com/jamestkelly/K8s-PySpark-Matrix}{K8s PySpark Matrix (GitHub)} - A proof of concept executing PySpark jobs abstracted behind a standard REST API.
\end{itemize}
\end{rSection}
% Education
\begin{rSection}{Education}
{\bf Bachelor of Information Technology (Computer Science)}, Queensland University of Technology\hfill {2020 - 2021}\\
GPA: 6.48 / 7.0, \textit{Dean's List Award}: 3 Semesters\\
Transferred from a Bachelor (Honours) of Electrical Engineering (2018 - 2019) to Computer Science.
\end{rSection}
\end{document}