Nitin Bawane's Résumé
Author
Nitin Bawane
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Nitin Bawane's Computer Science Resume. Created with the Modern CV template.
Nitin Bawane's Computer Science Resume. Created with the Modern CV template.
\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{multicol}
\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template
\usepackage[hyperref]{}
\usepackage[scale=0.9]{geometry}
%----------------------------------------------------------------------------------------
% NAME AND CONTACT INFORMATION SECTION
%----------------------------------------------------------------------------------------
\firstname{ Nitin} % Your first name
\familyname{Bawane} % Your last name
\address {Jaymala Nagar,Lane No-3,}{Old Sangvi, Pune- 411027}
\mobile{(+91) 7385 855 844}
\email {nitinbawane86@gmail.com}
\begin{document}
\makecvtitle % Print the CV title
%-----------------------------------------------------
% EDUCATION SECTION
%-----------------------------------------------------
\section{Education}
\cventry{2006--2009}{Sipna College of Engineering and Technology}{\newline Computer Science and Engineering}{Bachelors of Engineering}{Aggregate -- 64 \%}{}
\cventry{2002--2005}{Government Polytechnic Amravati}{\newline Diploma in Computer Engineering}{Aggregate -- 70.93 \%}{}{}
\cventry{March 2002}{Kasturba Gandhi Vidyalaya Dharni}{\newline Secondary School Certificate(SSC)}{Aggregate -- 62 \%}{}{}
%-----------------------------------------------------
% WORK EXPERIENCE SECTION
%-----------------------------------------------------
\section{Work Experience}
%\subsection{%Vocational}
\cventry{May 2017--Ongoing}{Software Developer}{\textsc{Iknowlation Research Lab Pvt. Ltd Pune}}{}{}{
\begin{itemize}
\item Implemented various image segmentation models like U-Net, SegNet, etc.
\item Currently working on satellite imagery.
\item Created tests and automation scripts.
\end{itemize}}
\cventry{}{Roles and Responsibilities}{}{}{}{
\begin{itemize}
\item Work with stakeholders throughout the organization to identify opportunities for solve problem
and find the feasible solution.
\item Reviewed code, debugged problems and corrected issues.
\item Design UI for various products.
\end{itemize}}
\section{Projects}
\cventry{OCT 2017--Ongoing}{Healthcare Product}{\textit{}}{}{}{
\begin{itemize}
\item I Work on healthcare product using Node.JS as a server side scripting language and Angularjs as client side javascript.
\item Ui design and Development using Angular JS and HTML/CSS/Bootstrap.
\item This product is all about the women healthcare which
takes a women medical data as an input and with some Machine learning algorithms, the product
calculates the risk for the women during period her pregnancy. The machine learning algorithm are
implemented in Python and APIs are developed using the Django framework.
\end{itemize}}
\cventry{May 2017-- Oct 2017}{Commodity Price forecasting}{\textit{}}{}{}{
\begin{itemize}
\item Also worked on the project as UI developer and test engineer which was all about the price fore-
casting of commodities using time-series data. The project is also developed using the Python and Sci-kit learn python library which is used to implement the machine learning algorithms.
\item This application forecast eight days the price for the selected commodity.
\end{itemize}}
%-----------------------------------------------------
% COMPUTER SKILLS SECTION
%----------------------------------------------------
\section{Skills}
\cvitem{Languages}{NodeJS,Java}
\cvitem{Frameworks}{ExpressJS}
\cvitem{Scripting}{HTML/CSS, JavaScript}
\cvitem{Databases}{MongoDB}
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{Extra Curriculars}
\cventry{2008}{}{}{}{}{ Participated in SIPNA COET College Volleyball Team at UMANG 2008 event.
}
\cventry{2009}{}{}{}{}{ Participated in Robotics in Prajwalan-2009 Govt. CET Amravati, a National level Tech. Fest.
}
\cventry{2008}{}{}{}{}{ Participated in Govt. Polytechnic Amravati Computer Engg. Branch KHO-KHO Team.
}
%-----------------------------------------------------
% INTERESTS SECTION
%-----------------------------------------------------
\section{Personal Details}
\cventry{Language}{}{}{}{}{ English, Marathi, Hindi}
\cventry{Hobbies}{}{}{}{}{ Reading News Paper, Drawing,Sketching}
\end{document}