%-------------------------
% Resume in Latex
% Author - Suyash, Kunal
% License : MIT
%------------------------
%---- Required Packages and Functions ----
\documentclass[a4paper,11pt]{article}
\usepackage{latexsym}
\usepackage{xcolor}
\usepackage{float}
\usepackage{ragged2e}
\usepackage[empty]{fullpage}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{tabularx}
\usepackage{titlesec}
\usepackage{geometry}
\usepackage{marvosym}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage{fontawesome5}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{cfr-lm}
\usepackage[T1]{fontenc}
\usepackage[normalem]{ulem} % provides "\ul" (uline) command which will break at line breaks
\setlength{\multicolsep}{0pt}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\geometry{left=1.4cm, top=0.8cm, right=1.2cm, bottom=1cm}
% Adjust margins
%\addtolength{\oddsidemargin}{-0.5in}
%\addtolength{\evensidemargin}{-0.5in}
%\addtolength{\textwidth}{1in}
\usepackage[most]{tcolorbox}
\tcbset{
frame code={}
center title,
left=0pt,
right=0pt,
top=0pt,
bottom=0pt,
colback=gray!20,
colframe=white,
width=\dimexpr\textwidth\relax,
enlarge left by=-2mm,
boxsep=4pt,
arc=0pt,outer arc=0pt,
}
\urlstyle{same}
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-7pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item{
\textbf{#1}{\hspace{0.5mm}#2 \vspace{-0.5mm}}
}
}
\newcommand{\resumePOR}[3]{
\vspace{0.5mm}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1}\hspace{0.3mm}#2 & \textit{\small{#3}}
\end{tabular*}
\vspace{-2mm}
}
\newcommand{\resumeSubheading}[4]{
\vspace{0.5mm}\item
\begin{tabular*}{0.98\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\footnotesize{#4}} \\
\textit{\footnotesize{#3}} & \footnotesize{#2}\\
\end{tabular*}
\vspace{-2.4mm}
}
\newcommand{\resumeProject}[4]{
\vspace{0.5mm} \item\small{
\begin{tabular*}{0.98\textwidth}[t]{
l@{\extracolsep{\fill}}c@{\extracolsep{\fill}}r
}
\textbf{#1} & \textit{#2} & #3
\end{tabular*}
}
\vspace{-2.4mm}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
% \renewcommand{\labelitemii}{$\circ$}
\renewcommand{\labelitemi}{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*,labelsep=0mm]}
\newcommand{\resumeHeadingSkillStart}{\begin{itemize}[leftmargin=*,itemsep=1.7mm, rightmargin=2ex]}
\newcommand{\resumeItemListStart}{\begin{justify}\begin{itemize}[leftmargin=3ex, rightmargin=2ex, noitemsep,labelsep=1.2mm,itemsep=0mm]\small}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}\vspace{2mm}}
\newcommand{\resumeHeadingSkillEnd}{\end{itemize}\vspace{-2mm}}
\newcommand{\resumeItemListEnd}{\end{itemize}\end{justify}\vspace{-2mm}}
\newcommand{\cvsection}[1]{%
\vspace{2mm}
\begin{tcolorbox}
\textbf{\large #1}
\end{tcolorbox}
\vspace{-4mm}
}
\newcolumntype{L}{>{\raggedright\arraybackslash}X}%
\newcolumntype{R}{>{\raggedleft\arraybackslash}X}%
\newcolumntype{C}{>{\centering\arraybackslash}X}%
%---- End of Packages and Functions ------
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%
%%%%%% DEFINE ELEMENTS HERE %%%%%%%
\newcommand{\name}{Kunal Kumar} % Your Name
\newcommand{\course}{Computer Science and Engineering} % Your Program
\newcommand{\roll}{xxxxx} % Your Roll No.
\newcommand{\phone}{xxxxxxx} % Your Phone Number
\newcommand{\emaila}{kunalkumarxxxxxxxx@gmail.com} %Email 1
\begin{document}
\fontfamily{cmr}\selectfont
%----------HEADING-----------------
\parbox{2.55cm}{%
\includegraphics[width=2.60cm,clip]{NCE LOGO.png}
}
\parbox{\dimexpr\linewidth-2.8cm\relax}{
\begin{tabularx}{\linewidth}{L r} \\
\textbf{\Large \name} & {\raisebox{0.0\height}{\footnotesize \faPhone}\ +91-\phone}\\
{Roll No.: \roll } & \href{mailto:\emaila}{\raisebox{0.0\height}{\footnotesize \faEnvelope}\ {\emaila}} \\
Bachelor of Technology & \href{https://github.com/xxxxxxxx/}{\raisebox{0.0\height}{\footnotesize \faGithub}\ {GitHub Profile}} \\
{Nalanda College of Engineering, Chandi} & \href{https://www.linkedin.com/in/rajan-kumar-9523751a7/}{\raisebox{0.0\height}{\footnotesize \faLinkedin}\ {LinkedIn Profile}}
\end{tabularx}
}
%-----------EDUCATION-----------
\section{\textbf{Education}}
\resumeSubHeadingListStart
\resumeSubheading
{Nalanda College of Engineering, Chandi}{CGPA: 7.67}
{Bachelor of Technology in Computer Science and Engineering}{2019-23}
\resumeSubheading
{Bapu High School - Senior Secondary}{Percentage: 79.6}
{Board of Secondary Education, State}{2019}
\resumeSubHeadingListEnd
\vspace{-5.5mm}
%
%-----------PROJECTS-----------------
\section{\textbf{Projects}}
\resumeSubHeadingListStart
\resumeProject
{\href{https://blogapp8800.netlify.app/}{\uline{Blog Application} } }%Project Name
{HTML, CSS, JavaScript, ReactJS, Firebase.} %Project Name, Location Name
{\href{https://github.com/ssuyash3000/Blog-web-app}{ \faGithub { }\uline{Source Code}}}
{} %Event Dates
\resumeItemListStart
\item {A blog web app that allows users to create, view, and comment on blog posts. The app uses Firebase Firestore to store the blog posts.}
\item {Here are some of the features of the app: Create blog posts, View blog posts in detail, Comment on blog posts, Easy to use and navigate.}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{\href{https://github.com/kunalkumar2002/QuiZZyAPI}{\uline{Quizzy API}}} %Project Name
{JavaScript, ExpressJs, NodeJs, JWT authentication, MongoDB. } %Project Name, Location Name
{\href{https://github.com/kunalkumar2002/QuiZZyAPI}{ \faGithub { }\uline{Source Code}}}
{} %Event Dates
\resumeItemListStart
\item {API made for fetching data based on user authenticated login, also posting of data by the admin}
\item {This API was made for full stack Quiz Application made for submission as minor project.}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{\href{https://ssuyash3000.github.io/Meal-App/}{\uline{Meal App}}} %Project Name
{HTML, CSS, JavaScript, AJAX. } %Project Name, Location Name
{\href{https://github.com/ssuyash3000/Meal-App}{ \faGithub { }\uline{Source Code}}}
{} %Event Dates
\resumeItemListStart
\item {Web App made for searching different meals, made using vanilla JavaScript}
\item {This web app utilizes mealdb api for getting information on different meals.}
\item {LocalSotrage is being utilized in this project for making the favourite list in this app persistent.}
\resumeItemListEnd
\vspace{-2mm}
\resumeProject
{\href{https://ssuyash3000.github.io/ToDo-List-2/}{\uline {Todo List}} }%Project Name
{HTML, CSS, JavaScript. } %Project Name, Location Name
{\href{https://github.com/ssuyash3000/ToDo-List-2}{ \faGithub { }\uline{Source Code}}}
{} %Event Dates
\resumeItemListStart
\item {Web App made for creating to-do list for the day}
\item {Features - Add, Delete, Check Tasks in the list, Notification Panel,Sort the todos lexographically and in the order they were added.}
\resumeItemListEnd
\vspace{-2mm}
\resumeSubHeadingListEnd
\vspace{-5.5mm}
%-----------EXPERIENCE-----------------
\section{\textbf{Internship}}
\resumeSubHeadingListStart
\resumeSubheading
{Coding Ninjas - Sunrise Mentors Pvt. Ltd.}{New Delhi}
{Teaching Assistant}{Sep-Dec 2022}
\vspace{-2.0mm}
\resumeItemListStart
\item {Conducted doubt sessions, addressing queries and clarifying doubts in C++, Data Structures, and Algorithms.}
\item {Assisted students in debugging code and guided them in effective problem-solving strategies.}
\item {Fostered open communication and collaboration, encouraging active participation and creating an enriching learning environment.}
\item {Received positive feedback for dedication and simplifying complex concepts, helping students overcome difficulties and achieve academic goals.}
\resumeItemListEnd
\vspace{-3.0mm}
\resumeSubHeadingListEnd
\vspace{-8.5mm}
%-----------Technical skills-----------------
\section{\textbf{Technical Skills and Interests}}
\begin{itemize}[leftmargin=0.05in, label={}]
\small{\item{
\textbf{Languages}{: C/C++, Java, Javascript, HTML+CSS } \\
\textbf{Libraries }{: C++ STL, Java Collection, ReactJs }\\
\textbf{Web Dev Tools}{: Ajax, jQuery, Nodejs, VScode, Git, Github } \\
\textbf{Frameworks}{: ExpressJs } \\
\textbf{Cloud/Databases}{:MongoDb, Firebase, Relational Database(mySql) } \\
\textbf{Relevent Coursework}{: Design and Analysis of Algorithms, Operating Systems, Object Oriented Programming, Database Management System, Software Engineering, System Design. } \\
\textbf{Areas of Interest}{: Web Design and Development, Backend Development.} \\
\textbf{Soft Skills}{: Problem Solving, Self-learning, Presentation, Adaptability} \\
}}
\end{itemize}
\vspace{-16pt}
%-----------Positions of Responsibility-----------------
\section{\textbf{Positions of Responsibility}}
\vspace{-0.4mm}
\resumeSubHeadingListStart
\resumePOR{Science Teacher, } % Position
{CHIRAG - NCE, Chandi} %Club,Event
{2019-2023} %Tenure Period \\
(Non-profit organization founded by NCE students to educate unprivileged children in Chandi, Bihar)
\resumeSubHeadingListEnd
\vspace{-5mm}
% %-----------Achievements-----------------
% \section{\textbf{Achievements}}
% \vspace{-0.4mm}
% \resumeSubHeadingListStart
% \resumePOR{Achievement } % Award
% {description} % Event
% {Event dates} %Event Year
% \resumePOR{Achievement } % Award
% {description} % Event
% {Event dates} %Event Year
% \resumeSubHeadingListEnd
% \vspace{-5mm}
%-------------------------------------------
\end{document}