\documentclass[margin]{res} % Default font is the helvetica postscript font \usepackage{polyglossia} \usepackage{fontspec} \usepackage{url} \usepackage{hyperref} \setdefaultlanguage{english} \setmainfont{Alegreya-Regular.otf}[ BoldFont=Alegreya-Bold.otf, ItalicFont=Alegreya-Italic.otf, BoldItalicFont=Alegreya-BoldItalic.otf, SmallCapsFont=AlegreyaSC-Bold.otf ] \setsansfont{AlegreyaSans-Regular.otf}[ BoldFont=AlegreyaSans-Bold.otf, ItalicFont=AlegreyaSans-Italic.otf, BoldItalicFont=AlegreyaSans-BoldItalic.otf, SmallCapsFont=AlegreyaSansSC-Bold.otf ] \setmonofont{SourceCodePro-Regular.otf} % Increase text height \textheight=700pt \parskip=8pt \begin{document} %------------------------------------------------------------------------------- % NAME AND ADDRESS SECTION %------------------------------------------------------------------------------- \name{\Huge{\textsc{Edward Langley}}} \address{\textbf{Email:} edward@elangley.org \\ \textbf{Phone:} 832--585--2660} \address{3900 Hamilton St.\ H204 \\ Hyattsville, MD 20781} \begin{resume} %------------------------------------------------------------------------------- % PROJECTS SECTION %------------------------------------------------------------------------------- \section{\textbf{\textsc{Skills}}} \par Designed and implemented applications using a variety of programming paradigms and languages. \par Produced web applications using a variety of server-side and client-side frameworks. \par Maintained web servers and related servies such as PHP-FPM and uWSGI.\@ \par Administered networks and implemented remote access via OpenVPN, OpenSSH and VNC.\@ \par Configured and maintained email servers and spam filtering. \par Administered a variety of Linux distributions and other Unices %------------------------------------------------------------------------------- %------------------------------------------------------------------------------- % COMPUTER SKILLS SECTION %------------------------------------------------------------------------------- \section{\textbf{\textsc{Technologies}}} \par Python, JavaScript, PHP, C, C++, Java, SQL, Ruby, Haskell, OCaml, Common Lisp, \LaTeX{} \par HTML, CSS (Compass, Sass, Bootstrap, Susy grids), AngularJS, jQuery, Backbone.js, Knockout.js, Drupal, Symfony2, Apache, Nginx, PHP-FPM, uWSGI \par Git, Mercurial, Subversion, CVS \par MySQL, PostgreSQL, Interbase/Firebird, BerkeleyDB, MongoDB, Redis \par Postfix, Sendmail, Dovecot, OpenDKIM, DSPAM, Roundcube \par Vi/Vim, VirtualBox, OpenVPN, NFS, Samba \par Unix, Linux, FreeBSD, Sol\-aris (SmartOS), Mac OSX, AWS (EC2, S3, RDS, Route53) %------------------------------------------------------------------------------- %------------------------------------------------------------------------------- % EXPERIENCE SECTION %------------------------------------------------------------------------------- % Modify the format of each position \begin{format} \title{l}\employer{r}\\ \dates{l}\location{r}\\ \body\\ \end{format} %------------------------------------------------------------------------------- \section{\textbf{\textsc{Experience}}} \employer{Independent Consultant} \location{Hyattsville, MD} \dates{2014--present} \title{\textbf{Programmer}} \begin{position} Produced a theme for an e-commerce site. Designed and Implemented a deployment strategy for Amazon's cloud services (EC2, RDS, S3). Implemented and themed a new e-commerce platform. \end{position} \employer{NCMI, Baylor College of Medicine} \location{Houston, TX} \dates{2007--2012} \title{\textbf{Python Programmer}} \begin{position} Built a web framework for EMEN2, a document-oriented database for recording scientific experiments. Improved EMEN2's reliability and performance by debugging and fixing memory leaks and taking advantage of Berkeley DB's transactional storage. Implemented the JSON-RPC 2.0 protocol (\url{https://www.github.com/NCMI/jsonrpc}). Prototyped OpenID authentication. Managed migration to EMEN2. \end{position} \employer{Desktop Assistance, L.P.} \location{Houston, TX} \dates{2004} \title{\textbf{IT Assistant}} \begin{position} Installed and configured Linux desktops and servers. Built a Linux distribution based on Fedora Cores 1 and 2 for internal use. Researched, installed and configured a variety of server applications including: databases, Apache, Squid, Samba, NFS.\@ \end{position} %------------------------------------------------------------------------------- \section{\textbf{\textsc{Publications}}} \par Rees, I., Langley, E., Chiu, W., \& Ludtke, S.J. (2013). {\em EMEN2: an object oriented database and electronic lab notebook.\/} Microsc Microanal 19, 1--10 %------------------------------------------------------------------------------- % EDUCATION SECTION %------------------------------------------------------------------------------- \section{\textbf{\textsc{Education}}} \textbf{Thomas Aquinas College}, Santa Paula, CA\\ {\sl Bachelor of Arts}, Liberal Arts, 2012\hfill GPA:\ 3.96 \\ \textbf{The Catholic University of America}, Washington, DC\\ {\sl Ph.D Student}, Philosophy, 2012--present\hfill GPA:\ 3.84 %------------------------------------------------------------------------------- \end{resume} \end{document}