Thien Tran Duy's CV
Author
Thien
Last Updated
8年前
License
Creative Commons CC BY 4.0
Abstract
Thien Tran Duy's CV
Thien Tran Duy's CV
\documentclass[a4paper, oneside, final]{scrartcl} % Paper options using the scrartcl class
\usepackage{scrpage2} % Provides headers and footers configuration
\usepackage{titlesec} % Allows creating custom \section's
\usepackage{marvosym} % Allows the use of symbols
\usepackage{tabularx,colortbl} % Advanced table configurations
\usepackage{fontspec} % Allows font customization
%\usepackage{fancyhdr}
\usepackage{fancybox}
\usepackage{graphicx}
\setlength{\parskip}{0.25cm}
\linespread{1.3}\vspace{0.25cm}
\usepackage[utf8]{vietnam}
\usepackage{amsmath}
\usepackage{bm}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}
\usepackage{indentfirst}
\usepackage{caption}
\captionsetup{margin=10pt,font=small}
\defaultfontfeatures{Mapping=tex-text}
\titleformat{\section}{\large\scshape\raggedright}{}{0em}{}[\titlerule] % Section formatting
\pagestyle{scrheadings} % Print the headers and footers on all pages
\addtolength{\voffset}{-0.5in} % Adjust the vertical offset - less whitespace at the top of the page
\addtolength{\textheight}{3cm} % Adjust the text height - less whitespace at the bottom of the page
\newcommand{\gray}{\rowcolor[gray]{.90}} % Custom highlighting for the work experience and education sections
%----------------------------------------------------------------------------------------
% FOOTER SECTION
%----------------------------------------------------------------------------------------
\renewcommand{\headfont}{\normalfont\rmfamily\bfseries} % Font settings for footer
\cofoot{
\addfontfeature{LetterSpace=20.0}\fontsize{12.5}{17}\selectfont % Letter spacing and font size
22/10-Tan Lap,Dong Hoa,Di An, Binh Duong {\large\textperiodcentered} Country Viet Nam\\ % Your mailing address
{\Large\Letter}\slshape fcduythien@gmail.com\ {\Large\Telefon} (+84)1688397026% Your email address and phone number
}
%----------------------------------------------------------------------------------------
\begin{document}
\begin{center} % Center everything in the document
%----------------------------------------------------------------------------------------
% HEADER SECTION
%----------------------------------------------------------------------------------------
{\addfontfeature{LetterSpace=20.0}\fontsize{35}{35}\selectfont\scshape thien tran duy} % Your name at the top
\vspace{1.5cm} % Extra whitespace after the large name at the top
%----------------------------------------------------------------------------------------
% OBJECTIVE
%----------------------------------------------------------------------------------------
\section{Objective}
A position in the field of computers with special interests in business applications \\ Programming, Web Developer, and management systems Linux.
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Work Experience}
\begin{tabularx}{0.97\linewidth}{>{\raggedleft}p{13.8cm}X}
%\gray Period & \textbf{March 2012 --- Present}\\
%\gray Employer & \textbf{Layer BV} \hfill Amsterdam, The Netherlands\\
%\gray Job Title & \textbf{J2EE Analyst programmer}\\
%\gray Languages & \textbf{J2EE}\\
\gray
\begin{flushleft}
Over the last 3 years, I have developed a wide range of websites using PHP and Mysql including sites for startup companies I'm a currently collaborators of website \href{http://sitepoint.co}{Sitepoint}. I use framework PHP Phalcon very good, also have some experience with Drupal, Zephir, Linux Professional such as Docker, Chef.
\end{flushleft}
\end{tabularx}
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Education}
\begin{tabularx}{0.97\linewidth}{>{\raggedleft\scshape}p{2cm}X}
\gray Period & \textbf{September 2008--- March 2014}\\
%\gray Degree & \textbf{Master of Science in Computer Science}\\
%\gray Rank & \textbf{First Class Honours}\\
\gray Faculty & \textbf{Physics and Engineering Physics }\\
\gray University & \textbf{The University of Science} \hfill Ho Chi Minh City, VN\\
%& Extra information about degree
\end{tabularx}
% SKILLS
%----------------------------------------------------------------------------------------
\section{Skills}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Languages & PHP, Html, Css, Drupal, jQuery, PhalconPHP Framework \\
%Protocols \& APIs & XML, JSON, SOAP, REST \\
Databases & MySQL, MariaDB, MongoDB, InfluxDB \\
Tools & Github, Vim, Sublime Text, Vagrant, Docker, Paypal API \\
Testing & TDD,BDD such as Codeception, Behat and PHPUnit \\
Other & LAMP, LEMP, Composer, Optimization, Bootstrap
\end{tabular}
\section{Achievements}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
A Q\&A and Blogging PHP platform & http://phanbook.com \\
See more & https://github.com/duythien/portfolio
\end{tabular}
%\section{Working Company}
%\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
%Hong Tam Working with Joomla & 05/2012 - 02/2014\\
%Go1(http://go1.com.au) Working with Drupal & 03/2014 - 12/2015 \\
%Evolable Asia(http://evolable.asia/) with FuelPHP, PhalconPHP & 03/2015 - 12/2015
%\end{tabular}
\end{center}
%=======
%=======
\end{document}