Sonu Kumar's CV
Author
Sonu Kumar
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
Sonu Kumar's CV. Created based on the Twenty Seconds CV template.
Sonu Kumar's CV. Created based on the Twenty Seconds CV template.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Twenty Seconds Resume/CV
% LaTeX Template
% Version 1.0 (14/7/16)
%
% Original author:
% Carmine Spagnuolo (cspagnuolo@unisa.it) with major modifications by
% Vel (vel@LaTeXTemplates.com) and Harsh (harsh.gadgil@gmail.com)
%
% License:
% The MIT License (see included LICENSE file)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[letterpaper]{twentysecondcv} % a4paper for A4
% Command for printing skill overview bubbles
\newcommand\skills{
~
\smartdiagram[bubble diagram]{
\textbf{Data}\\\textbf{Engineering},
\textbf{Data}\\\textbf{Modeling},
\textbf{~~Data~~}\\\textbf{~~Streaming~~},
\textbf{Analytical}\\\textbf{Skill},
\textbf{~~Front End~~},
\textbf{Web}\\\textbf{~~Development~~},
\textbf{Cloud}\\\textbf{Devops}
}
}
% Programming skill bars
\programming{{Javascript $\textbullet$ JQuery / 3.5}, {DWH $\textbullet$ SQL $\textbullet$ ETL / 4.5}, {HTML5 $\textbullet$ CSS3 $\textbullet$ Bootstrap / 3.5}}
% Projects text
\projects{
\textbf{TryAtutor - Tutor aggregator platform}
\begin{itemize}
\item Simple, easy, multi-field tutorial tool for students.
\item Implemented report generation based on KPIs for tracking overall growth of student on monthly basis.
\item Participated in multiple college level start-up competitions.
\end{itemize}
}
%----------------------------------------------------------------------------------------
% PERSONAL INFORMATION
%----------------------------------------------------------------------------------------
% If you don't need one or more of the below, just remove the content leaving the command, e.g. \cvnumberphone{}
\cvname{SONU KUMAR} % Your name
\cvjobtitle{ Software Engineer } % Job
% title/career
\cvlinkedin{www.linkedin.com/in/sonu-kumar1996}
\cvgithub{skra7}
\cvnumberphone{(+91) 7204687621} % Phone number
\cvsite{}
\cvmail{sonu0774@gmail.com} % Email address
%----------------------------------------------------------------------------------------
\begin{document}
\makeprofile % Print the sidebar
%----------------------------------------------------------------------------------------
% EDUCATION
%----------------------------------------------------------------------------------------
\section{Education}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{2013 - 2017}
{}
{B.Tech, Mechanical Engineering \textnormal{(CGPA: 7.75/10)}}
{\href{http://www.nitk.ac.in}{\textbf{NITK Surathkal}}}
{}
{}
\twentyitem
{2011 - 2013}
{}
{Intermediate \textnormal{(Percentage : 94.8)}}
{\href{http://www.vivekvidyalayajsr.org/}{\textbf{Vivek Vidyalaya, Jamshedpur}}}
{}
{}
%\twentyitem{<dates>}{<title>}{<organization>}{<location>}{<description>}
\end{twenty}
%----------------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------------
\section{Experience}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{Feb 2019 -}
{Present}
{Senior Software Engineer}
{\href{https://www.tredence.com/}{\textbf{Tredence Analytics}}}
{}
{\begin{itemize}
\item Designed and implemented data pipelines for rendering data from different applications via: ETL (Alteryx) tool.
\item Optimized Data Warehouse structure for the Snowflake model.
\item Scrum calls and business calls with client on proposals for the next steps and brainstorming for streamlining data as per requirements.
\item Architecture design for data migration of media files from application to Azure cloud.
\end{itemize}}
\\
\twentyitem
{June 2017 -}
{Jan 2019}
{Software Engineer}
{\href{https://www.tredence.com/}{\textbf{Tredence Analytics}}}
{}
{
{\begin{itemize}
\item Data migration strategy and implementation to render data from existing application structure via ODBC connection.
\item Data model and structure for the OLTP and OLAP schema.
\item Brainstorming Business requirements with client on Scrum meetings and Business calls.
\item Stabilizing the OLTP and OLAP structure for stream line data flow to-and-fro application and reporting layer.
\item
\end{itemize}}
}
\\
\twentyitem
{Aug 2018 -}
{Apr 2019}
{Technical Consultant}
{\href{http://www.synectix.net/}{ \textbf{Synectix Telecom}}}
{}
{
{\begin{itemize}
\item Built light-weight web application (localhost) built for Hotel Mangemen System on Raspberry Pi.
\item Designed UI using HTML5, CSS3, Materialize Bootstrap and Javascript / JQuery.
\item End-to-end process setup in Pi with cron addition and a localhost application
\item Upgraded the user experience by providing one-click functionality to update the application by direct pull from Git.
\item Analyzing the process flow of whole system and its integration with PBX system for responses.
\end{itemize}}
}
\\
\twentyitem
{Dec 2013 -}
{Apr 2015}
{Intern}
{\href{http://www.preplift.com}{\textbf{Preplift}}}
{}
{
\begin{itemize}
\item Brainstormed, Documented and Created online videos for students to help them understand which branch to choose using Powtoon.
\item Acquired problem identification and problem solving skills.
\item
Explored networking and marketing of product.
\end{itemize}
}
%\twentyitem{<dates>}{<title>}{<location>}{<description>}
\end{twenty}
%----------------------------------------------------------------------------------------
% Additional Achievements
%----------------------------------------------------------------------------------------
\section{Awards and Achievements}
\begin{twenty} % Environment for a list with descriptions
\twentyitem
{2015 - 2018}
{}
{Avanti Fellows Tutor}
{\href{http://www.nitk.ac.in}{\textbf{Avanti Fellows}}}
{}
{
\begin{itemize}
\item Mentored JNV students for IIT (JEE Advanced/Mains) preparation.
\item Created a friendly environment for students to learn.
\end{itemize}
}
\\
\\
\twentyitem
{2019}
{}
{Catalyst Award}
{\href{http://www.google.com}{\textbf{Tredence Analytics}}}
{}
{
\begin{itemize}
\item Award for being a catalyst in enhancing and developing the product and on-time delivery and commitment to the project.
\item Active participation in company's TALL (Teaching Agenda for Lots of Learning) program and hiring drive.
\end{itemize}
}
%\twentyitem{<dates>}{<title>}{<organization>}{<location>}{<description>}
\end{twenty}
\end{document}