Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e02f6e8320 | |||
| 68cb8c75dc | |||
| ea0bd6ccc2 | |||
| bf85721366 |
@@ -28,6 +28,10 @@ jobs:
|
||||
- name: Compile LaTeX document
|
||||
run: pdflatex -interaction=nonstopmode -halt-on-error resume.tex
|
||||
|
||||
- name: Compute version
|
||||
id: version
|
||||
run: echo "version=v$(date -u +'%Y.%-m.%-d').${{ github.run_number }}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Publish to "latest" release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
env:
|
||||
@@ -35,7 +39,7 @@ jobs:
|
||||
with:
|
||||
tag_name: latest
|
||||
target_commitish: ${{ github.sha }}
|
||||
name: Latest Resume
|
||||
name: ${{ steps.version.outputs.version }}
|
||||
body: Automatically built from commit ${{ github.sha }}.
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: |-
|
||||
|
||||
@@ -4,3 +4,4 @@
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.synctex.gz
|
||||
*.pdf
|
||||
@@ -0,0 +1,3 @@
|
||||
# Resume
|
||||
|
||||
[Latest build](https://gitea.burke.host/burkkyy/resume/releases/download/latest/resume.pdf)
|
||||
BIN
Binary file not shown.
+40
-63
@@ -112,21 +112,19 @@
|
||||
% \end{tabular*}
|
||||
|
||||
\begin{center}
|
||||
\textbf{\Huge \scshape Jake Ryan} \\ \vspace{1pt}
|
||||
\small 123-456-7890 $|$ \href{mailto:x@x.com}{\underline{jake@su.edu}} $|$
|
||||
\href{https://linkedin.com/in/...}{\underline{linkedin.com/in/jake}} $|$
|
||||
\href{https://github.com/...}{\underline{github.com/jake}}
|
||||
\textbf{\Huge \scshape Caleb Burke} \\ \vspace{1pt}
|
||||
\small 250-951-3760 $|$ \href{mailto:calebburke91@gmail.com}{\underline{calebburke91@gmail.com}} $|$
|
||||
\href{https://linkedin.com/in/calebburke91}{\underline{LinkedIn}} $|$
|
||||
\href{https://github.com/burkkyy}{\underline{Github}} $|$
|
||||
\href{https://gitea.burke.host/burkkyy}{\underline{gitea.burke.host/burkkyy}}
|
||||
\end{center}
|
||||
|
||||
%-----------EDUCATION-----------
|
||||
\section{Education}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeSubheading
|
||||
{Southwestern University}{Georgetown, TX}
|
||||
{Bachelor of Arts in Computer Science, Minor in Business}{Aug. 2018 -- May 2021}
|
||||
\resumeSubheading
|
||||
{Blinn College}{Bryan, TX}
|
||||
{Associate's in Liberal Arts}{Aug. 2014 -- May 2018}
|
||||
{Vancouver Island University}{Nanaimo, BC}
|
||||
{Bachelor of Computer Science}{Sept. 2021 -- Dec 2025}
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-----------EXPERIENCE-----------
|
||||
@@ -134,13 +132,13 @@
|
||||
\resumeSubHeadingListStart
|
||||
|
||||
\resumeSubheading
|
||||
{Undergraduate Research Assistant}{June 2020 -- Present}
|
||||
{Texas A\&M University}{College Station, TX}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems}
|
||||
\resumeItem{Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub data}
|
||||
\resumeItem{Explored ways to visualize GitHub collaboration in a classroom setting}
|
||||
\resumeItemListEnd
|
||||
{Software Developer (Full Stack)}{May 2024 -- Present}
|
||||
{Ice Fog Analytics}{Remote}
|
||||
% \resumeItemListStart
|
||||
% \resumeItem{Developed a REST API using FastAPI and PostgreSQL to store data from learning management systems}
|
||||
% \resumeItem{Developed a full-stack web application using Flask, React, PostgreSQL and Docker to analyze GitHub data}
|
||||
% \resumeItem{Explored ways to visualize GitHub collaboration in a classroom setting}
|
||||
% \resumeItemListEnd
|
||||
|
||||
% -----------Multiple Positions Heading-----------
|
||||
% \resumeSubSubheading
|
||||
@@ -152,61 +150,40 @@
|
||||
% \resumeSubHeadingListEnd
|
||||
%-------------------------------------------
|
||||
|
||||
\resumeSubheading
|
||||
{Information Technology Support Specialist}{Sep. 2018 -- Present}
|
||||
{Southwestern University}{Georgetown, TX}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Communicate with managers to set up campus computers used on campus}
|
||||
\resumeItem{Assess and troubleshoot computer problems brought by students, faculty and staff}
|
||||
\resumeItem{Maintain upkeep of computers, classroom equipment, and 200 printers across campus}
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubheading
|
||||
{Artificial Intelligence Research Assistant}{May 2019 -- July 2019}
|
||||
{Southwestern University}{Georgetown, TX}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Explored methods to generate video game dungeons based off of \emph{The Legend of Zelda}}
|
||||
\resumeItem{Developed a game in Java to test the generated dungeons}
|
||||
\resumeItem{Contributed 50K+ lines of code to an established codebase via Git}
|
||||
\resumeItem{Conducted a human subject study to determine which video game dungeon generation technique is enjoyable}
|
||||
\resumeItem{Wrote an 8-page paper and gave multiple presentations on-campus}
|
||||
\resumeItem{Presented virtually to the World Conference on Computational Intelligence}
|
||||
\resumeItemListEnd
|
||||
|
||||
\resumeSubHeadingListEnd
|
||||
|
||||
%-----------PROJECTS-----------
|
||||
\section{Projects}
|
||||
\resumeSubHeadingListStart
|
||||
\resumeProjectHeading
|
||||
{\textbf{Gitlytics} $|$ \emph{Python, Flask, React, PostgreSQL, Docker}}{June 2020 -- Present}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Developed a full-stack web application using with Flask serving a REST API with React as the frontend}
|
||||
\resumeItem{Implemented GitHub OAuth to get data from user’s repositories}
|
||||
\resumeItem{Visualized GitHub data to show collaboration}
|
||||
\resumeItem{Used Celery and Redis for asynchronous tasks}
|
||||
\resumeItemListEnd
|
||||
\resumeProjectHeading
|
||||
{\textbf{Simple Paintball} $|$ \emph{Spigot API, Java, Maven, TravisCI, Git}}{May 2018 -- May 2020}
|
||||
\resumeItemListStart
|
||||
\resumeItem{Developed a Minecraft server plugin to entertain kids during free time for a previous job}
|
||||
\resumeItem{Published plugin to websites gaining 2K+ downloads and an average 4.5/5-star review}
|
||||
\resumeItem{Implemented continuous delivery using TravisCI to build the plugin upon new a release}
|
||||
\resumeItem{Collaborated with Minecraft server administrators to suggest features and get feedback about the plugin}
|
||||
\resumeItemListEnd
|
||||
\resumeSubHeadingListEnd
|
||||
% \resumeSubHeadingListStart
|
||||
% \resumeProjectHeading
|
||||
% {\textbf{Gitlytics} $|$ \emph{Python, Flask, React, PostgreSQL, Docker}}{June 2020 -- Present}
|
||||
% \resumeItemListStart
|
||||
% \resumeItem{Developed a full-stack web application using with Flask serving a REST API with React as the frontend}
|
||||
% \resumeItem{Implemented GitHub OAuth to get data from user’s repositories}
|
||||
% \resumeItem{Visualized GitHub data to show collaboration}
|
||||
% \resumeItem{Used Celery and Redis for asynchronous tasks}
|
||||
% \resumeItemListEnd
|
||||
% \resumeProjectHeading
|
||||
% {\textbf{Simple Paintball} $|$ \emph{Spigot API, Java, Maven, TravisCI, Git}}{May 2018 -- May 2020}
|
||||
% \resumeItemListStart
|
||||
% \resumeItem{Developed a Minecraft server plugin to entertain kids during free time for a previous job}
|
||||
% \resumeItem{Published plugin to websites gaining 2K+ downloads and an average 4.5/5-star review}
|
||||
% \resumeItem{Implemented continuous delivery using TravisCI to build the plugin upon new a release}
|
||||
% \resumeItem{Collaborated with Minecraft server administrators to suggest features and get feedback about the plugin}
|
||||
% \resumeItemListEnd
|
||||
% \resumeSubHeadingListEnd
|
||||
|
||||
%
|
||||
%-----------PROGRAMMING SKILLS-----------
|
||||
\section{Technical Skills}
|
||||
\begin{itemize}[leftmargin=0.15in, label={}]
|
||||
\small{\item{
|
||||
\textbf{Languages}{: Java, Python, C/C++, SQL (Postgres), JavaScript, HTML/CSS, R} \\
|
||||
\textbf{Frameworks}{: React, Node.js, Flask, JUnit, WordPress, Material-UI, FastAPI} \\
|
||||
\textbf{Developer Tools}{: Git, Docker, TravisCI, Google Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ, Eclipse} \\
|
||||
\textbf{Libraries}{: pandas, NumPy, Matplotlib}
|
||||
}}
|
||||
\end{itemize}
|
||||
% \begin{itemize}[leftmargin=0.15in, label={}]
|
||||
% \small{\item{
|
||||
% \textbf{Languages}{: Java, Python, C/C++, SQL (Postgres), JavaScript, HTML/CSS, R} \\
|
||||
% \textbf{Frameworks}{: React, Node.js, Flask, JUnit, WordPress, Material-UI, FastAPI} \\
|
||||
% \textbf{Developer Tools}{: Git, Docker, TravisCI, Google Cloud Platform, VS Code, Visual Studio, PyCharm, IntelliJ, Eclipse} \\
|
||||
% \textbf{Libraries}{: pandas, NumPy, Matplotlib}
|
||||
% }}
|
||||
% \end{itemize}
|
||||
|
||||
%-------------------------------------------
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user