Two forms, organization by type, area.
This commit is contained in:
parent
80065afca0
commit
99bfe95c95
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
resume: resume.pdf resume2.pdf
|
||||
pdflatex resume.tex
|
||||
pdflatex resume2.tex
|
||||
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
126
resume.tex
Normal file
126
resume.tex
Normal file
@ -0,0 +1,126 @@
|
||||
%______________________________________________________________________________
|
||||
% @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
|
||||
|
131
resume2.tex
Normal file
131
resume2.tex
Normal file
@ -0,0 +1,131 @@
|
||||
%______________________________________________________________________________
|
||||
% @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 Summary of Qualifications}
|
||||
|
||||
\textbf{General Devlopment}\\
|
||||
Java (J2EE, J2SE, Swing), Groovy, XML, XSD, \LaTeX, C/C++, Erlang,
|
||||
C\#, .NET, Visual Basic, Perl, Lisp, Ruby
|
||||
|
||||
\textbf{Web Application Devlopment}\\
|
||||
SOAP Web Services, WSDL, PHP, (X)HTML, CSS, JavaScript, Grails,
|
||||
Erlang OTP, AJAX, jQuery, Apache Tomcat, Apache \texttt{httpd}
|
||||
|
||||
\textbf{Database Systems and Development}\\
|
||||
\textsl{RDBMS}: SQL, JDBC, MySQL, Oracle, HSQLDB, SqlLite, MS SqlServer\\
|
||||
\textsl{NoSQL}: CouchDB, MongoDB, Mnesia
|
||||
|
||||
\textbf{Development Tools}\\
|
||||
VI(m), NetBeans, Eclipse, VisualStudio, Apache Ant, Apache Ivy
|
||||
|
||||
\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}
|
||||
|
||||
\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 for 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 \\
|
||||
\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 \\
|
||||
\end{tabular}\\
|
||||
\newline
|
||||
\hspace*{1in} \textit{contact information available on request}
|
||||
|
||||
|
||||
|
||||
%______________________________________________________________________________________________________________________
|
||||
\end{resume}
|
||||
\end{document}
|
||||
|
||||
|
||||
%______________________________________________________________________________________________________________________
|
||||
% EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user