Skip to content

Instantly share code, notes, and snippets.

@ferd
Created December 6, 2018 13:39
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferd/0c3bd6cb4059ff723056cedbcd258b04 to your computer and use it in GitHub Desktop.
Save ferd/0c3bd6cb4059ff723056cedbcd258b04 to your computer and use it in GitHub Desktop.
\documentclass[10pt]{article} % use "amsart" instead of "article" for AMSLaTeX format
% !TEX encoding = UTF-8 Unicode
\usepackage[french,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[hmargin=3cm,vmargin=1.5cm]{geometry}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{tabularx}
\usepackage{mdwlist}
\usepackage{hyperref}
\hypersetup{
colorlinks = true,
urlcolor = cyan
}
\title{\bfseries\Huge Gaspacho\vspace{-0.3cm}}
\author{
Fremont, California\\
\href{mailto:gaspacho@somethingawful.com}{gaspacho@somethingawful.com}\vspace{-0.5cm}
}
\date{} % Activate to display a given date or no date
\begin{document}
\maketitle
% remove page number
\thispagestyle{empty}
\pagestyle{empty}
\begin{description*}
\item[Programming] Java, JavaScript, C\#, C, C++, Perl, Objective-C, Bash, Assembly, \ldots
\item[Data] Oracle RDBMS, SQL, XML, Xpath, SAX, JDBC, Hibernate ORM, \ldots
\item[Platforms] Amazon Web Services (AWS), Docker, Linux, Windows, .NET, iOS, Android, RHEL, \ldots
\item[Tools] Maven, make, Ant, NetBeans, git, mercurial, subversion, TFS, \ldots
\end{description*}
\section*{Professional Experience}
\begin{center}
\begin{tabularx}{\linewidth}{p{0.15\linewidth} | X}
\hfill 2013 -- 2018 &{\bf Experian} - {\it Core API Developer}\vspace{5pt} \\
&{Designed and developed key features, from planning to delivery, on multiple platforms and languages (C, C++, C\#, JS, and browsers, iOS, Android). Maintained and improved builds, along with cloud-base reproducible deployments. Provided field support, and interviewed future team members. }\vspace{14pt}\\
\hfill 2009 -- 2011 &{\bf Amazon.com} - {\it Software Engineer}\vspace{5pt} \\
&{Maintained software and services related to shipment, packaging, and inventory management, and added support for warehouses expansion. Provided field support and kept a tight feedback loop with the users (warehouse staff) for new features. Improved resource usages (network) on package slip generation systems by 30\%, reduced packing slip generation delays by an order of magnitude, and dealt with audit requirements.}\vspace{14pt}\\
\hfill 2007 -- 2008 &{\bf Microsoft} - {\it Software Engineer}\vspace{5pt} \\
&{Developed .NET-based network services for advertisement account management; handled optimization and benchmarks on related systems.
Worked on a Microsoft SDK for advertising, which included: bug fixing, setting up the installer, development of security features, and integration with Visual Studio, which I was invited to take over.}\vspace{14pt}\\
\hfill 2005 -- 2007 &{\bf RealNetworks, Inc.} - {\it Software Engineer}\vspace{5pt} \\
&{Improved executable DRM systems to prevent video games piracy. Worked on maintenance, improved stability and maintainability of multiple products. Developed user search and product catalogue}\vspace{14pt}\\
\hfill 1999 -- 2003 &{\bf ASE Technologies USA} - {\it Software Engineer} \\
&{}\vspace{8pt}\\
\hfill 1997 -- 1999 &{\bf Celerity Systems, Inc.} - {\it Hardware Engineer} \\
&{}\vspace{8pt}\\
\end{tabularx}
\end{center}
\section*{Education}
\begin{center}
\begin{tabularx}{\linewidth}{p{0.15\linewidth} | X}
\hfill 2005 &{\bf Name of Institution}\vspace{5pt} \\
&{Masters in Computer Science}\vspace{14pt}\\
\hfill 1997 &{\bf University of Tennessee}\vspace{5pt} \\
&{Bsc. in Electrical Engineering; Engineer in Training}
\end{tabularx}
\end{center}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment