Files
resume/software.tex
T
2026-08-06 14:38:56 +01:00

159 lines
5.7 KiB
TeX

\documentclass[article,11pt,a4paper,oneside]{memoir}
\input{CommonLaTeX/common.tex}
\input{CommonLaTeX/class_memoir.tex}
\layoutMaximalPdf[0.4in][0.3in]
\input{CommonLaTeX/resume.tex}
\input{CommonLaTeX/symbols.tex}
\input{CommonLaTeX/graphic.tex}
\author{Robert Edward Fry}
\authormobile{+44 7982 300669}
\authoremail{robertefry1@gmail.com}
\authorgithub{robertefry}
\begin{document}
\maketitle
High-performance Software Engineer.
4 years professional experience in C++ and Rust.
Distinction MMath Master of Mathematics.
% Proven in building mission-critical memory-safe data processors for high-throughput maritime systems.
Experience with UML software design, and Linux system administration.
\ResumeHistory{Technical Competencies}[end={}]
\begin{itemize*}[itemjoin=\hfill]
\item Rust
\item C++ % (ISO/IEC 14882)
\item C % (ISO/IEC 9899)
\item CMake
\item UML % (ISO/IEC 19501)
\item Python
\item Linux
\item Bash
\item Git
\item Docker
\item Design Patterns
\item Concurrency
\item Bare-Metal
% \item SQL
\end{itemize*}
\ResumeSection{Professional Experience}
\ResumeHistory{Software Engineer (C++, Rust)}
[
company={BAE Systems},
location={Portsmouth, UK},
start={January 2023},
end={February 2026},
]
\ResumeRole{Royal Navy Combat Systems Modernisation (RECODE)}
\begin{itemize}
\item Developed distributed event-driven data processors in Rust within an Agile Scrum team.
\item Designed a high-performance geospatial indexing strategy by proposing and prototyping an R-Tree based solution.
\item Identified and reduced PostgreSQL database overhead and processor contention by optimising data access patterns.
\item Leveraged Enterprise Architect and UML to design solutions and generate ABI headers.
\item Gained experience working with RabbitMQ and Kubernetes for highly-scalable concurrent systems.
\item Championed continuous improvement by establishing a technical-debt tracker, introducing modern language features, and peer reviewing code improving performance and readability.
\item Communicated technical details effectively to non-technical stakeholders.
\end{itemize}
\ResumeRole{Training Simulation Secondment}
\begin{itemize}
\item Developed legacy navigation simulation software in C++ for the Royal Navy, successfully extending product lifetime.
\item Mentored a graduate engineer with no C++ background, ensuring product deliverables where met to schedule.
\item Learned Model-Based Software Engineering (UML and SysML under NAFv4) by integrating third-party software.
\item Reduced test procedure delivery timelines by creating a document generator using Python and Pandas.
\end{itemize}
\ResumeHistory{Software Engineer (C, C++)}
[
company={Raymarine},
location={Fareham, UK},
start={August 2019},
end={August 2020},
]
\begin{itemize}
\item Developed the embedded Yachtsense Digital Control system in embedded C++17.
\item Designed a low-level string builder utility, earning widespread team adoption.
\item Enabled interoperability between legacy and modern equipment by improving a NMEA processor.
\end{itemize}
\ResumeSection{Education}
\ResumeHistory{Master of Mathematics (MMath, Distinction)}
[
company={University of Portsmouth},
location={Portsmouth, UK},
start={September 2016},
end={July 2022},
]
\ResumeThesis{Masters Thesis}
{A Categorical Interpretation of Kleinberg's Impossibility Theorem for Clustering}
[
link=https://cloud.robertfry.xyz/s/Thesis2022
]
\ResumeThesis{Bachelors Project}
{A Research Project for the NTRU Cryptosystem}
[
link=https://cloud.robertfry.xyz/s/Thesis2021
]
\ResumeSection{Notable Projects}
% \ResumeHistory{Director of the Emsworth Slipper Sailing Club Ltd}
% [
% start={January 2023},
% end={March 2026},
% ]
% \begin{itemize}
% \item Served on the general committee, overseeing the club's day-to-day operations, and contributing to strategic decisions.
% \item Responsible for taking minutes for the sailing sub-committee, ensuring accurate documentation and effective follow-up actions.
% \item Taught sailing to youth members as a qualified RYA Dinghy Instructor.
% \end{itemize}
\ResumeHistory{Superyacht Crew Chef, Toulon}
[
start={April 2026},
end={June 2026},
]
\begin{itemize}
\item Responsible for cooking fresh varied meals for 12 superyacht crew and up to 8 contractors, while undergoing a refit.
\item Configured onboard IT equipment and helped with electrical repairs.
\end{itemize}
\ResumeHistory{Engine Monitor}
[
]
\begin{itemize}
\item Enabling NMEA instrumentation for legacy maritime equipment through a real-time embedded data processor.
\item Leading C23 firmware development, and collaborating closely on hardware design and integration.
\item Developing an embedded HTTP administration interface and firmware update system, enabling USB Ethernet connectivity, device configuration, and in-field firmware upgrades through a browser-based management portal.
\end{itemize}
% \ResumeHistory{Fluisim}
% [
% link=https://github.com/robertefry/fluisim,
% ]
% \begin{itemize}
% \item An ongoing exploration of computational fluid dynamics (CFD) using OpenCL GPU compute, Rust, and Bevy ECS.
% \end{itemize}
\end{document}