2010-08-16 23:24:06 -05:00
|
|
|
|
%______________________________________________________________________________
|
|
|
|
|
% @brief LaTeX2e Resume for Jonathan Bernard
|
|
|
|
|
\documentclass[margin,line]{resume}
|
|
|
|
|
|
|
|
|
|
\newenvironment{resplist}{
|
|
|
|
|
\begin{list}{\small $\bullet$}{%
|
|
|
|
|
\setlength{\itemsep}{0in}
|
|
|
|
|
\setlength{\parsep}{0in} \setlength{\parskip}{0in}
|
|
|
|
|
\setlength{\topsep}{0in} \setlength{\partopsep}{0in}
|
|
|
|
|
\setlength{\leftmargin}{0.2in}}}{\end{list}}
|
|
|
|
|
|
|
|
|
|
%______________________________________________________________________________
|
|
|
|
|
\begin{document}
|
|
|
|
|
\name{\Large Jonathan Bernard}
|
|
|
|
|
\begin{resume}
|
|
|
|
|
|
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Contact Information
|
|
|
|
|
\section{\mysidestyle Contact\\Information}
|
|
|
|
|
|
2011-09-08 08:12:34 -05:00
|
|
|
|
7703 Windrush Drive \hfill phone : +1 512 777 1602\\
|
|
|
|
|
Austin, TX, 78729 \hfill e-mail: jdbernard@gmail.com
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
2013-07-09 09:21:49 -05:00
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Personal Brief
|
|
|
|
|
\section{\mysidestyle Personal Summary}
|
|
|
|
|
\textit{I am a full-stack software engineer with a strong background in
|
|
|
|
|
applied software solutions and cryptographic systems. I am passionate about
|
|
|
|
|
creating solutions that are correct, maintainable, and understandable.}
|
|
|
|
|
|
2010-08-16 23:24:06 -05:00
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Summary of Qualifications
|
|
|
|
|
\section{\mysidestyle Summary of Qualifications}
|
|
|
|
|
|
2011-09-08 09:14:26 -05:00
|
|
|
|
\textbf{General Development}\\
|
2014-06-17 00:58:08 -05:00
|
|
|
|
Java (J2EE, J2SE, Swing), C/C++, Groovy, .NET, C\#, Visual Basic, XML,
|
|
|
|
|
XSD, \LaTeX, Erlang, Perl, Lisp
|
2011-09-08 08:12:34 -05:00
|
|
|
|
|
|
|
|
|
\textbf{Cryptography}\\
|
|
|
|
|
Experienced applying asymmetric and symmetric cryptography to build
|
|
|
|
|
secure systems. Familiar with key management, common crypto systems,
|
|
|
|
|
common algorithms, and the application of security to the other
|
|
|
|
|
technologies listed.
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
2011-09-08 09:14:26 -05:00
|
|
|
|
\textbf{Web Application Development}\\
|
|
|
|
|
(X)HTML, CSS, JavaScript, Backbone.js, SOAP, WSDL, Grails, PHP,
|
2013-07-09 09:21:49 -05:00
|
|
|
|
Erlang OTP, AJAX, jQuery, Apache Tomcat, Apache \texttt{httpd}, YAWS
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
|
|
|
|
\textbf{Database Systems and Development}\\
|
2011-09-08 09:14:26 -05:00
|
|
|
|
\textsl{RDBMS}: SQL, MS SqlServer, JDBC, Oracle, MySQL, HSQLDB, SqlLite \\
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\textsl{NoSQL}: CouchDB, MongoDB, Mnesia
|
|
|
|
|
|
|
|
|
|
\textbf{Development Tools}\\
|
2011-09-08 09:14:26 -05:00
|
|
|
|
VI(m), VisualStudio, NetBeans, Eclipse, Appcelerator Titanium Studio
|
|
|
|
|
for mobile devlopment, Apache Ant and Gant, Apache Ivy, Apache Maven,
|
|
|
|
|
Gradle
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
|
|
|
|
\textbf{Systems (Use and Administration)}\\
|
|
|
|
|
Linux (\textit{esp. Ubuntu, Debian, and Red Hat distros.}), Windows
|
|
|
|
|
(\textit{all versions}), BASH Script
|
|
|
|
|
|
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Professional Experience
|
|
|
|
|
\section{\mysidestyle Professional\\Experience}
|
|
|
|
|
|
2014-06-17 00:58:08 -05:00
|
|
|
|
\textbf{Software Engineer VI} \hfill \textbf{October 2013 -- present}\\
|
|
|
|
|
\textbf{3M (contract via. Maxis Group)}, Austin, TX \\
|
|
|
|
|
Responsible for maintaining existing production software. Responsibilities
|
|
|
|
|
include:
|
|
|
|
|
\begin{resplist}
|
|
|
|
|
\item Maintaining of our internal time-tracking tools used by multiple 3M
|
|
|
|
|
departments, spanning roughly 800 people.
|
|
|
|
|
\item Designing and leading the implementation of a fundamental
|
|
|
|
|
architectural change to the time-tracking tool, extending it to work
|
|
|
|
|
transparently for multiple divisions. It originally had no concept of
|
|
|
|
|
multiple divisions.
|
|
|
|
|
\item Maintaining a very old (20+ years) facility management product still
|
|
|
|
|
in regular use by customers. This has been a unique challenge as the
|
|
|
|
|
project integrates components written in over 8 different languages, C
|
|
|
|
|
being the most common, and C\# .NET being the most recent. It also requires
|
|
|
|
|
expertise in embedded hardware control.
|
|
|
|
|
\end{resplist}
|
|
|
|
|
|
|
|
|
|
\textbf{Staff Engineer} \hfill \textbf{February 2012 -- September 2013}\\
|
2013-07-09 09:21:49 -05:00
|
|
|
|
\textbf{HID Global (Personalization Infrastructure)}, Austin, TX \\
|
2014-06-17 00:58:08 -05:00
|
|
|
|
My team was responsible for all the software controlling and supporting the
|
2013-07-09 09:21:49 -05:00
|
|
|
|
production process, ranging from low-level machine control and automation
|
|
|
|
|
to the server-oriented infrastructure that supplied production services
|
|
|
|
|
(key management, product configuration, etc.). Some of my specific
|
|
|
|
|
responsibilities included:
|
|
|
|
|
\begin{resplist}
|
|
|
|
|
\item Developing the machine control software for the next generation of
|
|
|
|
|
production machines. This project required close cooperation with an
|
|
|
|
|
international vendor.
|
|
|
|
|
\item Writing production scripts to load product and customer-specific
|
|
|
|
|
applications and data onto the secured product (ranging from simple memory
|
|
|
|
|
cards to highly secured smart cards).
|
|
|
|
|
\item Writing and maintaining library code used by our scripting platform
|
|
|
|
|
to perform cryptographic authentication and secure communication with
|
|
|
|
|
smart cards following the GlobalPlatform specification.
|
|
|
|
|
\item Supporting production services. This includes troubleshooting service
|
|
|
|
|
outages, machine operations, and software defects in the final product.
|
|
|
|
|
\item Developing an IDE (based on SharpDevelop) for the in-house scripting
|
|
|
|
|
language used to control and program the product.
|
|
|
|
|
\end{resplist}
|
|
|
|
|
|
|
|
|
|
\textbf{Systems Developer} \hfill \textbf{August 2010 -- February 2012}\\
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\textbf{QuantumDigital Inc.}, Austin, TX \\
|
|
|
|
|
Responsible for supporting the legacy order and fulfillment systems and
|
|
|
|
|
migrating these systems to modern technology. Some acheivments:
|
|
|
|
|
\begin{resplist}
|
|
|
|
|
\item Developing a Java library to interface directly with legacy
|
|
|
|
|
FoxPro table files.
|
|
|
|
|
\item Creating several tools to reduce the time spent managing support
|
|
|
|
|
requests made of the development team.
|
|
|
|
|
\item Participating in the planning and design of the next generation
|
2013-07-09 09:21:49 -05:00
|
|
|
|
of the core order placement and fulfillment software (see
|
|
|
|
|
\texttt{http://quantumpostcards.com}).
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\item Designing and developing the company's first mobile application with
|
2013-07-09 09:21:49 -05:00
|
|
|
|
one other coworker (see \texttt{http://quantumdigital.com/qcards})
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\end{resplist}
|
|
|
|
|
|
|
|
|
|
\textbf{Software Architect and Developer} \hfill \textbf{June 2005 -- August 2010}\\
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\textbf{Gemalto Inc. (Solutions and Special Projects)}, Austin, TX \\
|
|
|
|
|
Responsible for finding solutions to new problems, developing custom
|
|
|
|
|
customer solutions, and providing tools and support to other development
|
2011-09-08 08:12:34 -05:00
|
|
|
|
teams. Some specific tasks in this position included:
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\begin{resplist}
|
|
|
|
|
\item Designing a generic SOAP-based Web Service framework for secure
|
2011-09-08 08:12:34 -05:00
|
|
|
|
online order placement and implementing custom services using this framework
|
|
|
|
|
for multiple customers. Among the requirements was compliance with the
|
2010-08-16 23:24:06 -05:00
|
|
|
|
WS-Interoperability standard and security according to the WS-Security
|
|
|
|
|
standard.
|
|
|
|
|
\item Setup and maintainence of in-house database, cryptographic, and
|
|
|
|
|
general-purpose servers, including the implementation of a custom,
|
|
|
|
|
hardware based cryptographic server.
|
|
|
|
|
\item Designing and developing generic, extensible database reporting
|
|
|
|
|
software used in production environments worldwide.
|
|
|
|
|
\item Performing trainings for coworkers locally and internationally on
|
|
|
|
|
topics ranging from industry best-practice to expertise with solutions
|
|
|
|
|
developed in-house.
|
|
|
|
|
\item Participating in the design and leading the implementation of the
|
2011-09-08 09:14:26 -05:00
|
|
|
|
production database systems used in the manufacture of the U.S. e-Passport.
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\item Developing several tools used in-house by personalization engineers.
|
|
|
|
|
\end{resplist}
|
|
|
|
|
|
|
|
|
|
\textbf{Summer Intern / Contractor} \hfill \textbf{June 2004 -- Oct 2004}\\
|
|
|
|
|
\textbf{Freescale Semiconductor (Hardware/Software Development)}, Austin, TX \\
|
2011-09-08 08:12:34 -05:00
|
|
|
|
Notable accomplishments included:
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\begin{resplist}
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\item Developing hardware diagnostics scripts pertaining to Intel 31154 PCI
|
|
|
|
|
bridge chip, DDR memory test.
|
|
|
|
|
\item Performing schematic capture activities using Mentor’s Design
|
2010-08-16 23:24:06 -05:00
|
|
|
|
Architect. Assistance helped to accelerate and beat schedule requirements.
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\item Designing high quality schematic symbols for use by the hardware
|
2010-08-16 23:24:06 -05:00
|
|
|
|
design community.
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\item Misc. endeavors - Assisting lab technicians in customer shipments.
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\end{resplist}
|
|
|
|
|
|
|
|
|
|
|
2011-09-08 08:12:34 -05:00
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Ongoing Personal Development
|
|
|
|
|
\section{\mysidestyle Personal Development}
|
|
|
|
|
Software engineering continues to be a passion of mine that extends beyond
|
|
|
|
|
the work I have done for employers over the years. Some of my favorite
|
|
|
|
|
projects have been:
|
|
|
|
|
\begin{resplist}
|
|
|
|
|
\item Creating a system to manage the logistics of a church's Vacation
|
|
|
|
|
Bible School. This tool has been used for several years primarily by
|
|
|
|
|
non-technical volunteers and has received praise for its ease-of-use and
|
|
|
|
|
for increasing productivity.
|
2013-07-09 09:21:49 -05:00
|
|
|
|
|
|
|
|
|
The next generation of this tool is being beta-tested for this year's VBS
|
|
|
|
|
program. This version of the tool is web-based. It is built on an Erlang
|
|
|
|
|
back-end, an HTML5 and JavaScript front-end based on Backbone.js, and it
|
|
|
|
|
exposes a RESTful API which is used internally by the front-end.
|
|
|
|
|
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\item Developing a new documentation tool, \texttt{jlp}, to apply the
|
|
|
|
|
principles of Literate Programming with the abilities of modern-day
|
|
|
|
|
documentation tools (like \texttt{javadoc}). This allows code and
|
|
|
|
|
documentation to be effectively co-located in source files.
|
2013-07-09 09:21:49 -05:00
|
|
|
|
|
|
|
|
|
Though this project is still in its early stages, it is used for all of my
|
|
|
|
|
personal projects. You can browse the code at
|
|
|
|
|
\texttt{http://github.com/jdbernard/jlp}
|
2011-09-08 08:12:34 -05:00
|
|
|
|
\end{resplist}
|
|
|
|
|
|
2010-08-16 23:24:06 -05:00
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Education
|
|
|
|
|
\section{\mysidestyle Education}
|
|
|
|
|
|
|
|
|
|
\textbf{University of Texas at Austin}, Austin, TX\\
|
2011-09-08 08:12:34 -05:00
|
|
|
|
100+ hours completed towards a B.S. in Computer Science
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
|
|
|
|
%__________________________________________________________________________
|
|
|
|
|
% Referees
|
|
|
|
|
% \section{\mysidestyle Referees}
|
|
|
|
|
% {\sl Available on request.}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%______________________________________________________________________________
|
|
|
|
|
\section{\mysidestyle Referees}
|
|
|
|
|
|
|
|
|
|
\begin{tabular}{@{}p{6cm}p{6cm}}
|
2014-06-17 00:58:08 -05:00
|
|
|
|
\textbf{Kumara Thapitelli} & \textbf{Mridul Sharma} \\
|
|
|
|
|
Project Manager & Regional Engineering Manager \\
|
|
|
|
|
Motor Vehicle Software Services & Personalization and Services \\
|
|
|
|
|
3M, Austin TX & Gemalto Inc., Austin, TX \\
|
2010-08-16 23:24:06 -05:00
|
|
|
|
\end{tabular}
|
|
|
|
|
|
2014-06-17 00:58:08 -05:00
|
|
|
|
\hspace*{1in} \textit{additional contacts and contact information available on request}
|
2010-08-16 23:24:06 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%______________________________________________________________________________________________________________________
|
|
|
|
|
\end{resume}
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%______________________________________________________________________________________________________________________
|
|
|
|
|
% EOF
|
|
|
|
|
|