Hi, I'm Debarshi Maitra
Software Engineer at



Resume








About

I'am Debarshi

  • Software Engineer @ Google, London
  • SDE Offer Holder (2022) @ Amazon, Dublin
  • Ex-SDE Intern @ Increff, Bangalore, India
  • B.E. 2022 Grad @ Jadavpur University, Kolkata, India
  • ACM ICPC Regionals 2020: 66 (Kanpur), 285 (Gwalior)
  • Codechef: 5 Star (Rating: 2051)
  • Codeforces: Expert (Rating: 1614)







Work

Software Engineer

Sep'22 - Present      London, UK

Working for Traffic Control SRE Team in Google Cloud Platform (GCP) Product Area
  • Actively working on GICS (aka Google Infrastructure Configuration Server), a configuration management system that manages and pushes configuration for multiple Google infrastructure Systems like GSLB (aka Global Service Load Balancer).
  • Designed, built and rolled out a new tool called Spanner-Cleaner for GICS, which can automatically clean up outdated configurations from GICS’s complicated configuration management workflow.
  • Initiated and completed the turnup process of multiple deployments of GICS’s Config-Updater binaries on Pod, a managed production platform for hosting Google Servers.
  • Responsibility also includes oncall, development and building tools and automations for effective monitoring, logging and alerting.
  • C++  Python  Go





  • Software Development Engineer Intern

    Jan'22 - May'22      Bangalore, India

    Contributed in the Backend Team of StoreJini
  • A platform that helps businesses like manufacturers, retailers, wholesalers, to carry out B2B bulk ordering processes online.
  • Implemented a feature so that sellers can expose inventory to approved buyers and then they can place bulk orders & that goes directly to WMS for dispatch.
  • Spring  Hibernate  MySQL


  • Built a Point of Sale (PoS) Application
    ( Source Code )
  • This PoS system supports CRUD operations for Brands, Products, Inventory and Orders.
  • It provides options for downloading PDF for a customer invoice and TSV for Brands, Inventory & Sales Report.
  • Spring  Hibernate  Thymeleaf  MySQL
  • Skills



    C/C++
    Python
    Go
    Java
    JavaScript

    Spring
    Hibernate
    MySQL

    Node.js
    Express.js
    React.js
    Redux
    Next.js
    MongoDB
    Socket.IO

    Linux
    Git & GitHub
    Postman



    Projects

    MERN Personal Chat App

    Live Link Source Code

    This is a full-stack Personal Chat Web Applicaton, supporting authentication, for realtime private messaging with other users.

    Next.js Node.js React.js MongoDB Socket.IO
    Semantic-UI-React

    MERN eCommerce Website

    Live Link Source Code

    This is a full-stack eCommerce website, supporting authentication, for buying and selling products.

    Node.js React.js MongoDB
    Redux React-Bootstrap

    Linux Heap Memory Manager

    Source Code

    This is Linux Heap Memory Manager for managing the allocated or freed memory in a process.It also shows its internal state by printing the memory usage for each structure used in the process.

    C Linux

    C/C++ Memory Leak Detector

    Source Code

    This is C/C++ Memory Leak Detector Library for detecting memory leaks in a process. It also maintains two databases - Structure Database and Object Database.

    C Linux

    Rubik's Cube Solver

    Presentation Source Code

    This is Rubik's Cube Solver C++ Program plus Arduino Robot for solving a Cube from any of it's 43 quintillion different combinations in less 100 moves.

    C++ Arduino
    Maze Generator and Solver

    Live Link Source Code

    This is Maze Generator with Depth First Search Algorithm and Solver with A* Search Algorithm.

    JavaScript HTML CSS