Skip to content

Commit

Permalink
Update resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbloodsworth committed Oct 4, 2024
1 parent 458802a commit 21852d2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
Binary file modified cbloodsworth_resume.pdf
Binary file not shown.
42 changes: 22 additions & 20 deletions cbloodsworth_resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ \section{Education}
\resumeItemListEnd
\resumeSubheading
{State College of Florida}{Sarasota, FL}
{Associate's in Liberal Arts and Sciences}{August 2018 -- December 2020}
{Associate's Degree in Liberal Arts and Sciences}{August 2018 -- December 2020}
\resumeItemListStart
\resumeItem{GPA: 3.71}
\resumeItem{Designated recipient of “Outstanding Student in Mathematics.” award.}
\resumeItem{Designated recipient of “Outstanding Student in Mathematics” award.}
\resumeItemListEnd
\resumeSubHeadingListEnd

Expand All @@ -142,15 +142,16 @@ \section{Experience}
{Software Engineer}{July 2024 -- Present}
{MRSL Real-Time Systems Laboratory}{Sarasota, FL}
\resumeItemListStart
\resumeItem{Maintaining and developing new features for the baseline of a widely-used signal processing framework.}
\resumeItem{Using Jenkins to deploy on a wide array of Linux distributions, including RHEL, Ubuntu, and Alpine.}
\resumeItem{Maintained and enhanced core features of a real-time signal processing framework using C++ and Python.}
\resumeItem{Developed and integrated tools to measure test code coverage for a domain-specific language, enhancing code quality with SonarQube integration.}
\resumeItem{Established automated deployment systems on Jenkins, streamlining the integration of new features.}
\resumeItemListEnd

\resumeSubheading
{Software Engineering Intern}{May 2023 -- August 2023}
{MRSL Real-Time Systems Laboratory}{Sarasota, FL}
\resumeItemListStart
\resumeItem{Worked tightly with performance-critical digital signal processing (DSP) applications in C++.}
\resumeItem{Worked closely with performance-critical digital signal processing (DSP) applications in C++.}
\resumeItem{Programmed entirely on a remote instance hosted on AWS EC2.}
\resumeItem{Designed a concurrently-executed DSP algorithm to operate across pods in a Kubernetes cluster.}
\resumeItemListEnd
Expand All @@ -160,7 +161,7 @@ \section{Experience}
{CEN3031: Intro to Software Engineering}{University of Florida}
\resumeItemListStart
\resumeItem{Used Docker to containerize and deploy a full-stack React app for students to contribute to.}
\resumeItem{Coordinated course materials, held office hours and gave lectures on topics related to software engineering.}
\resumeItem{Coordinated course materials, held office hours, and gave lectures on topics related to software engineering.}
\resumeItemListEnd

\resumeSubheading
Expand All @@ -179,40 +180,41 @@ \section{Projects}
{PearTerm}{Ongoing}
{Personal}{}
\resumeItemListStart
\resumeItem{Created a terminal and shell in Typescript to emulate functionality of a UNIX/sh system.}
\resumeItem{Following POSIX shell standards to implement parsing of the shell language.}
\resumeItem{Implemented shell built-ins, such as \code{ls}, \code{cd} and \code{cat}, to work with an in-memory filesystem.}
\resumeItem{Created a terminal and shell in Typescript to emulate the functionality of a UNIX/sh system.}
\resumeItem{Implemented parsing of the shell language aligned with POSIX shell standards.}
\resumeItem{Created shell built-ins, such as \code{ls}, \code{cd} and \code{cat}, to interact with an in-memory filesystem.}
\resumeItemListEnd

\resumeSubheading
{Swamp Investigator}{January 2023}
{SwampHacks IX}{University of Florida}
{PLC Language Compiler}{April 2023}
{COP4020: Programming Language Concepts}{University of Florida}
\resumeItemListStart
\resumeItem{Procedurally generated exploration game made in Python using the PyGame framework.}
\resumeItem{Developed world generation using Perlin noise algorithms to create a realistic swamp to explore.}
\resumeItem{Designed and implemented a compiler for a small academic language.}
\resumeItem{Included parsing to an AST and code generation that emits Java source code.}
\resumeItemListEnd

\resumeSubheading
{PLC Language Compiler}{April 2023}
{COP4020: Programming Language Concepts}{University of Florida}
{Swamp Investigator}{January 2023}
{SwampHacks IX}{University of Florida}
\resumeItemListStart
\resumeItem{Designed and implemented a compiler for a small academic language.}
\resumeItem{Included parsing to an AST and code generation emitting Java source code.}
\resumeItem{Procedurally generated exploration game made in Python using the PyGame framework.}
\resumeItem{Developed world generation using Perlin noise algorithms to create a realistic swamp to explore.}
\resumeItemListEnd

\resumeSubHeadingListEnd



%-----------PROGRAMMING SKILLS-----------
\section{Technical Skills}
\section{Technical Skills and Interests}
\begin{itemize}[leftmargin=0.15in, label={}]
\small{\item{
\textbf{Languages}{: C++, Java, Python, C, JavaScript (TypeScript), Haskell, Rust} \\
\textbf{Developer Tools}{: Linux, Bash, AWS (S3, EKS, EC2, Lambda), Git, Vim, SonarQube, Docker, Kubernetes, Heroku} \\
\textbf{Developer Tools}{: Linux, Bash, AWS (S3, EKS, EC2, Lambda), Git, Vim, SonarQube, Docker, Kubernetes, Jenkins} \\
\textbf{Interests}{: Compilers, parallel computing, API design, functional programming} \\
}}
\end{itemize}


%-------------------------------------------
\end{document}
\end{document}

0 comments on commit 21852d2

Please sign in to comment.