127 lines
5.6 KiB
TeX
127 lines
5.6 KiB
TeX
%______________________________________________________________________________
|
||
% @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}
|
||
|
||
3201 Duval Road, Apt. 913 \hfill phone : +1 512 784 2388\\
|
||
Austin, TX, 78759 \hfill e-mail: jdbernard@gmail.com
|
||
|
||
%__________________________________________________________________________
|
||
% Summary of Qualifications
|
||
\section{\mysidestyle Languages}
|
||
Java, Groovy, XML, XSD, SOAP, WSDL, SQL, PHP, \LaTeX, C/C++, Erlang,
|
||
C\#, (X)HTML, CSS, Visual Basic, Perl, BASH Script, Lisp, JSP,
|
||
JavaScript, Ruby
|
||
|
||
\section{\mysidestyle Technologies}
|
||
SOAP Web Services, J2EE, J2SE, JDBC, XML-Cryptography,
|
||
XSLT, Swing, .NET, Grails, Griffon, Erlang OTP, AJAX, jQuery
|
||
|
||
\section{\mysidestyle Tools}
|
||
Apache Ant, Make, VI(m), NetBeans, Eclipse, VisualStudio, Apache Ivy,
|
||
Apache Tomcat, Apache Web Server, Oracle, HSQLDB, SqlLite, MySQL,
|
||
CouchDB, MongoDB, Mnesia, MS SqlServer
|
||
|
||
%__________________________________________________________________________
|
||
% Professional Experience
|
||
\section{\mysidestyle Professional\\Experience}
|
||
|
||
\textbf{Software Architect and Developer} \hfill \textbf{June 2005 -- present}\\
|
||
\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
|
||
teams. Some specific responsibilities in this position include:
|
||
\begin{resplist}
|
||
\item Designing a generic SOAP-based Web Service framework for secure
|
||
online order placement and implementng custom services using this framework
|
||
for multiple customers. Among the requirements is compliance with the
|
||
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
|
||
production database systems used in the manufacture of the U.S. E-Passport.
|
||
\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 \\
|
||
Notable accomplishments include:
|
||
\begin{resplist}
|
||
\item Developed hardware diagnostics scripts pertaining to Intel 31154 PCI
|
||
bridge chip, DDR memory test.
|
||
\item Performed schematic capture activities using Mentor’s Design
|
||
Architect. Assistance helped to accelerate and beat schedule requirements.
|
||
\item Designed high quality schematic symbols for use by the hardware
|
||
design community.
|
||
\item Misc. endeavors - Assisted lab technicians in customer shipments.
|
||
\end{resplist}
|
||
|
||
|
||
%__________________________________________________________________________
|
||
% Education
|
||
\section{\mysidestyle Education}
|
||
|
||
\textbf{University of Texas at Austin}, Austin, TX\\
|
||
Currently pursuing a B.S. in Computer Science
|
||
|
||
%__________________________________________________________________________
|
||
% Referees
|
||
% \section{\mysidestyle Referees}
|
||
% {\sl Available on request.}
|
||
|
||
|
||
|
||
%______________________________________________________________________________
|
||
\section{\mysidestyle Referees}
|
||
|
||
\begin{tabular}{@{}p{6cm}p{6cm}}
|
||
\textbf{Mridul Sharma} & \textbf{Shirley Kusumawati} \\
|
||
Regional Engineering Manager & Solutions and Special Projects Leader\\
|
||
Personalization and Services & Personalization and Services \\
|
||
Gemalto Inc., Austin, TX & Gemalto Inc., Austin, TX \\
|
||
phone: \textsl{available on request} & phone: \textsl{available on request} \\
|
||
e-mail: \textsl{available on request} & e-mail: \textsl{available on request}\\
|
||
\end{tabular}
|
||
|
||
\begin{tabular}{@{}p{6cm}p{6cm}}
|
||
\textbf{Rodney Shaw} & \textbf{Bisirat Amanuel} \\
|
||
Pastor & Personlization Engineer \\
|
||
New Life United Pentecostal Church & Personaliation and Services \\
|
||
Austin, TX & Gemalto Inc, Austin, TX \\
|
||
phone: \textsl{available on request} & phone: \textsl{available on request} \\
|
||
e-mail: \textsl{available on request}& e-mail: \textsl{available on request}\\
|
||
\end{tabular}
|
||
|
||
|
||
|
||
%______________________________________________________________________________________________________________________
|
||
\end{resume}
|
||
\end{document}
|
||
|
||
|
||
%______________________________________________________________________________________________________________________
|
||
% EOF
|
||
|