Skip to content

Instantly share code, notes, and snippets.

@orazdow
Last active February 20, 2023 10:05
Show Gist options
  • Save orazdow/3d1073be864313ddaf94cfa59ca6dad9 to your computer and use it in GitHub Desktop.
Save orazdow/3d1073be864313ddaf94cfa59ca6dad9 to your computer and use it in GitHub Desktop.
Newer Resume
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
\documentclass[a4paper,11pt]{article}
\usepackage{fontspec}
\usepackage{ragged2e}
\usepackage{tabularx}
\usepackage{titlesec}
\usepackage{geometry}
\usepackage{marvosym}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage{fontawesome}
\setmainfont{Carlito}
\hypersetup{
colorlinks=true,
linkcolor=blue,
urlcolor=blue
}
% Set the margins
\geometry{left=0.85cm, top=0.8cm, right=0.85cm, bottom=0.2cm}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
\newcommand{\name}{Oliver Razdow}
\newcommand{\course}{B.Tech -Computer Science and Engineering}
\newcommand{\roll}{xxxxxxxx}
\newcommand{\phone}{617-595-3970}
\newcommand{\emaila}{ollierazdow@outlook.com}
\newcommand{\github}{orazdow}
\newcommand{\website}{orazdow.github.io}
\newcommand{\linkedin}{xxxxxxxxx}
\begin{document}
% -------------
\newcommand{\resumeExp}[3]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.4mm} \small\textbf{#1} & {\footnotesize{#2}}\vspace{-1.2mm}\\
\hspace{-4.3mm} & \footnotesize{#3}
\end{tabular*}
\vspace{-9.0mm}
}
\newcommand{\resumeProject}[3]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.4mm} \small\textbf{#1} & {\footnotesize{#2}}\vspace{-1.2mm}\\
\hspace{-4.3mm} & \footnotesize{#3}
\end{tabular*}
\vspace{-9.0mm}
}
\newcommand{\resumeEdu}[4]{
\vspace{0mm}\item[]
\begin{tabular*}{\textwidth}[t]{l@{\extracolsep{\fill}}r}
\hspace{-4.3mm} \small\textbf{#1} & \footnotesize{#3}\vspace{-1mm} \\
\hspace{-4.3mm} \footnotesize{#2} & \footnotesize{#4}
\end{tabular*}
\vspace{-3.2mm}
}
\renewcommand{\labelitemi}{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=0mm,itemsep=-2.5mm]}
\newcommand{\resumeItemListStart}{\begin{justify}\begin{itemize}[leftmargin=3ex, rightmargin=2ex, noitemsep,labelsep=1.2mm,itemsep=0mm]\small}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{-2mm}}
\newcommand{\resumeItemListEnd}{\end{itemize}\end{justify}\vspace{-1.5mm}}
% ------------------------
\begin{flushleft}{
\textbf{{\Large \name}} \\
\vspace{2pt}
\small{
\faGithub \hspace{.1mm} \href{https://github.com/orazdow}{github.com/orazdow}
|\hspace{.02mm} \faFileO \hspace{.2mm}
{\href{https://orazdow.github.io}{orazdow.github.io}
|\hspace{.8mm}
\href{mailto:\emaila}{ \hspace{-2.2mm} \emaila} |\hspace{0.8mm}\phone }
}
}
\end{flushleft}
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeExp
{True Engineering}
{2017-2018, 2022}
{Boston, MA}
\resumeItemListStart
\item[--] Built a dashboard application using React to monitor websocket traffic.
\item[--] Developed a NodeJS, MongoDB backend to replace a Java-based application.
\item[--] Developed a live graphing tool using D3.js and an arduino library for demonstration.
\resumeItemListEnd
\resumeExp
{Ethblocks}
{2021}
{Boston, CA}
\resumeItemListStart
\item[--] Developed a generative graphics application using Javascript, WebGL, React and Ethereum.
\resumeItemListEnd
\resumeExp
{ThoughtWorks}
{2019-2020}
{San Francisco, CA}
\resumeItemListStart
\item[--] Developed a graphics application for ThoughtWorks Arts using C++, OpenGL, React and WebGL.
\resumeItemListEnd
\resumeExp
{Spark Innovation Fellowship - Boston University}
{2019}
{Boston, MA}
\resumeItemListStart
\item[--] Developed SoundLib, an audio programming environment in C++.
\item[--] Created an extendable library of objects for audio including an audio expression parser.
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-4.4mm}
%-----------EDUCATION-----------------
\vspace{-2.5mm}
\section{Education}
\resumeSubHeadingListStart
\resumeEdu
{Boston University, Boston MA}
{B.S. Computer Science}
{Jan 2015 - Aug 2019}
{}
\small{\begin{tabular*}{\textwidth}[t]{p{\textwidth}}
\hspace{-4.0mm}\textbf{ Coursework}
\hspace{-4.2mm}{ Computer Science -- }{Advanced Java Programming, Mobile App Development, Server-side App Development, Data Structures, \\ Operating Systems, Computer Networks, Computer Architecture, Artificial Intelligence
}\\
\vspace{-2.6mm}
\hspace{-4.0mm}{ Mathematics -- }{Linear Algebra, Discrete Math, Calculus, Optimization, Probability}
\end{tabular*}}
\resumeSubHeadingListEnd
\vspace{-5mm}
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStart
\resumeProject
{LineToModel}
{2022}
\resumeItemListStart
\item[-] An application using Python, OpenCV and Javascript, to convert drawings into 3D models.
\item[-] Uses a wireframe renderer written in Javascript to display the output.
\resumeItemListEnd
\resumeProject
{Wob-Static}
{2021}
\resumeItemListStart
\item[-] Static site generator. Uses file system routing to generate a single page site.
\item[-] Uses metadata in post files to generate lists. supports Markdown using Mdx.
\resumeItemListEnd
\resumeProject
{SoundLib}
{2019}
\resumeItemListStart
\item[-] A set of classes for sound and music in C++. Uses an interface similar to PureData.
\item[-] Includes an expression parser for audio rate math.
\resumeItemListEnd
\resumeProject
{Audio Synchronization Demo}
{2018}
\resumeItemListStart
\item[-] Demonstration of concurrency issues in a scenario using a buffer shared between threads to play audio data.
\resumeItemListEnd
\resumeProject
{ImageEffect App}
{2018}
\resumeItemListStart
\item[-] Android app for image editing, can apply combinations of tone and color adjustments, blur and edge effects.
\resumeItemListEnd
\resumeProject
{Img-Voronoi}
{2017}
\resumeItemListStart
\item[-] Application to apply effects to video files by applying Voronoi/Delaunay to features in the frame.
\resumeItemListEnd
\resumeProject
{Delaunay Triangulation}
{2017}
\resumeItemListStart
\item[-] Implementations of the incremental algorithm for Delaunay triangulation in Javascript and Java.
\item[-] Includes an animated demo to view the Voronoi diagram and other aspects of the algorithm.
\resumeItemListEnd
\resumeProject
{Portaudio Wrapper}
{2016}
\resumeItemListStart
\item[-] A wrapper for the cross-platform audio library PortAudio to simplify code in audio applications.
\resumeItemListEnd
\resumeSubHeadingListEnd
\vspace{-5.5mm}
\section{Technical Skills}
\vspace{0.2mm}
\small{\begin{tabular*}{\textwidth}[t]{p{1.0\textwidth} p{1.0\textwidth}}
\hspace{-2.9mm}{\textbf{ Programming languages:} C, C++, Javascript, Python, Java}
\\
\hspace{-2.1mm}{\textbf{Technologies:} NodeJS, React, SolidJS, OpenGL, WebGL, JUCE, Numpy, MongoDB, AWS, GCC, MSVC, Git, Android}
\end{tabular*}}
\vspace{-3.mm}
\section{Interests}
\vspace{0.2mm}
\small{\begin{tabular*}{\textwidth}[t]{p{1.0\textwidth} p{1.0\textwidth}}
\hspace{-2.9mm}{ Audio programming, computer graphics, data visualization}
\end{tabular*}}
\vspace{-3mm}
\section{Awards}
\vspace{0.0mm}
\small{\begin{tabular*}{\textwidth}[t]{p{1.0\textwidth} p{1.0\textwidth}}
\hspace{-2.mm}{Spark Fellowship, Boston University}
\end{tabular*}}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment