Mohita Gakhar's CV
Author
Mohita
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
Mohita Gakhar's CV
Mohita Gakhar's CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% "ModernCV" CV and Cover Letter
% LaTeX Template
% Version 1.11 (19/6/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Xavier Danaux (xdanaux@gmail.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the moderncv.cls and .sty files to be in the same
% directory as this .tex file. These files provide the resume style and themes
% used for structuring the document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[11pt,a4paper,sans]{moderncv} % Font sizes: 10, 11, or 12; paper sizes: a4paper, letterpaper, a5paper, legalpaper, executivepaper or landscape; font families: sans or roman
\moderncvstyle{classic} % CV theme - options include: 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % CV color - options include: 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[scale=.85]{geometry} % Reduce document margins
%\setlength{\hintscolumnwidth}{3cm} % Uncomment to change the width of the dates column
%\setlength{\makecvtitlenamewidth}{10cm} % For the 'classic' style, uncomment to adjust the width of the space allocated to your name
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{Mohita} % Your first name
\familyname{Gakhar} % Your last name
% All information in this block is optional, comment out any lines you don't need
\title{Software Developer}
\address{B Block,Sector 62}{Noida, UP}
\mobile{+91- 7289936072}
\email{mohitagarora@gmail.com}
\homepage{www.linkedin.com/in/mohitagakhar}{LinkedIn Profile} % The first argument is the url for the clickable link, the second argument is the url displayed in the template - this allows special characters to be displayed such as the tilde in this example
% The first bracket is the picture height, the second is the thickness of the frame around the picture (0pt for no frame)
%\quote{"A witty and playful quotation" - John Smith}
%----------------------------------------------------------------------------------------
\begin{document}
\makecvtitle % Print the CV title
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{Career Objective}
\cvitem{}{\textnormal{To inculcate strong engineering and technological skills as a successful Computer Engineer with focused work ethics, an ability to deepen my knowledge-base and contribute to significant software development.}}
\section{Education}
\cventry{2012--2016}{DCRUST, Murthal}{B.Tech}{}{\textit{Computer Science}}{}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% Skills SECTION
%----------------------------------------------------------------------------------------
\section{Technical Skills}
\cvitem{Coding \& Designing}{\textnormal{C, C++, JAVA, HTML, CSS, JS, SQL, Python, Data Structures \& Algorithms}}
\cvitem{Programming Skills}{\textnormal{Multithreading, Socket Programming(TCP/IP)}}
\cvitem{Tools}{\textnormal{Java Swing, JDBC, XAMP, Apache Tomcat, Eclipse, NetBeans, Maven}}
\cvitem{Database}{\textnormal{MySQL, Toad for Oracle, PostgreSQL, Oracle 10g}}
\cvitem{Framework}{\textnormal{Spring, Hibernate, AngularJS, Apache Flex}}
\cvitem{Operating System}{\textnormal{Linux, Windows}}
\cvitem{Other}{\textnormal{Git,JIRA}}
%----------------------------------------------------------------------------------------
% Masters SECTION
%----------------------------------------------------------------------------------------
%\section{Masters Thesis}
%\cvitem{Title}{\emph{Technologies and characterization of ferroelectric polymers for biomedical sensors}}
%\cvitem{Supervisors}{Professor Antonino Fiorillo}
%\cvitem{Description}{This thesis is based on the implementation of a temperature sensor.}
\section{Work Experience}
\cventry{Dec 2015 --
Feb 2016}{Software Development Intern}{\textsc{Techno Twit Solutions}}{}{Kolhapur}{\textnormal{Designed and developed a portal for administration of SGI College, Kolhapur. It can also be used for grading quizzes and assignments and maintain the work by students.}}
\vspace{3mm}
\cventry{June 2015 --
Aug 2015}{Software Engineering Intern}{\textsc{Spade InfoTech Private Limited}}{}{Gurgaon}{\textnormal{Work included the maintenance of desktop claims Application for Saudi Arabian Claims Company. Also responsible for migration of whole project from Eclipse 3.7 and Java 6 to Eclipse 4.4 and Java 8.
}}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{Other Projects}
\cventry{Jan 2016}{Clinic Managemnet System}{\textsc{Techno Twit Solutions}}{}{}{\textnormal{Worked towards development of an application for management of patients and dctors for a clinic.Java Swing and Netbeans was used for designing,Jasper Reports for maintenance of reports and invoices,MySql as Database,JDBC for connectivity and achieved performance tuning using connection pooling and prepared statement.}}
\vspace{3mm}
\cventry{July 2013}{Bank Application(Prototype)}{}{}{}{\textnormal{Developed a multithreaded robust application that facilitates online transcations.My work included implementing business logic module of banking application and designing GUI for application.}}
\vspace{3mm}
\cventry{July 2014}{Websites using Wordpress}{}{}{}{\textnormal{DCRUST Offcial Website: https://dcrustm.ac.in \\
DCRUST Cultural Fest Website: https://dcrustfest.com}}
%------------------------------------------------
%----------------------------------------------------------------------------------------
% Coursework SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
%\section{Communication Skills}
%\cvitem{2010}{Oral Presentation at the California Business Conference}
%\cvitem{2009}{Poster at the Annual Business Conference in Oregon}
%----------------------------------------------------------------------------------------
% LANGUAGES SECTION
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
% \section{Interests}
% \renewcommand{\listitemsymbol}{-~} % Changes the symbol used for lists
% \cvlistdoubleitem{Piano}{}
% \cvlistitem{Baseball}
%----------------------------------------------------------------------------------------
% COVER LETTER
%----------------------------------------------------------------------------------------
% To remove the cover letter, comment out this entire block
%\clearpage
%\recipient{HR Department}{Corporation\\123 Pleasant Lane\\12345 City, State} % Letter recipient
%\date{\today} % Letter date
%\opening{Dear Sir or Madam,} % Opening greeting
%\closing{Sincerely yours,} % Closing phrase
%\enclosure[Attached]{curriculum vit\ae{}} % List of enclosed documents
%\makelettertitle % Print letter title
%\lipsum[1-3] % Dummy text
%\makeletterclosing % Print letter signature
%----------------------------------------------------------------------------------------
\end{document}