feat: add detailed professional experience entries, reorder resume sections, and refine existing content.

This commit is contained in:
Sean O'Connor
2026-02-04 00:33:40 -05:00
parent 59f172bd0b
commit 066d84c5b8
2 changed files with 25 additions and 20 deletions

View File

@@ -150,7 +150,7 @@ jobs:
run: ls -la *.pdf run: ls -la *.pdf
- name: Upload Private PDFs - name: Upload Private PDFs
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: private-documents name: private-documents
path: | path: |

View File

@@ -14,9 +14,29 @@
% Education section % Education section
\input{shared/sections/education} \input{shared/sections/education}
% Publications section (NEW - instant credibility) % Publications section (research credibility)
\input{shared/sections/publications-resume} \input{shared/sections/publications-resume}
\resumesection{Professional Experience}
\textscbf{Riverhead Raceway} \hfill \textscbf{Riverhead, NY}
\textbf{Software Developer} \hfill \textbf{Oct 2020 Present}
\begin{itemize}[noitemsep,topsep=2pt]
\item Architected and deployed full-stack real-time statistics platform serving \textbf{1500+ concurrent users} and \textbf{250k+ monthly visitors} using Next.js, TypeScript, PostgreSQL, and Docker
\item Engineered scalable backend infrastructure with optimized database queries, Redis caching, and WebSocket connections achieving \textbf{sub-100ms response times} for live race data updates across 20+ simultaneous events
\item Designed and implemented RESTful APIs for mobile applications and third-party integrations, processing \textbf{10M+ API requests monthly}
\item Built automated CI/CD pipelines with GitHub Actions and monitoring systems (Sentry, Vercel Analytics), maintaining \textbf{99.9\% uptime} across racing season
\end{itemize}
\textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA}
\textbf{Teaching Assistant - Software Engineering \& Engineering Design} \hfill \textbf{Aug 2023 Present}
\begin{itemize}[noitemsep,topsep=2pt]
\item Mentor \textbf{150+ students} across software engineering, design patterns, and embedded systems (Arduino, microcontrollers)
\item Developed automated testing frameworks and grading tools, improving learning outcomes while streamlining assessment processes
\end{itemize}
\resumesection{Research Experience} \resumesection{Research Experience}
\textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA} \textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA}
@@ -24,13 +44,9 @@
\textbf{Human-Robot Interaction Researcher} \hfill \textbf{Jan 2023 Present} \textbf{Human-Robot Interaction Researcher} \hfill \textbf{Jan 2023 Present}
\begin{itemize}[noitemsep,topsep=2pt] \begin{itemize}[noitemsep,topsep=2pt]
\item Published \textbf{2 first-author papers} at IEEE RO-MAN (2024, 2025) on novel HRI experimental platform enabling reproducible Wizard-of-Oz studies across multiple robot platforms \item Published \textbf{2 first-author papers} at IEEE RO-MAN (2024, 2025) on novel HRI experimental platform enabling reproducible Wizard-of-Oz studies across multiple robot platforms
\item Architected modular plugin system with WebSocket-based teleoperation achieving real-time state synchronization with microsecond-precision data logging for \textbf{250+ interaction sessions} \item Architected modular plugin system with WebSocket-based teleoperation and RESTful API integrating ROS for NAO, Pepper, and custom robots
\item Built RESTful API integrating Robot Operating System (ROS) for extensible control of NAO, Pepper, and custom robots
\end{itemize} \end{itemize}
% Technical Skills (moved up for ATS optimization)
\input{shared/sections/skills-resume}
\resumesection{Selected Projects} \resumesection{Selected Projects}
\textbf{Computer System from Scratch - Nand2Tetris} \hfill \textbf{HDL/Assembly/Java} \textbf{Computer System from Scratch - Nand2Tetris} \hfill \textbf{HDL/Assembly/Java}
@@ -48,18 +64,7 @@
\item Full-stack web application for managing HRI experiments with WebSocket robot control and comprehensive data logging \item Full-stack web application for managing HRI experiments with WebSocket robot control and comprehensive data logging
\end{itemize} \end{itemize}
\textbf{F1 Performance Prediction Using Machine Learning} \hfill \textbf{Python/ML} % Technical Skills
\begin{itemize}[noitemsep,topsep=2pt] \input{shared/sections/skills-resume}
\item Developed ensemble models (LightGBM, XGBoost, Random Forest) predicting lap times with engineered features from weather, track characteristics, and historical performance data
\end{itemize}
\resumesection{Professional Experience}
\textscbf{Riverhead Raceway} \hfill \textscbf{Riverhead, NY}
\textbf{Software Developer} \hfill \textbf{Oct 2020 Present}
\begin{itemize}[noitemsep,topsep=2pt]
\item Built real-time statistics platform serving \textbf{1500+ concurrent users} and \textbf{250k+ monthly visitors} using Next.js, TypeScript, PostgreSQL, and Docker with CI/CD pipelines
\end{itemize}
\end{document} \end{document}