· 6 years ago · Dec 29, 2019, 05:08 PM
1%!TEX TS-program = xelatex
2%!TEX encoding = UTF-8 Unicode
3% Awesome CV LaTeX Template
4%
5% This template has been downloaded from:
6% https://github.com/posquit0/Awesome-CV
7%
8% Author:
9% Claud D. Park <posquit0.bj@gmail.com>
10% http://www.posquit0.com
11%
12% Template license:
13% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
14%
15
16
17%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18% Configuration
19%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20%%% Themes: Awesome-CV
21\documentclass[]{awesome-cv}
22\usepackage{textcomp}
23%%% Override a directory location for fonts(default: 'fonts/')
24\fontdir[fonts/]
25
26%%% Configure a directory location for sections
27\newcommand*{\sectiondir}{resume/}
28
29%%% Override color
30% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
31% awesome-nephritis, awesome-concrete, awesome-darknight
32%% Color for highlight
33% Define your custom color if you don't like awesome colors
34\colorlet{awesome}{awesome-red}
35%\definecolor{awesome}{HTML}{CA63A8}
36%% Colors for text
37%\definecolor{darktext}{HTML}{414141}
38%\definecolor{text}{HTML}{414141}
39%\definecolor{graytext}{HTML}{414141}
40%\definecolor{lighttext}{HTML}{414141}
41
42%%% Override a separator for social informations in header(default: ' | ')
43%\headersocialsep[\quad\textbar\quad]
44 \begin{document}
45
46%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
47% Profile
48%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49\begin{center}
50 \headerfirstnamestyle{John} \headerlastnamestyle{Doe} \\
51 \vspace{2mm}
52 {\faEnvelope\ johndoe@gmail.dev} | {\faMobile\ 2222222222} | {\faMapMarker\ www.google.dev} | {\faLink\ github.com/}
53\end{center}
54\cvsection{Skills}
55\begin{cventries}
56 \cventry
57 {}
58 {\def\arraystretch{1.15}{\begin{tabular}{ l l }
59 Programming: & {\skill{ CSS3/SASS, JavaScript (ES6/ES7/ES8), React/Redux, React-Native, Node.js, MySQL, git}} \\
60 Other Skills: & {\skill{ Strategic Thinking, Remote Collaboration, Strong Communication, Time Management, Detail Oriented}} \\
61 \end{tabular}}}
62 {}
63 {}
64 {}
65\end{cventries}
66
67\vspace{-7mm}
68%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
69% Experience
70%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
71\cvsection{Experience}
72\begin{cventries}
73 \cventry
74 {Fullstack Developer}
75 {BLAH}
76 {BLAH, GA}
77 {Mar 2019 – present}
78 {\begin{cvitems}
79 \item {Develop and maintain multiple eCommerce websites using technologies such as React, C\#/.NET, and MySQL.}
80 \item {Refactored and implemented multiple web components and web pages that increased click rates to products by over 50\%.}
81 \item {Created an internal web application that managed the in house data for inventory tracking using React and Node.js.}
82 \end{cvitems}}
83 \cventry
84 {Software Developer}
85 {Freelance}
86 {Self}
87 {2017 – 2019}
88 {\begin{cvitems}
89 \item {Designed, developed, tested, and deployed responsive websites for multiple clients ranging from static sites to full stack applications.}
90 \item {Some key features implemented were the ability to schedule appointments, send out newsletters and eCommerce features.}
91 \item {Responsible for quality assurance of finished websites, including validating web forms and links.}
92 \end{cvitems}}
93 \cventry
94 {Software Developer \& DevOps}
95 {BLAH}
96 {BLAH, GA}
97 {Feb 2017 – Feb 2019}
98 {\begin{cvitems}
99 \item {Re-engineered systems setup by establishing automated server generation routines, optimizing server performance, establishing system monitoring and maintaining security protocols.}
100 \item {Developed and implemented a new user feedback application using React.}
101 \item {Collaborated remotely with peers on the improvement of software performance and performed error analysis.}
102 \end{cvitems}}
103 \cventry
104 {Software Developer}
105 {NijemTech}
106 {BLAH}
107 {July 2013 – Dec 2016}
108 {\begin{cvitems}
109 \item {Created a performance monitoring web app using React to display statistics of IT infrastructures.}
110 \item {Plan and install upgrades of database management system software to enhance database performance.}
111 \item {Worked on multiple software projects simultaneously and participated in the whole software development process from design to implementation and delivery.}
112 \end{cvitems}}
113\end{cventries}
114\renewcommand*{\entrypositionstyle}[1]{{\fontsize{8pt}{1em}\bodyfont\color{graytext} #1}}
115\cvsection{Personal Projects}
116\begin{cventries}
117 \cventry
118 {Developed a web app which allows you to create and save color palettes for web projects. One of the challenges faced was making the font color to be dynamic so that when changing the hue of a color swatch the font will still be legible.}
119 {PickAPalette}
120 {React/Redux, Styled Components, React Router}
121 {github.com/}
122 {}
123
124 \vspace{-5mm}
125 \cventry
126 {EcomWeb is a fully functional E-commerce website I created for a fictional company. I used React/Redux with Firebase and integrated the Stripe payment processing API to create a fully functioning checkout system.}
127 {Outdoorsy eCommerce}
128 {React/Redux, Redux Persist, Firebase}
129 {https://github.com/}
130 {}
131
132 \vspace{-5mm}
133\end{cventries}
134%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
135% Education
136%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
137\cvsection{Education}
138\begin{cventries}
139 \cventry
140 {Fullstack Software Engineer}
141 {AppAcademy Coding Bootcamp}
142 {}
143 {July 2019 – Dec 2019}
144 {}
145 \cventry
146 {A.A.S. in Computer Networking \& Security}
147 {College}
148 {BLAH}
149 {2016}
150 {}
151 \cventry
152 {Computer Science}
153 {State University}
154 {BLAH, GA}
155 {2012}
156 {}
157\end{cventries}
158
159\vspace{-2mm}
160
161\
162\end{document}