112 lines
4.5 KiB
TeX
112 lines
4.5 KiB
TeX
\documentclass{article}
|
|
|
|
\usepackage{titlesec}
|
|
\usepackage{titling}
|
|
\usepackage{anyfontsize}
|
|
\usepackage[margin=0.5in]{geometry}
|
|
\usepackage{hyperref}
|
|
\usepackage{paralist}
|
|
\newcommand{\git}{https://mskor.xyz/git/mskor}
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
\renewcommand{\maketitle}
|
|
{
|
|
\begin{center}
|
|
{\fontsize{15}{10}\bfseries
|
|
\theauthor
|
|
}
|
|
\vspace{.5em}
|
|
|
|
\href{mskorczak1@gmail.com}{mskorczak1@gmail.com} | \href{\git}{mskor.xyz/git} | \href{www.linkedin.com/in/mskorczak}{linkedin.com/mskorczak}
|
|
|
|
\end{center}
|
|
}
|
|
\titleformat{\section}
|
|
{\fontsize{13}{5}\bfseries}
|
|
{}
|
|
{0em}
|
|
{}[\titlerule]
|
|
|
|
\titleformat{\subsection}
|
|
{\bfseries\fontsize{13}{5}}
|
|
{}
|
|
{0em}
|
|
{}
|
|
|
|
\titleformat{\subsubsection}[runin]
|
|
{\bfseries}
|
|
{}
|
|
{1.5em}
|
|
{}
|
|
|
|
\titlespacing{\subsection}
|
|
{0em}{.25em}{0em}
|
|
\titlespacing{\subsubsection}
|
|
{0em}{0em}{0em}
|
|
|
|
\newenvironment{mlist}
|
|
{ \begin{itemize}
|
|
\setlength{\itemsep}{0pt}
|
|
\setlength{\parskip}{0pt}
|
|
\setlength{\parsep}{0pt} }
|
|
{ \end{itemize} }
|
|
|
|
\begin{document}
|
|
|
|
\author{Michal Skorczak}
|
|
|
|
\maketitle
|
|
|
|
\section{Employment}
|
|
|
|
\subsection{Software Developer @ Alan Blunden / Jun 2022 - Present / Fully Remote}
|
|
\begin{compactitem}
|
|
\item Developed and maintained new and legacy full-stack business applications for insurance brokers.
|
|
\item Worked remotely as part of an agile team collaborating with every aspect of the business to solve problems.
|
|
\item Maintained a number of test suites for both front-end web applications and back-end API services.
|
|
\item Developed a number of developer focused processes and programs for easier and effective automation.
|
|
\item Primarily used: PHP, VueJs, C\#, MSSQL, Azure, Azure Cloud, JIRA, Confluence, SSRS, Python, Powershell
|
|
\end{compactitem}
|
|
|
|
\subsection{AV Technical Crew @ University of Essex Students Union / Sep 2021 - Jun 2022}
|
|
\begin{compactitem}
|
|
\item Worked on live events raging from e-sports, meetings and music nights.
|
|
\item Responsible for set up, tear down and safety checks of extensive sound and light systems.
|
|
\item Helped lead a teams of technicians during the live events.
|
|
\end{compactitem}
|
|
|
|
\subsection{Database Administrator @ TDP Marketing / Dec 2018 - Aug 2019}
|
|
\begin{compactitem}
|
|
\item Provided marketing and sales data to businesses and consumers through database management.
|
|
\item Developed internal tools in order to allow data brokers to retrieve and update data in compliance with GDPR guidelines.
|
|
\item Helped in basic Windows PC setup and maintenance.
|
|
\item Primarily used: PHP, HTML/CSS, MySQL, Windows Networking
|
|
\end{compactitem}
|
|
|
|
\section{Education}
|
|
|
|
\subsection{B.Eng in Computer Systems Engineering @ University of Essex / 2019 - 2022}
|
|
\begin{compactitem}
|
|
\item Graduated with a 2.1, listed on the Deans List for Excellence in all 3 years.
|
|
\item Member of the Video Game, Game Development and Music societies.
|
|
\item Using my position as part of AV Technical Crew, I helped run a number of live music events including a festival called 'Colch-ella' and the Derby Day 2022 E-Sports event.
|
|
\item Developed a RISC-V interpreter and GUI framework written in C for my dissertation project.
|
|
\end{compactitem}
|
|
|
|
\section{Experience}
|
|
|
|
%\subsection{\href{\git/panels}{git/panels}} Terminal user interface developed for my dissertation in C.
|
|
\subsection{\href{\git/da\_jungle}{git/da\_jungle}} Server/client mod configs for a Minecraft server, with custom statistics tracking.
|
|
\subsection{\href{\git/mskor.xyz}{git/mskor.xyz}} Portfolio website written in Zig, this includes a self-hosted Forgejo instance for version control.
|
|
\subsection{\href{\git/.config}{git/.config}} Miscellaneous Bash scripts and configs for everyday use.
|
|
\subsection{\href{\git/resume}{git/resume}} This resume, written in \LaTeX with a Bash build script for creating an image of the resume.
|
|
\subsection{National Citizen Service} Helped to create a sensory garden near Ipswich Hospital (specifically Walker's Close) as part of a social action project which include all of the design, fundraising and manufacturing.
|
|
|
|
\section{References}
|
|
|
|
\subsection{Mathew Staples / Lead Developer @ Alan Blunden} mathew.staples@alanblunden.co.uk
|
|
\subsection{Ben Wilson / Head of Production @ TDP Marketing} benwilson@tdpmarketing.com
|
|
\subsection{Callum Bartlett / AV Technical Coordinator @ University Of Essex Students Union} callum.bartlett@essex.ac.uk
|
|
|
|
% \subsection{GCSE - St. Albans Catholic High School 2012 - 2017}
|
|
% \subsubsection{}Maths/Further Maths (7/B), English Literature/Language (7/6), Triple/Higher Science (Biology/Physics: B; Chemistry: C), Computing (A), History (A), Religious Studies (B)
|
|
\end{document}
|