Who Am I?

Hello, my name is Saurav Kumar. I’m passionate person who loves to learn new things. I like Data Science, Web Development & Java Development. I am a highly adaptive and flexible individual actively looking for an opportunity in Software Development where I can leverage my experience, technical expertise, and problem- solving skills and build applications specific to the business needs of the company and help improve the lives of those around me.

I'm a creative, artistic and ambitious with a talent for thinking outside the box. I bring innovative ideas to the table which can be useful in every part of life. I love to solve problems and I enjoy overcoming challenges. I have excellent team spirit and communication skills which enable me to effectively communicate with a wide range of people.

Interests

Problem Solving

Web Development

Java Programming

Research

Data Science

Gardening

Projects
Internships
Organizations
Skills
                   

                   
Education

Bachelor of Technology (B.Tech.), Information Technology
Vellore Institute of Technology,Vellore

Courses Studied:
Data Structures & Algorithms, DBMS, Operating Systems, Data Mining, Big Data Analytics and many more.

Intermediate (Science)
BSEB, Patna
Scored in top 0.5 percentile of the entire State

Subjects Studied:
Mathematics, Physics, Chemistry, English, Hindi & NRB

High School Secondary Education
St.Anne's Convent School, Chandigarh

Subjects Studied:
Mathematics, Science, Foundation of IT, English, Hindi & Social Science

Experience

Software Engineer(R&D) at Manhattan Associates Oct 2020- Present

  • Part of R&D team that develops SCALE - a multi tanent warehouse management system.
  • Actively worked on Azure.
  • As an employee at Manhattan I work at techstack involving :
  • C# on the .Net platform.
  • Angular with Ionic frontend framework.
  • MS-SQL Databases hosted on Azure eviornment.
  • Java Microservices like Spring, Hibernate etc.
  • ReactJS
  • nodeJS & Angular
  • About Manhattan Associates

Data Research Intern at Jio Infotech. May 2018- July 2018

    As an intern I :
  • Created an interface with a stock price data feed.
  • Displayed the data visually for traders.
  • Compiled various structured and non structured data sources and created csv files from data derived of Microsoft Kaizala API.
  • Created data dashboard using pandas, matplotlib, bokeh and other data visualization tools in python.
  • Certificate

Campus Ambessedor at Oyo March 2018- Sep 2018

  • Involved in creating marketing strategies for involving students of my Collage
  • Execuded CSR project aimed to provide innovative mechanism for local governments, municipalities etc. to improve their decision-making capabilities.
  • As an intern at Oyo I:
  • Was responsible for data collection, sales and POC for customers.
  • Gained exposure to Sales, Corporate Communication and Long term planning.
  • Gained knowledge about the hospitality industry, their culture, work environment and the ever growing field of software development.
  • Certificate

Data and Tech Research intern at Govt. of India, New Delhi  May 2017- Jul 2017

  • Was selected for the internship in National Level completion for policy and technology as part of Mission Antyodhya by central government.
  • Worked on policy under the MoS shree Gagendra Singh Shekhawat on formation for Healthcare policies and use of data for policy framework.
  • As an intern I:
  • Proposed a data mining application to curb spread of communicable disease.
  • The system was better utilise the data collacted at hospitals to better allocate funds for different localities
  • Gained knowledge about how techonologies play an important role in government mechanism.
  • Certificate LOR

Responsibility

Research Head at Entrepreneurship Cell, VIT Dec 2017-Jan 2020

  • Carried Club's mission and vison forth.
  • Organizer for E-Summit (VIT’s Entrepreneurship fest)
  • Organizer for HackerTech (competitive coding)
  • Organized several Startup Workshops and events including Futurepreneurs help fellow students develop sound financial skills.
  • Mentored several startups in the initial phases
  • Learnt team management through productive brain storming sessions to help identify and solve numerous problem issues.
  • My tenure as Research Head helped me to develop leadership qualities and taught me to be open to ideas and suggestions to encourage active participation.

Coordinator for Riviera ‘2019 Dec 2019-Mar 2019

  • Worked as a member of Guest Care Committee, responsible for managing external participents in Riviera events.
  • Understood the workflow and chain of command.

Core-Committee member at Debate Society at VIT Dec 2016-Mar 2018

  • Was a devoted member of the technical team.
  • Debated in various intra as well as inter college debates on varied range of motions which gave me confidance to speak my mind infront of large crowd under pressure
  • Enhanced my efficiency and boosted my profile by contributing to various other departments of the organization such as management and sponsorship.
  • Developed the right approach to communicate with distinct audiences.

Projects

Employee Research Management

Project Code

Employee research management system is a website built using CSS, Bootstrap, JS and PHP where the students can view the research details of the particular faculty and choose them as the guide for their final year project.

Online Voting System

This project is an developmenet of a online election management system to conduct, participate and manage elections. Both front and backend of website which can be used to cast vote and provide intelligent results.

Smart-Box using Ardrino

Ardrino controlled smart box with two factor authentication for delivery of food and other sensitive items.


Combine bank statements

It combines existing bank statements in .csv format to outputs the file.
I have used two ArrayLists Domestic and International and then combine both of them so that if required we can use them more smartly. I have just used core Java(v1.8) features and no external modules have been used. The code uses O(nlogn) time complexity and O(n) space complexity.
Achievements

  • Java 5 Star in HackerRank
  • Problem Solving 5 star in HackerRank
  • CodeChef ranking- 3 star
  • Top 0.5 percentile in the state for I.Sc (Class 12)

Read
June, 2020

Introduction to UI and UX design

An article which mainly discuss about the differences between UI/UX and responsiblities of a UI and UX designer.

May, 2020

Special Stack

Implementation of a special stack that supports all the stack operations in constant time. O(1)