Ayush Singh - WinterSoldier13 - Software Engineer at Google



                ___   ____    ____  __    __       _______. __    __  
                /   \  \   \  /   / |  |  |  |     /       ||  |  |  | 
               /  ^  \  \   \/   /  |  |  |  |    |   (----`|  |__|  | 
              /  /_\  \  \_    _/   |  |  |  |     \   \    |   __   | 
             /  _____  \   |  |     |  `--'  | .----)   |   |  |  |  | 
            /__/     \__\  |__|      \______/  |_______/    |__|  |__| 

                                                                        __.-._
                                                                        '-._"7'
                                                                        /'.-c
                                                                        |  /T
                                       do or do not, there is no trying _)_/LI
          
guest@TheFlyingDutchman:-$

Hey There! I am Ayush R Singh
I'm a Software Engineer, currently trading code for money at Google Munich.

TLDR: Swiss Army Knife;

-> A hardworking and a goal-oriented person.
-> Skilled in: Distributed Systems (with experience in distributed storage system), Backend Engineering, and Android Development
-> I also love tinkering with hardware.

CURRENT STATUS: SWE-III at Google
Recent:
[CURRENT] Software Engineering - III at Google, Munich
[COMPLETED] Software Engineering - III at Google, India
[COMPLETED] Software-Engineering Internship at Komprise
[COMPLETED] Data-Engineering Internship at Accenture

I consider myself a quick and constant learner. I can adapt to new tech-stack within a short amount of time.

I build robots in my free time, love reading books and listening to music.

  • National Institute of Technology-Agartala, India.
  • B.Tech in Electrical Engineering

    August 2018 - May 2022

    Current CGPA: 9.32/10


  • YTM AI Host | TypeScript | Gemini API | WebLLM | WebGPU | Python |
    • Developed an AI Host that acts as an RJ on YouTube Music Web, providing introductions with wit and energy similar to a real Radio Jockey.
    • Integrated Gemini API and WebLLM for text generation, and multiple TTS engines (Chrome TTS, Kokoro JS, XTTS v2) for dynamic speech.
    • Implemented smart caching and pre-fetching for seamless playback.
    • Also created a local server, which can be plugged into YTM or Spotify, to run local LLM and TTS model for seamless private experience.

  • PIKA- Autonomous Robot | Tensorflow | OpenCV | Keras | Raspberry-Pi |
    • Developed an autonomous robot that can navigate in any environment using Computer-Vision.
    • The robot uses onboard Raspberry-Pi to process the data received from various sensors (including onboard camera) and then makes a decision.
  • LinkinJMS | Spark | Scala | JMS | ActiveMQ |
    • Developed an application, from scratch, to connect and fetch messages from ActiveMQ broker with low latency (<0.05 sec) and enhanced AMQP security.
    • The application also supports writing messages to the topic/queue of the ActiveMQ.

  • Professor-Mirror | NodeJS | JavaScript | Firebase | MongoDB |
    • Worked on the backend for an application where the students can rate their professors on several parameters such as Research, Course-Material, Interaction with students, etc.
    • The app uses MongoDB for persistent storage, and Firebase to store details about the users and facilitate authentication.

  • Self Driving car for GTA-V | Tensorflow | OpenCV | Python
    • I developed a python script to drive cars in Grand Theft Auto 5 PC
    • Used transfer-learning on InceptionResNetV2 to acheive high accuracy.

  • ANARC Android App - Official app of the Robotics Club of NIT-Agartala | Kotlin | Java | XML | Firebase |
    • Developed an Android App for the ASIMOV NIT-Agartala ROBOTICS CLUB
    • The app included features like Realtime messaging, Notice Board, Components Managment, etc.

  • Google, Munich - Software Engineer - III
    • November 2024 - Present
    • TechStack: Java, C++, Kotlin, Proprietary Google technologies
    • Working in the SignedOut Consent team, responsible for managing user data privacy across all Google Products.
    • Led the SignedOut implementation for the UK's Online Safety Act, executing changes across the web, Android, and iOS Google Search app. Coordinated development efforts with multiple engineering and legal teams to ensure timely compliance. I was awarded spot bonus from VP of Engineering for this work.
    • Commandeered the effort to implement the changes related to US's AppStore AgeVerification bill. I was responsible for driving, developing, and co-ordinating the launch with a very strict deadline. Efforts like this saves Google from millions of dollars of fine.
    • Revamped the backend system for handling privacy signals, significantly simplifying the infrastructure. This was a major achievement for our org within Google.
  • Google, India - Software Engineer - III
    • July 2022 - November 2024
    • TechStack: C++, TypeScript, Java, Proprietary Google Technologies
    • Worked on BinaryFileSystem, an exceptionally scalable and impervious file system optimized for the seamless deployment and distribution of critical binary assets inside the company.
    • Led the development and implementation of a tool that quantified the impact of Google Chrome's third-party cookie deprecation on all internal Google web apps. This project had significant impact and received executive approval, including the CEO's go-ahead. Earned a promotion within 1.2 years of joining for my contributions.
    • Designed and developed an application to extract intricate telemetry metrics from externally hosted third-party distributed systems, facilitating a comprehensive understanding of system performance dynamics.
    • Drove the architecture and implementation of a robust, highly available, and scalable backend infrastructure, responsible for the aggregation and correlation of metrics and trace spans originating from the monitored distributed systems.
    • Developed an SLA/SLO enforcement system for third-party systems, saving Google an estimated $2.5 million per quarter.
    • Developed a gateway system engineered to securely transfer static content from a third-party storage repository to a secure internal storage system.
    • Collaborated as a co-author on the development of three comprehensive Technical Design Documents, demonstrating a commitment to documenting and disseminating critical engineering insights and knowledge.
  • Komprise, India - Software Engineer-Intern
    • January 2022 – June 2022
    • TechStack: Python, proprietary organization components, Robot-Framework
    • Developed an Automation Engine capable of parallelizing the different operations in the product and identifying critical bugs.
    • Optimized the BVT suite using multi-threading, achieving an 87.5% reduction in execution time. This improved test efficiency and contributed to faster software delivery.
  • Accenture, India - Data Engineer-Intern
    • May 2021 – July 2021
    • TechStack: Snowflake, Tableau, Python, AWS-S3, Rasa
    • Developed an end-to-end Business-Intelligence Dashboard to analyze statistics of E-Commerce websites.
    • Designed and built a pipeline for the big data to flow from the staging area in AWS-S3 to Snowflake Warehouse in an optimized manner.
    • Built a Natural Language Processing-powered chat-bot that extracts and presents key insights from data, facilitating informed decision-making for stakeholders.
  • Tookitaki, Singapore - Software Engineer-Intern
    • October 2020 – January 2021
    • TechStack: Spark, ActiveMQ, JMS, Scala, MySQL
    • Developed a pipeline that fetches data from a queue/topic of an ActiveMQ-Broker through Spark Structured-Streaming and then writes the data to another queue of the broker.
    • Decreased the latency of message delivery from 0.85 sec (Bahir) to <0.05 sec (Custom JMS-Client).
    • Embedded the JMS-Client in a Spark Structured-Streaming application, with client-side message recovery system.
  • Excain LLP, India - Machine Learning Engineer [Intern]
    • July 2020 – Sept 2020
    • TechStack: Python3, OpenCV, Azure-Vision
    • Worked as an Intern with the ML team of Excain LLP.
    • Developed an OCR model which could transform handwritten prescriptions to digital text.
