1
0
This commit is contained in:
Tyrel Souza 2024-04-22 13:47:46 -04:00
parent 8f1e6216e6
commit a2d6499a9d
Signed by: tyrel
GPG Key ID: A7042C28F86F5183
3 changed files with 89 additions and 1 deletions

View File

@ -1 +1,8 @@
Resume of Tyrel Souza
# Resume of Tyrel Souza
## Compile
```shell
pandoc tyrel-souza.tex > tyrel-souza.html
```

2
justfile Normal file
View File

@ -0,0 +1,2 @@
compile:
pandoc tyrel-souza.tex > tyrel-souza.html

79
tyrel-souza.tex Normal file
View File

@ -0,0 +1,79 @@
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{hyperref}
\title{Tyrel Souza's Resume}
\author{}
\date{}
\begin{document}
\maketitle
\section*{Contact Information}
\begin{itemize}
\item \textbf{Location:} Chapel Hill, NC
\item \textbf{Phone:} (###)-###-####
\item \textbf{Email:} \href{mailto:place@holder.com}{place@holder.com}
\item \textbf{Website:} \url{https://tyrel.dev}
\item \textbf{LinkedIn:} \url{https://linkedin.com/in/tyrel-souza}
\end{itemize}
\section*{Summary}
Senior Software Engineer with expertise in Python, Django, and Go (Golang). Experienced in developing web services and microservices, automating workflows, and improving system efficiency. Private pilot and Notary Public. Remote work experience since 2019.
\section*{Experience}
\subsection*{REDLattice — Chantilly, VA}
\textbf{Senior Software Engineer} \hfill \textit{October 2023 - Present}
\begin{itemize}
\item Developed a customer portal in Python/Django with supporting microservices.
\item Automated server tasks with Linux bash and Python scripting.
\item Created and deployed microservices using Docker containers.
\item Enhanced inter-service communication with new GraphQL endpoints.
\item Reduced manual testing time by automating Selenium workflows with GitLab CI.
\item Implemented an audit logging system for improved user system awareness.
\end{itemize}
\subsection*{EverQuote — Boston, MA}
\textbf{Senior Software Engineer} \hfill \textit{January 2022 - June 2023}
\begin{itemize}
\item Launched a web service using Go and React (TypeScript) to assist Sales Reps.
\item Transitioned projects from Atlassian Bamboo to GitHub Actions.
\item Ported a Python2.7 monolith to Python3 microservices using FastAPI.
\item Automated daily tasks, saving 18 hours per week of analyst time.
\item Built a UI for database settings manipulation to aid in automation.
\item Migrated repositories from CircleCI testing to GitHub Actions.
\end{itemize}
% Add other experiences similarly
\section*{Skills}
\begin{itemize}
\item \textbf{Languages:} Python, Go, Ruby
\item \textbf{Frameworks:} Django, Flask, FastAPI, Rails
\item \textbf{DevOps:} Linux, Docker, Kubernetes, Git, Mercurial
\item \textbf{Databases:} Postgres, MySQL, MariaDB
\item \textbf{Cloud Platforms:} AWS, GCP
\item \textbf{APIs:} REST
\item \textbf{Caching:} Redis, memcache
\item \textbf{Message Queues:} Sidekiq, Kafka, RabbitMQ, MQTT
\end{itemize}
\section*{Education}
\textbf{Keene State College} \\
B.S. Applied Computer Science, Minor in Mathematics \\
Deans List
\section*{Personal Projects}
\begin{itemize}
\item \textbf{Django DBFileStorage:} Continued running CI tests on remote storage to minimize AWS charges during file storage migration to S3.
\end{itemize}
\section*{Contracting Work}
\textbf{Benchtop Devices} \\
\begin{itemize}
\item Developed multiple C\# Desktop programs for pressure tests and data analysis.
\item Developed Python/Django and VueJS tool for converting pressure test results to PDFs.
\end{itemize}
\end{document}