Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 3.06 KB | None | 0 0
  1. % LaTeX resume using res.cls
  2. \documentclass[line,margin]{res}
  3. %\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
  4. %\usepackage{newcent}   % uses new century schoolbook postscript font
  5.  
  6. \begin{document}
  7.  
  8. \name{John Phung}
  9. % \address used twice to have two lines of address
  10. \address{6/71-73 Willis Street, Kingsford NSW 2032}
  11. \address{0435330672, john@hevkt.org}
  12.  
  13.  
  14. \begin{resume}
  15.  
  16. \section{OBJECTIVE} I am looking for a job in which I can exhibit my
  17.                    technological knowledge and skills, as well as
  18.                    develop new skills and accrue experience which will
  19.                    be invaluable in my career.
  20.  
  21.  
  22.  
  23.  
  24. \section{COMPUTER \\ SKILLS}
  25.    Extensive experience in using, building and maintaining computer
  26.    systems with a wide variety of operating systems, including
  27.    Windows (98, ME, 2000, XP, Vista, 7) and
  28.    Linux (Arch Linux, Ubuntu, Debian, Mint) \\
  29.    Several years of experience with various programming and scripting languages,
  30.    including C and Java, Perl and Bash. \\
  31.    Sound knowledge of smartphone operating systems including
  32.    iOS and Android. \\
  33.    Moderate experience in networking, troubleshooting router,
  34.    modem and switch issues, running and maintaining a small Linux
  35.    file server.  \\
  36.  
  37. \section{EXPERIENCE}
  38.    {\sl Onsite Technician} \hfill March 2012 - present \\
  39.    Namadgi Systems
  40.    \begin{itemize}  \itemsep -2pt % reduce space between items
  41.         \item Setting up a graphics system (which uses both Windows XP
  42.               and CentOS) for broadcast use and troubleshooting any
  43.               issues that may arise.
  44.         \item Strong communication skills with production team and
  45.               technical crew.
  46.         \item Ability to work under high pressure and to a very short
  47.               deadline, especially when diagnosing and resolving an
  48.               issue.
  49.     \end{itemize}
  50.  
  51.    {\sl Tutor} \hfill November 2009 - March 2012 \\
  52.    Australia ABC
  53.    \begin{itemize} \itemsep -2pt
  54.        \item Teaching primary school students Maths, English and
  55.              General Ability, communicating with students and their
  56.              parents and marking homework.
  57.        \item Able to work efficiently unsupervised.
  58.        \item Strong communication skills with students and their
  59.              parents.
  60.    \end{itemize}
  61.  
  62. \section{COMMUNITY \\ SERVICE}  
  63.    Volunteered for the 2011 Pink Ribbon Day \\
  64.    \\
  65.  
  66. \section{EXTRA-CURRICULAR \\ ACTIVITIES}            
  67.    UNSW Computer Science and Engineering Revue
  68.    ``Hack to the Future'' \hfill 2011
  69.    \begin{itemize} \itemsep -2pt
  70.    \item Executive member as Treasurer
  71.    \item Head of Organisational Team
  72.    \item Sales team member
  73.    \item Camp organiser
  74.    \end{itemize}
  75.    UNSW Computer Science and Engineering Revue
  76.    ``Pacman: The Dark Byte'' \hfill 2010
  77.    \begin{itemize} \itemsep -2pt
  78.    \item Cast member
  79.    \item VFX crew member
  80.    \item Publications team member
  81.    \end{itemize}
  82.  
  83.  
  84.  
  85.  
  86. \end{resume}
  87. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement