diff --git a/.github/workflows/compile-latex.yml b/.github/workflows/compile-latex.yml index f4e7816..eeb66c1 100644 --- a/.github/workflows/compile-latex.yml +++ b/.github/workflows/compile-latex.yml @@ -150,7 +150,7 @@ jobs: run: ls -la *.pdf - name: Upload Private PDFs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: private-documents path: | diff --git a/resume.tex b/resume.tex index d50e46f..1bf2d2d 100644 --- a/resume.tex +++ b/resume.tex @@ -14,9 +14,29 @@ % Education section \input{shared/sections/education} -% Publications section (NEW - instant credibility) +% Publications section (research credibility) \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} \textscbf{Bucknell University} \hfill \textscbf{Lewisburg, PA} @@ -24,13 +44,9 @@ \textbf{Human-Robot Interaction Researcher} \hfill \textbf{Jan 2023 – Present} \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 Architected modular plugin system with WebSocket-based teleoperation achieving real-time state synchronization with microsecond-precision data logging for \textbf{250+ interaction sessions} - \item Built RESTful API integrating Robot Operating System (ROS) for extensible control of NAO, Pepper, and custom robots + \item Architected modular plugin system with WebSocket-based teleoperation and RESTful API integrating ROS for NAO, Pepper, and custom robots \end{itemize} -% Technical Skills (moved up for ATS optimization) -\input{shared/sections/skills-resume} - \resumesection{Selected Projects} \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 \end{itemize} -\textbf{F1 Performance Prediction Using Machine Learning} \hfill \textbf{Python/ML} -\begin{itemize}[noitemsep,topsep=2pt] - \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} +% Technical Skills +\input{shared/sections/skills-resume} \end{document}