Vaibhav Kumar Chaudhary's CV
Author
Vaibhav Kumar Chaudhary
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
Vaibhav Kumar Chaudhary
Vaibhav Kumar Chaudhary
%-------------------------
% Resume in Latex
% Author : vaibhavkumar049@gmail.com
% Website: github.com/vaibhavkumar049
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[pdftex]{hyperref}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.375in}
\addtolength{\evensidemargin}{-0.375in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
%-------------------------
% Custom commands
\newcommand{\resumeItem}[2]{
\item\small{
\textbf{#1}{: #2 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-1pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}\vspace{-4pt}}
\renewcommand{\labelitemii}{$\circ$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=*]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% CV STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%----------HEADING-----------------
\begin{tabular*}{\textwidth}{l@{\extracolsep{\fill}}r}
\textbf{\href{https://www.linkedin.com/in/vaibhav-kumar-chaudhary/}{\Large Vaibhav Kumar Chaudhary}} & Email : \href{mailto:vaibhavkumar049@gmail.com}{vaibhavkumar049@gmail.com}\\
\href{https://www.linkedin.com/in/vaibhav-kumar-chaudhary/}{https://www.linkedin.com/in/vaibhav-kumar-chaudhary/} & Mobile : +91-7004032684 \\
\end{tabular*}
%-----------EDUCATION-----------------
\section{Education}
\resumeSubHeadingListStart
\resumeSubheading
{Heritage Institute of Technolgy, Kolkata}{West Bengal}
{Bachelor of Technolgy in Computer Science }{Aug. 2016}
\resumeSubHeadingListEnd
%-----------EXPERIENCE-----------------
\section{Experience}
\resumeSubHeadingListStart
\resumeSubheading
{Fleapo - Mobile App | Website | Digital Marketing}{Kolkata, India}
{Software Engineer Intern}{July 2018 - Aug 2018}
\resumeItemListStart
\resumeItem{Web Developer}
{I worked there as an intern and got industrial experience in Front End Development producing HTML, CSS and JavaScript for websites and Web Application so that client and user can see and interact with them directly.}
\resumeItem{Software Testing}
{Performed manual software testing on application developed by the firm and helped developer in debugging.}
\resumeItemListEnd
\resumeSubheading
{SnapSuite}{Toronto,Canada}
{Jr. Web Developer.}{March 18, 2019 - Present}
\resumeItemListStart
\resumeItem{SnapSuite Product}
{Working on SnapSuite main product and making it new with technologies like .NET and VueJS }
\resumeItemListEnd
\resumeSubHeadingListEnd
%-----------PROJECTS-----------------
\section{Projects}
\resumeSubHeadingListStart
\resumeSubItem{Actions on Google and Node.JS}
{I created 5 actions of Actions on Google where I learned node.js, Firebase,Dialogflow, uses of APIs . One of my actions was tweeted by Google India.}
\resumeSubItem{Django}
{With Django I built a Blogging Website where I learned basic Django, a URL shortner website there I understand how you can apply algorithm and use it in website, then experimented with Django-Channels built for using websockets in django, With Django Channels I built an anonymous chatting website. then I learnt Django-Oscar and built an e-shopping website for college project. Doing all this I learnt how to deploy it and database queries. Then I explored Django REST framework and learnt how to built API's and also make one for my Blogging Website }
\resumeSubItem{Flutter}
{Experimented with flutter and built a blogging app using same API that I built from Django REST framework.}
\resumeSubItem{Deep Learning}
{Right Now I am getting interested in Deep Learning and in algorithm likes CNN, RNN and framework like PyTorch and Tensorflow. I also teach Deep Learning in my college club}
\resumeSubItem{Natural Language Processing}
{Built Category predictor, Gender Classifier and sentiment analysis using using NLTK also learned spaCy most popular NLP library.}
\resumeSubItem{Vue.Js}
{I built an blogging website using Vue.JS and Firebase as backend.}
\resumeSubHeadingListEnd
%
%--------PROGRAMMING SKILLS------------
\section{Programming Skills}
\resumeSubHeadingListStart
\item{
\textbf{Languages}{: Python , Java , c++, SQL, Dart, JavaScript}
\hfill
\textbf{Technologies}{: Pythonanywhere,Vue.JS, actions on google,Django, NLTK,spaCy,Pytorch}
\hfill
\textbf{GitHub}{:github.com/vaibhavkumar049}
}
\resumeSubHeadingListEnd
%-------------------------------------------
\end{document}