Photo

Photo
   

Hi Everyone! Welcome to my projects page


  • Company Name: Amadeus North America, Waltham, MA
    May 2019 – Aug 2019
    Project Name: Let Me Suggest

    Project Description

    • Single-handedly designed and developed a browser extension in Google Chrome
      to proposetargeted air offers and events to users based on their browsing history.

    • Extracted entities and themes of the web pages visited by the user using
      IBM Natural Language Understanding API.

    • Employed Natural Language Processing techniques to score the extracted entities and themes
      based on their relevance in the web page.

    • Improved the load time of the extension using Chrome storage API for client-side storage.

  • Company Name: IBS Software Services, Kerala, India
    Sep 2016 – July 2018
    Project Name: iTravel

    Project Description

    • Developed RESTful APIs from UML diagrams to implement the Hotel availability
      search feature.

    • Implemented CRUD (create, read, update, delete) functionalities in catalogue,
      inventory and pricing modules.

    • Generated and transformed XML files using XSD and XSLT.

    • Followed Test-driven development using JUnit 3. Used Postman to perform API testing.

  • Course Name: Cloud Computing
    Feb 2019 – Mar 2019
    Project Name: Web server log Analytics

    Project Description

    • Built a Hadoop cluster of 3 virtual machines in Linux using shell scripting
      to enable distributed cloud computing.
      Developed applications using MapReduce to analyze web server logs..

    • Developed a Spark application to analyze the server log file stored
      in HDFS to determine which website was hit the most,
      which IP address made the most hits and the number of hits made to specific URLs.

    • Created Docker container and deployed the Hadoop cluster.
      Improved the performance of the queries using cached RDDs.

  • Course Name: Database Management System
    Jan 2019 – Apr 2019
    Project Name: Food Delivery Application

    Project Description

    • Developed a RESTful web application using Spring Boot to enable
      clients to place orders for delivery. The user can choose
      restaurants, cuisines and dishes of their choice, specify a delivery address and place orders

    • Estimated delivery time is calculated by consuming ZipCodeApi which
      returns the distance between the restaurant and delivery addresses.