Updated: simplified the entire thing

This commit is contained in:
mskorczak 2024-09-24 21:08:21 +01:00
parent b75552e940
commit 584d28a94a
8 changed files with 116 additions and 309 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
BUILDFILES=("mskor_resume.tex","altacv.cls","README.md","build.sh","output.txt","mskor_resume.pdf")
BUILDFILES=("resume.tex","altacv.cls","README.md","build.sh","output.txt","resume.pdf")
echo "Building resume and deleting output.txt"
rm output.txt
echo "Building resume" | tee -a output.txt
echo -e "Generating resume PDF" | tee -a output.txt
pdflatex mskor_resume.tex -o mskor_resume.pdf > /dev/null
pdflatex resume.tex -o resume.pdf > /dev/null
echo -e "Deleting build files" | tee -a output.txt
FILES=$(ls -r)
for file in $FILES
@ -15,5 +15,5 @@ do
fi
done
echo -e "Creating PNG version" | tee -a output.txt
convert -density 300 -colorspace sRGB mskor_resume.pdf -alpha off mskor_resume.png
convert -density 300 -colorspace sRGB resume.pdf -alpha off resume.png
echo -e "Done." | tee -a output.txt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

View file

@ -1,306 +0,0 @@
%%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls
% (v1.3, 10 May 2020) written by LianTze Lim (liantze@gmail.com). Now compiles with pdfLaTeX, XeLaTeX and LuaLaTeX.
%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2003/12/01 or later.
%%%%%%%%%%%%%%%%
%% If you need to pass whatever options to xcolor
\PassOptionsToPackage{dvipsnames}{xcolor}
%% If you are using \orcid or academicons
%% icons, make sure you have the academicons
%% option here, and compile with XeLaTeX
%% or LuaLaTeX.
% \documentclass[10pt,a4paper,academicons]{altacv}
%% Use the "normalphoto" option if you want a normal photo instead of cropped to a circle
% \documentclass[10pt,a4paper,normalphoto]{altacv}
\documentclass[10pt,a4paper,ragged2e,withhyper]{altacv}
%% AltaCV uses the fontawesome5 and academicons fonts
%% and packages.
%% See http://texdoc.net/pkg/fontawesome5 and http://texdoc.net/pkg/academicons for full list of symbols. You MUST compile with XeLaTeX or LuaLaTeX if you want to use academicons.
% Change the page layout if you need to
\geometry{left=1cm,right=1cm,top=1.25cm,bottom=1.25cm,columnsep=1cm}
% The paracol package lets you typeset columns of text in parallel
\usepackage{graphicx,wrapfig}
% Change the font if you want to, depending on whether
% you're using pdflatex or xelatex/lualatex
\ifxetexorluatex
% If using xelatex or lualatex:
\setmainfont{Roboto Slab}
\setsansfont{Lato}
\renewcommand{\familydefault}{\sfdefault}
\else
% If using pdflatex:
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
% \usepackage{sourcesanspro}
\renewcommand{\familydefault}{\sfdefault}
\fi
% Change the colours if you want to
\definecolor{Black}{HTML}{000000}
% \definecolor{SlateGrey}{HTML}{2E2E2E}
% \definecolor{LightGrey}{HTML}{666666}
% \definecolor{DarkPastelRed}{HTML}{450808}
% \definecolor{PastelRed}{HTML}{8F0D0D}
% \definecolor{GoldenEarth}{HTML}{E7D192}
\colorlet{name}{black}
\colorlet{tagline}{Black}
\colorlet{heading}{Black}
\colorlet{headingrule}{Black}
\colorlet{subheading}{Black}
\colorlet{accent}{Black}
\colorlet{emphasis}{Black}
\colorlet{body}{Black}
% Change some fonts, if necessary
\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\footnotesize}
\renewcommand{\cvsectionfont}{\LARGE\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
%% sample.bib contains your publications
\addbibresource{sample.bib}
\begin{document}
%% Depending on your tastes, you may want to make fonts of itemize environments slightly smaller
\AtBeginEnvironment{itemize}{}
\name{Michal Skorczak}
\tagline{Software Engineer}
%% You can add multiple photos on the left or right
% \photoR{2.8cm}{Globe_High}
% \photoL{2.5cm}{Yacht_High,Suitcase_High}
\personalinfo{%
% Not all of these are required!
\email{mskorczak1@gmail.com}
% \homepage{mskorczak.xyz}
\linkedin{mskorczak}
\github{mskorczak}
%You MUST add the academicons option to \documentclass, then compile with LuaLaTeX or XeLaTeX, if you want to use \orcid or other academicons commands.
% \orcid{0000-0000-0000-0000}
%% You can add your own arbtrary detail with
%% \printinfo{symbol}{detail}[optional hyperlink prefix]
% \printinfo{\faPaw}{Hey ho!}[https://example.com/]
%% Or you can declare your own field with
%% \NewInfoFiled{fieldname}{symbol}[optional hyperlink prefix] and use it:
% \NewInfoField{gitlab}{\faGitlab}[https://gitlab.com/]
% \gitlab{your_id}
}
\makecvheader
\cvsection{About Me}
Ambitious computer systems engineer graduate with a positive, proactive approach who excels at finding creative and efficient solutions. Driven to learn and possessing a strong worth ethic, with a desire to go above and beyond expectations.
\cvsection{Experience}
\cvevent{Software Developer}{Alan Blunden}{Jun 2022 -- Present}{Fully Remote - Southend-On-Sea, UK}
\begin{itemize}
\item Developed and maintained existing, full-stack line of business applications for a variety of insurance brokers.
\item Worked remotely as part of an agile team, collaborating and communicating with other teams in different disciplines.
\item Used Azure Cloud technology to provide continous integration and delivery.
\item Personally created a number of developer focused applications to make updating of insurance rules and rates easier.
\item Maintained test suites for both front-end web and API applications.
\end{itemize}
\cvtag{PHP}
\cvtag{C\#}
\cvtag{Javascript}
\cvtag{Vue}
\cvtag{Python}
\cvtag{SQL}
\cvtag{Node.js}
\cvtag{JavaScript}
\cvtag{Git}
\cvtag{Windows}
\cvtag{Azure}
\divider
\cvevent{AV Technical Crew}{Students Union Essex University}{Sep 2021 -- Jun 2022}{Essex, UK}
\begin{itemize}
\item Responsible for setting up various sound and lighting system for student events meeting optimal saftey standards.
\item Worked on live events in technical, logistical and interpersonal aspects.
\item Personally helped run a number of events for a number of different university societies (E-Sport tournaments, live music events).
\end{itemize}
\cvtag{Problem solving}
\cvtag{Teamwork}
\cvtag{Time Management}
\cvtag{Organisation}
\cvtag{Logistics}
\cvtag{Health and Safety}
\cvtag{Audio Visual Technology}
\divider
\cvevent{Database Administrator}{TDP Marketing}{Dec 2018 -- Aug 2019}{Trimley St Mary, UK}
\begin{itemize}
\item Provided marketing and sales data to businesses and consumers through managing various different databases.
\item Created a variety of internal tools in order to increase efficiecy in retrieving and updating data and to comply with GDPR guidelines.
\end{itemize}
\cvtag{PHP}
\cvtag{JavaScript}
\cvtag{SQL}
\cvtag{HTML+CSS}
\cvsection{Projects}
\cvevent{Panels}{Terminal User Interface}{April 2022 \github{mskorczak/panels}}{}
\begin{itemize}
\item As part of my disertation (RISC-V debugger) I wrote a simple terminal user interface, that writes characters directly to the terminal in windows/panels.
\item Have extended this further so that it can easily show a variety of data structures easily.
\end{itemize}
\cvtag{C}
\cvtag{RISC-V Assembly}
\divider
\cvevent{Jungle}{Minecraft Server Plugin/Hosting Tools}{March 2024 \github{mskorczak/jungle}}{}
\begin{itemize}
\item Hosting and maintaining an active server of players.
\item Custom player statistic tracking system.
\end{itemize}
\cvtag{Java}
\divider
%\cvevent{Gibbon}{Hand Sign Trainer (Sign language and Naruto hand signs)}{April 2023 \github{mskorczak/gibbon}}{}
%\begin{itemize}
% \item A hand sign trainer, built originally to train Naruto hand signs.
%\end{itemize}
%\cvtag{C++}
%\cvtag{OpenCV}
%\divider
%
%\cvevent{Orn}{Sample transitioner for live music}{April 2023 \github{mskorczak/orn}}{}
%
%\begin{itemize}
% \item A sample transitioner for live music, built for transitioning music for Dungeons and Dragons campaigns.
%\end{itemize}
%
%\cvtag{C++}
%
%\divider
%
%\cvevent{Pesterchum}{Instant Messaging Client/Server}{April 2023 \github{mskorczak/pesterchum}}{}
%
%\begin{itemize}
% \item A Homestuck inspired instant messaging client/server combination.
%\end{itemize}
%
%\cvtag{IRC}
%
\cvsection{Education}
\cvevent{University Of Essex}{B.Eng in Computer Systemts Engineering}{2019 -- 2022}{Essex, UK}
\begin{itemize}
\item Graduated with a 2.1, mentioned on the Deans list for excellence in all 3 years.
\item Part of the Video Game, Game Development and Music Societies.
\item Using my position as part of the AV Technical Crew, I helped run a number of events including a music festival 'Colch-ella' and the Derby Day 2022 E-Sports event.
\end{itemize}
\cvtag{Java}
\cvtag{C}
\cvtag{C++}
\cvtag{Python}
\cvtag{SQL}
\cvtag{Git}
\cvtag{SVN}
\cvtag{Agile}
\divider
\cvevent{Suffolk One}{A Levels}{2017 -- 2019}{Ipswich, UK}
\begin{itemize}
\item Completed my A Levels in Computer Science, Psychology and Mathematics.
\item Performed in the Winter Ball Concert.
\end{itemize}
\cvtag{Java}
\cvtag{C\#}
\cvtag{SQL}
%\cvsection{Skills}
%\cvevent{Programming \& Other Languages}{}{}{}
%\cvtag{C++}
%\cvtag{C}
%\cvtag{Python}
%\cvtag{C\#}
%\cvtag{Java}
%\cvtag{JavaScript}
%\cvtag{Bash}
%\cvtag{GLSL}
%\cvtag{Lua}
%\cvtag{SQL}
%\cvtag{HTML+CSS}
%\cvtag{RISC-V Assembly}
%\divider
%\cvevent{Frameworks, Libs, \& Databases}{}{}{}
%\cvtag{OpenGL}
%\cvtag{SDL}
%\cvtag{.NET}
%\cvtag{Node.js}
%\cvtag{NumPy}
%\cvtag{OpenCV}
%\divider
%\cvevent{Development Tools \& Environment}{}{}{}
%\cvtag{Git}
%\cvtag{Linux}
%\cvtag{GNU}
%\cvtag{Visual Studio}
%\cvtag{Neovim}
%\cvtag{Suckless}
\cvsection{Others}
\cvachievement{\faIcon{map-marker}}{National Citizenshup Service}{Helped build a sensory garden for the Ipswich Hospital as part of a social action project, involving the design, fundraising, logistics and manufacturing.}
\cvachievement{\faIcon{desktop}}{\href{https://cookbook.gg}{cookbook.gg}}{Did transcription work for Super Smash Bros. Melee 'tech'.}
\cvachievement{\faIcon{flag}}{Languages}{Fluent in both Polish and English.}
\cvsection{References}
\cvref{Mathew Staples}{Line Manager - Alan Blunden}{mathew.staples-alanblunden.co.uk}
\cvref{Ben Wilson}{Head of Production - TDP Marketing}{benwilson@tdpmarketing.com}
\cvref{Callum Bartlett}{AV Technical Coordinator - Essex Students Union}{callum.bartlett@essex.ac.uk}
% \cvref{name}{email}{mailing address}
% \cvref{Prof.\ Alpha Beta}{Institute}{a.beta@university.edu}
% {Address Line 1\\Address line 2}
% \divider
More available upon request.
\end{document}

BIN
resume.pdf Normal file

Binary file not shown.

BIN
resume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

113
resume.tex Normal file
View file

@ -0,0 +1,113 @@
\documentclass{article}
\usepackage{titlesec}
\usepackage{titling}
\usepackage{anyfontsize}
\usepackage[margin=0.5in]{geometry}
\usepackage{hyperref}
\usepackage{paralist}
\newcommand{\github}{https://github.com/mskorczak}
\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\maketitle}
{
\begin{center}
{\fontsize{15}{10}\bfseries
\theauthor
}
\vspace{.5em}
\href{mskorczak1@gmail.com}{mskorczak1@gmail.com} | \href{\github}{github.com/mskorczak} | \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 existing, full-stack line of 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 WIP
\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 Something else about working with the ticketing system.
\item WIP
\item WIP
\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 RISC-V interpreter for my disertation project.
\item WIP
\end{compactitem}
\section{Experience}
\subsection{\href{\github/panels}{github/panels}} Terminal user interface developed for my dissertation in C, migrated over for more general use.
\subsection{\href{\github/jungle}{github/jungle}} Server/Client config for a private Minecraft server.
\subsection{\href{\github/web}{github/web}} General purpose web-server written in Zig for my website along with use as a general boiler-plate for other web projects.
\subsection{\href{\github/.config}{github/.config}} Miscellaneous Bash scripts and configs for everyday use.
\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}