Available Commands

about, education, projects, experience, skills, achievements, contact, book-a-time, download, clear

  • Languages - TypeScript, C++, Scala, and Java.
  • Libraries and Tools - ActiveMQ, Spark, Kafka, ReactJS, Node.js, Express, MongoDB, Tableau, Snowflake, Rasa, Django, SQL, PyTorch, FastAPI, Firebase, git, ROS and Tensorflow.
  • Software Packages - Docker, Postman, Jupyter Notebook, Simulink, VS Code, Adobe Photoshop, Android-Studio, Vim, UNIX.
       ___________
      '._==_==_=_.'	Received 7 peer bonuses from colleagues across different teams at Google for helping them out with their technical blockage.
      .-\:      /-.	Institute Rank 1 on GeeksForGeeks (among 1,180+) with a worldwide Rank 72 (among 100,000+) in Algorithms.
     | (|:.     |) |	One of 50 students selected from all across India, for Google-ExploreML 2019.
      '-|:.     |-'	One of 11 students selected for the prestigious Indian Academy of Sciences: FASTSF Fellowship 2021.
        \::.    /	Established the first Developer Student Club at NIT-A after being appointed as the Lead by Google in a highly selective process.
         '::. .'
           ) (		
         _.' '._	
        `"""""""`
					  

Email: ayushsingh1315@gmail.com
LinkedIn | Github

If you are a recruiter use this to schedule some time with me, please inform atleast 48h before through email that you are reserving a 1:1 slot :)
Book a time

Downloading resume...
If you are facing any problem(popup blocker),
then click here to download.

ERROR: Command not found!

        < Enter help to get list of all available commands >
        -----------------------------------------------------------

        .___  ___.      ___   ____    ____    .___________. __    __   _______     _______   ______   .______        ______  _______ 
|   \/   |     /   \  \   \  /   /    |           ||  |  |  | |   ____|   |   ____| /  __  \  |   _  \      /      ||   ____|
|  \  /  |    /  ^  \  \   \/   /     `---|  |----`|  |__|  | |  |__      |  |__   |  |  |  | |  |_)  |    |  ,----'|  |__   
|  |\/|  |   /  /_\  \  \_    _/          |  |     |   __   | |   __|     |   __|  |  |  |  | |      /     |  |     |   __|  
|  |  |  |  /  _____  \   |  |            |  |     |  |  |  | |  |____    |  |     |  `--'  | |  |\  \----.|  `----.|  |____ 
|__|  |__| /__/     \__\  |__|            |__|     |__|  |__| |_______|   |__|      \______/  | _| `._____| \______||_______|
                                                                                                                             
   .______    _______    ____    __    ____  __  .___________. __    __     ____    ____  ______    __    __                 
   |   _  \  |   ____|   \   \  /  \  /   / |  | |           ||  |  |  |    \   \  /   / /  __  \  |  |  |  |                
   |  |_)  | |  |__       \   \/    \/   /  |  | `---|  |----`|  |__|  |     \   \/   / |  |  |  | |  |  |  |                
   |   _  <  |   __|       \            /   |  |     |  |     |   __   |      \_    _/  |  |  |  | |  |  |  |                
   |  |_)  | |  |____       \    /\    /    |  |     |  |     |  |  |  |        |  |    |  `--'  | |  `--'  |                
   |______/  |_______|       \__/  \__/     |__|     |__|     |__|  |__|        |__|     \______/   \______/                 
                                                                                                                             
        
        ps: I am a big StarWars fan :D 

		
command description
about About me
education do the degrees actually matter?
projects Stuff that I have worked on
experience my work experience
skills Yeah I've got a few :)
achievements Some awards and recognition
contact How to reach me?
book-a-time Schedule a meeting
download Download my resume in a PDF format
clear clear this window