%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[margin, 10pt]{res} % Use the res.cls style, the font size can be changed to 11pt or 12pt here
\usepackage{helvet} % Default font is the helvetica postscript font
%\usepackage{newcent} % To change the default font to the new century schoolbook postscript font uncomment this line and comment the one above
\usepackage{multicol}
\setlength{\textwidth}{5.1in} % Text width of the document
\begin{document}
%----------------------------------------------------------------------------------------
% NAME AND ADDRESS SECTION
%----------------------------------------------------------------------------------------
\moveleft.5\hoffset\centerline{\large\bf Md. Yusuf} % Your name at the top
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip % Horizontal line after name; adjust line thickness by changing the '1pt'
\moveleft.5\hoffset\centerline{RB-207,Amar Ekushey Hall} % Your address
\moveleft.5\hoffset\centerline{University of Dhaka, Dhaka}
\moveleft.5\hoffset\centerline{Email:bit0409@iit.du.ac.bd}
\moveleft.5\hoffset\centerline{+8801680156707}
%----------------------------------------------------------------------------------------
\begin{resume}
%----------------------------------------------------------------------------------------
% OBJECTIVE SECTION
%----------------------------------------------------------------------------------------
\section{OBJECTIVE}
A position in the field of computers with special interests in business applications programming, information processing, and management systems.
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{EDUCATION}
{\sl Bachelor of Science Software Engineering } (upto 6th semester) \hfill 2015 \\
Institute of Information Technology, University of Dhaka\\
%----------------------------------------------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------------------------------------------
\begin{multicols}{2}
\section{SKILLS}
\begin{itemize} \itemsep -2pt
\item Oracle
\item MySQL
\item Eclipse
\item Android development
\item Networking
\item C/C++
\end{itemize}
\columnbreak
\begin{itemize} \itemsep -2pt
\item HTML
\item Bootstrap
\item AJAX
\item CSS
\item PHP
\end{itemize}
\end{multicols}
%----------------------------------------------------------------------------------------
% PROFESSIONAL EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{PROJECTS}
{\sl Human Resource Management System } \hfill 2015 \\
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Developed``user friendly" management system for any organization specially for startup company
\item Developed the web design
\end{itemize}
{\sl Amghotok} \hfill 2015 \\
An android app for those person who are searching their spouse. I developed the database management systems for this app. This app
\begin{itemize}
\item is web based app
\item can be run in both android based mobile and computer
\end{itemize}
{\sl A Library Management System} \hfill 2013 \\
A system that can manage all the information of any library. It is developed based on C
{\sl Maze Game} \hfill 2013 \\
This game
\begin{itemize}
\item is java based game
\item can be run in only computer
\end{itemize}
%----------------------------------------------------------------------------
% Subjects
%----------------------------------------------------------------------------
\begin{multicols}{2}
\section{SUBJECTS}
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Structured Programming
\item Data Structure abd Algorithm
\item Combinatorial Optimization
\item Data Communication and Networking
\item Operating Systems and System Programming
\item Computer Networking
\end{itemize}
\columnbreak
\begin{itemize} \itemsep -2pt % Reduce space between items
\item Database Management System-I
\item Database Management System-II
\item Software Requirements Spec. and Analysis
\item Web Technology
\item Software Testing and Quality Assurance
\end{itemize}
\end{multicols}
%----------------------------------------------------------------------------------------
% EXTRA-CURRICULAR ACTIVITIES SECTION
%----------------------------------------------------------------------------------------
\section{EXTRA-CURRICULAR \\ ACTIVITIES}
Playing game like chess, table tennis,cricket, football
%----------------------------------------------------------------------------------------
% References
%----------------------------------------------------------------------------------------
\begin{multicols}{2}
\section{REFERENCES}
{\sl Dr. Kazi Muheymin-Us-Sakib}\\
Director and Associate Professor\\
Institute of Information Technology\\
University of Dhaka\\
Phone : +88029661920 /Ext 8676, (R) +8801730051232\\
E-mail : sakib.univdhaka.edu\\
\columnbreak
{\sl Shah Mostafa Khaled}\\
Assistant Professor\\
Institute of Information Technology\\
University of Dhaka\\
Phone : +88029661920\\
E-mail : khaled@univdhaka.edu\\
\end{multicols}
\end{resume}
\end{document}