Shivam Singh's CV
Author
Shivam Singh
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
Shivam Singh's CV
Shivam Singh's CV
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Twenty Seconds Resume/CV
% LaTeX Template
% Version 1.1 (8/1/17)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Carmine Spagnuolo (cspagnuolo@unisa.it) with major modifications by
% Vel (vel@LaTeXTemplates.com)
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{twentysecondcv} % a4paper for A4
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
%----------------------------------------------------------------------------------------
% If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
\profilepic{shivam.jpg} % Profile picture
\cvname{Shivam Singh} % Your name
\cvjobtitle{It Professional} % Job title/career
\cvdate{19 May 1997} % Date of birth
\cvaddress{Gurugram} % Short address/location, use \newline if more than 1 line is required
\cvnumberphone{+91 8954277404} % Phone number
\cvsite{www.linkedin.com/in/shivams19} % Personal website
\cvmail{singh110597shivam@gmail.com} % Email address
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% ABOUT ME
%----------------------------------------------------------------------------------------
\aboutme{An Independent and self-motivated professional with excellent research and communication skills, enthusiasm to learn new things and always try to do my best in any work assigned and always tries to be appreciated as well-performer.} % To have no About Me section, just remove all the text and leave \aboutme{}
%----------------------------------------------------------------------------------------
% SKILLS
%----------------------------------------------------------------------------------------
% Skill bar section, each skill must have a value between 0 an 6 (float)
\skills{{C/3},{Embedded C/3},{C++/3},{Linux/3},{Python/4},{PHP/3},{HTML/4},{Unity 2D/5},{Microsoft Office/6},{Adobe Illustrator/3},{Raspberry Pi/3.5},{Arduino/5},{Iot/5}}
\makeprofile % Print the sidebar
%----------------------------------------------------------------------------------------
% INTERESTS
%----------------------------------------------------------------------------------------
\section{Interests}
Tech hobbies, Social hobbies, Loves to add up new technical skills, Creative Writing, Cooking, Nature Photography, Reading Novels, Loves to know about ancient history, Team Sports, Always Looking forward to be indulge in technical courses.
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Education}
\begin{twenty} % Environment for a list with descriptions
\twentyitem{2015-2018}{SRM Institute of Science And technology}{}{Majoring in Information Technology}
\twentyitem{2013-2015}{Intermediate}{}{Majoring in Physical Education}
\twentyitem{2001-2013}{High school}{}{Specializing in Non-medical.}
%\twentyitem{<dates>}{<title>}{<location>}{<description>}
\end{twenty}
%----------------------------------------------------------------------------------------
% Training History
%----------------------------------------------------------------------------------------
\section{Training History}
\begin{twentyshort} % Environment for a short list with no descriptions
\twentyitemshort{\textbf{IOT Trainee}}{}
\twentyitemshort{APTRON Solutions Pvt. Ltd. Gurugram
}{}
\twentyitemshort{\textbf{BIG Data Trainee}}{}
\twentyitemshort{LinuxWorld Informatics Pvt. Ltd.
}{}
%\twentyitemshort{<dates>}{<title/description>}
\end{twentyshort}
%----------------------------------------------------------------------------------------
% AWARDS
%----------------------------------------------------------------------------------------
\section{Awards}
\begin{twentyshort} % Environment for a short list with no descriptions
\twentyitemshort{2007}{First position in district badminton championship}
\twentyitemshort{2009}{First position in intra school Table tennis championship}
\twentyitemshort{2011}{First position in intra school badminton championship}
\twentyitemshort{2013}{First position in district basketball championship}
%\twentyitemshort{<dates>}{<title/description>}
\end{twentyshort}
%----------------------------------------------------------------------------------------
% PROJECTS
%----------------------------------------------------------------------------------------
\section{Projects}
\begin{twenty} % Environment for a list with descriptions
\twentyitem{2018}{IOT Projects}{}{Developed a variety of multidisciplinary projects
\begin{itemize}
\item Panic Alarm for elderly people using WiFi module.
\item Remote Home Automation system using Relay and Bluetooth module.
\item Patient Care using Raspberry Pi.
\item Home Security system using Arduino and sensors.
\end{itemize}
}
\twentyitem{2018}{Unity 2-D Game development}{}{Redesigned a variety of late 90's video games for windows os\begin{itemize}
\item Space shooter
\item Side scrolling shooter
\item Move mouse to location
\item Rotational shooter
\item Cross shooter
\item Space invaders
\end{itemize}}
\twentyitem{2017}{Web Crawler}{}{Developed a web crawler using python
\begin{itemize}
\item The developed program extracts all the available hypertexts from the desired web page and provides a list of hypertext to the user for easy and effective functionality.
\end{itemize}
}
%\twentyitem{<dates>}{<title>}{<location>}{<description>}
\end{twenty}
%----------------------------------------------------------------------------------------
% INTERPERSONAL SKILLS
%----------------------------------------------------------------------------------------
\section{Interpersonal Skills}
\subsection{}{
\begin{itemize}
\item Enthusiastic and an active player.
\item Can easily adjust in different situations.
\item Morally fit and well being for any environment.
\item Always ready for team work.
\item Listening skills.
\item Decision-making.
\item Conflict resolution and mediation.
\end{itemize}
}
%----------------------------------------------------------------------------------------
% SECOND PAGE EXAMPLE
%----------------------------------------------------------------------------------------
%\newpage % Start a new page
%\makeprofile % Print the sidebar
%\section{Other information}
%\subsection{Review}
%Alice approaches Wonderland as an anthropologist, but maintains a strong sense of noblesse oblige that comes with her class status. She has confidence in her social position, education, and the Victorian virtue of good manners. Alice has a feeling of entitlement, particularly when comparing herself to Mabel, whom she declares has a ``poky little house," and no toys. Additionally, she flaunts her limited information base with anyone who will listen and becomes increasingly obsessed with the importance of good manners as she deals with the rude creatures of Wonderland. Alice maintains a superior attitude and behaves with solicitous indulgence toward those she believes are less privileged.
%\section{Other information}
%\subsection{Review}
%Alice approaches Wonderland as an anthropologist, but maintains a strong sense of noblesse oblige that comes with her class status. She has confidence in her social position, education, and the Victorian virtue of good manners. Alice has a feeling of entitlement, particularly when comparing herself to Mabel, whom she declares has a ``poky little house," and no toys. Additionally, she flaunts her limited information base with anyone who will listen and becomes increasingly obsessed with the importance of good manners as she deals with the rude creatures of Wonderland. Alice maintains a superior attitude and behaves with solicitous indulgence toward those she believes are less privileged.
%----------------------------------------------------------------------------------------
\end{document}