%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This template originates from: % http://www.LaTeXTemplates.com % % Authors: % Jan Vorisek (jan@vorisek.me) % Based on a template by Jan Küster (info@jankuester.com) % Modified for LaTeX Templates by Vel (vel@LaTeXTemplates.com) % Adapted for personal use by Joshua Coles (josh@coles.to) % % License: % The MIT License (see included LICENSE file) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[9pt]{developercv} % Default font size, values from 8-12pt are recommended \definecolor{Accent}{HTML}{367DA2} \definecolor{BarTitle}{HTML}{000000} \definecolor{BarColor}{HTML}{000000} \definecolor{BarTitle}{HTML}{1C2331} \definecolor{BarColor}{HTML}{1C2331} \definecolor{SectTitleColor}{HTML}{367DA2} \definecolor{EntryTitleColor}{HTML}{367DA2} \usepackage{enumitem} \usepackage{ifthen} % Enable to disable litigates for ATS %\usepackage{microtype} %\DisableLigatures{encoding = *, family = *} \newboolean{include-sensitive} \setboolean{include-sensitive}{true} \begin{document} \input{header.tex} \cvsect{Who Am I?} \begin{minipage}[t]{0.8\textwidth} \vspace{-\baselineskip} % Required for vertically aligning minipages % Working in the domain for over 10 years, software engineering is a profession and a passion. I am a passionate and adaptable software engineer with a strong focus on delivering high-quality, maintainable solutions. With experience across a range of technologies and industries, I thrive on understanding the business and organisational context behind software, ensuring that technical solutions align with real-world needs. I believe that effective communication, problem-solving, and a willingness to continuously learn and adapt are key to delivery effective solutions. % Working in the domain for over 10 years software engineering is a profession and a passion. My drive throughout has been to understand the business and organisational context of the problem, as the most important component of any technical solution. % I have been working with software for over 10 years with problems and technologies. % My drive over 10 years has always been addressing real problems that I encounter with the tools to hand — treating specific technologies as secondary to understanding the organisational context of the problem. Through my work at Better Conversations Foundation, I led the development of a real-time web application, collaborating closely with users to continuously evolve the product where % In my work at the ONS, I was responsible for software delivery, helping to manage a large team of contributors under a tight timeframe. % Combined I have developed a love and appreciation for correct solutions that respect their user and customers. I am excited about the opportunity to work with a collaborative, ambitious team like Ghyston’s where I can contribute my experience while continuing to grow as an engineer. %am excited to see how AI can enhance this mission in otherwise intractable domains. % Typing trailer: % Throughout my work I have developed a love and appreciation for strongly typed languages and maximising the compile-time assurance that can be achieved. This has consistently paid dividends in greater development velocity, and the elimination of issues before shipping. % AI trailer: % My recent work surrounding AI has shown me its use in solving otherwise intractable problems and providing insight into unstructured data and, I am excited to explore its further applications. \end{minipage} \hfill %\begin{minipage}[t]{0.275\textwidth} % \vspace{-3\baselineskip} % Required for vertically aligning minipages % \colorbox{SectTitleColor}{\textcolor{white}{\MakeUppercase{\textbf{Proficiency}}}} % \vspace{0.5\baselineskip} % \begin{barchart}{3} % \baritem{Typescript}{80} % \baritem{React}{70} % \baritem{Rust}{70} % \baritem{Python}{60} % \baritem{Git}{80} % \baritem{Ruby}{75} % \baritem{SQL}{60} % \end{barchart} %\end{minipage} % % Experiences % \input{experiences.tex} %%%%%%%%%%%%% % EDUCATION %%%%%%%%%%%%% \input{education.tex} %%%%%%%%%%%%%%%%%%%%%%%%%% % ADDITIONAL INFORMATION %%%%%%%%%%%%%%%%%%%%%%%%%% \begin{minipage}[t]{0.5\textwidth} \vspace{-\baselineskip} % Required for vertically aligning minipages \cvsect{ADDITIONAL QUALIFICATIONS AND TRAINING} \href{https://betterconversations.foundation/index.html}{\underline{Better Conversations}} — 2022 \\ ISO9001 and ISO27001 training — 2018 \end{minipage} \hfill \begin{minipage}[t]{0.5\textwidth} \vspace{-\baselineskip} % Required for vertically aligning minipages \cvsect{Interests} Long distance running; politics and governance and the applications of technology therein; previous committee member of Philosophy Society at University. \end{minipage} \input{references.tex} \end{document}