%%% This is David Golombek's Resume
%%%
\documentstyle{article}
\pagestyle{empty}		% no page numbers, thanks.
\addtolength{\topmargin}{-1.1in}	% repairing LaTeX's huge margins...
\addtolength{\textwidth}{.5in}	% same here....
\setlength{\parindent}{0mm}	% indented paragraphs just don't make it
			   	% on a resume.  (My opinion; if you
			   	% disagree, give this whatever value you
			   	% want.) 
\setlength{\textheight}{10.2in}	% more margin hacking.  I have a large
			    	% resume to fit on one page.

\setlength{\headsep}{0pt}
\begin{document}
\reversemarginpar		% this puts the margin notes on the
				% left-hand side of the resume.

\begin{center}
\huge{\bf David D. Golombek}	% make the name stand out
\end{center}
				% address stuff.  The \hspace*{\fill} is
				% necessary to get things laid out
				% correctly.  The sizes fed to \vspace are
				% variable, depending on how much
				% whitespace you want, and how much
				% stuff you're trying to fit on a page....
\vspace{.25in}
{\bf Term Address} 	\hfill 	{\bf Home Address} \\
3 Ames St, Box 49	\hfill	1078 E. Balmoral Place \\
Cambridge, MA  02142 	\hfill	Tuscon, AZ 85737  \\
(617) 225-6532 		\hfill	(520) 825-2121	\\
Email: daveg@mit.edu	\hfill	\null
\par
\vspace{.25in}
A position \marginpar{{\bf Objective}} where I can gain more
experience in the design of computer systems and continue to
learn more about the construction of individual components.

				% if the \marginpar is at the beginning
				% of the line, it loses.  *sigh*.  This
				% is a typical entry in a resume.   (I'm
				% defining an entry as something
				% important enough to have a marginal note
				% setting it off.)  Give it some space
				% with \vspace, use \par to break
				% between paragraphs, enter your text,
				% and place the \marginpar at the end.
\par
\vspace{\baselineskip}
{\bf Massachusetts Institute of Technology} \dotfill
{\em 1994---present}\marginpar{{\bf Education}}
\par
Pursuing a Bachelor's Degree in Computer Science and Engineering with
a minor in Philosophy.  Completed the following courses: Structure and
Interpretation of Computer Programs (6.001), Circuits and Electronics
(6.002), other non-major related courses. 
\par
\vspace{\baselineskip}
{\bf William S. Hart High School} \dotfill
{\em 1990---1994}
\par
Valedictorian, 4.53 Cumulative GPA.
\par
\vspace{\baselineskip}
Extracurricular activities at MIT include membership on
the Student Information Processing Board (SIPB), a student group that
encourages the use of computers by students on campus, and membership
on the men's gymnastics team. 
\par
\vspace{\baselineskip}
{\bf Integrated Computer Engines}\marginpar{{\bf Experience}}\dotfill Waltham, MA
\par
{\em Software Engineer} \hfill {\em October 1995---present}
\par
Wrote multi-threaded, multi-process simulator of parallel computer,
and ported from OS/2 to UNIX and  Windows NT and 95.  Also wrote
a data visualization tool using MFC, Eisa and PCI device drivers for
Windows NT, a SHARC assembly language diagnostic utility for low level
hardware verification, a windowed front end to all tools offered by
company, and designed a Porting API for flexibility in moving all
company tools between operating systems.
\par
\vspace{\baselineskip}
{\bf Cambridge Technology Group}\dotfill Cambridge, MA
\par
{\em Programmer, Internet Specialist} \hfill {\em January 1995---October 1995}
\par
Helped develop WWW home page, including CGI script development, page creation,
and layout design.  Joined other projects as needed, including Perl
programming, recruitment and hiring, and project demonstrations.
\par
\vspace{\baselineskip}
{\bf Jet Propulsion Laboratory}\dotfill Pasadena, CA
\par
{\em Technical Hire} \hfill {\em June 1993---September 1994}
\par
Research and study of Planetary Geology, performing digital image processing,
manipulation, and measuring, on MicroVax and Sun Workstations.  Worked
as assistant system manager on MicroVax and wrote/modified programs as needed.
\par
\vspace{\baselineskip}
{\bf Independent Computer Consulting}\dotfill Valencia, CA
\par
{\em Computer Consultant} \hfill {\em June 1993---present}
\par
Private work for individuals, repairing, installing, and maintaining personal
computers.  Custom programming of Windows Database under Paradox 4.5, shareware
programming with C, Turbo Pascal, and Turbo Assembler.
\par
\vspace{\baselineskip}
{\bf Taos Ski Valley, Inc.} \dotfill Taos, NM
\par
{\em General Hire} \hfill {\em December-January 1991, 1992, 1993}
\par
Temporary hire at ski valley for winter rush, assisting in impacted areas.
\par
\vspace{\baselineskip}
{\bf Six Flags Magic Mountain} \dotfill Valencia, CA
\par
{\em Ride Operations} \hfill {\em June 1992---November 1992}
\par
Operated rollercoasters at local amusement park.
\par
\vspace{\baselineskip}
\newpage
Appointed \marginpar{{\bf Honors and\\ Awards}} USA Today All-American Academic
Third Team, June 1994.
\par
\vspace{\baselineskip}
Awarded the National Council of Teachers of English
Excellence in Writing Award, 1994.
\par
\vspace{\baselineskip}
Self-taught knowledge of Unix, VMS, DOS, Windows (NT, 95, 3.1), and
Macintosh machines. 
Self-taught programming in C, C++, Java, Pascal, Lisp, TCL/tK, perl,
and Assembly for the x86 and SHARC.
Self-taught knowledge of the MFC, Win32 API, HTML, and LaTeX.
\par
\vspace{\baselineskip}
Eagle Scout.
\par
\vspace{\baselineskip}
Available \marginpar{{\bf References}} upon request.
\par
\end{document}
