Skip to content
View ruddha2001's full-sized avatar
🎯
Learning
🎯
Learning

Organizations

@AlexaSRM

Block or report ruddha2001

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ruddha2001/README.md
Banner

Aniruddha Chatterjee

I am a software engineer at Sabre, currectly pursuing my Master's of Science in Computer Science from the University of Texas at Austin. I derive my daily dose of motivation from my passion and love for software development. I follow a logic driven, problem solving solving, which results in clean, maintainable and efficient code.

My Field of Work

  • Front-end using React and Next.js, leveraging Tailwind CSS and maintaing state with Redux.
  • Back-end using TypeScript or JavaScript over Node.js/Express.
  • Cloud computing, serverless architecture and more using AWS.
  • Software development with Java and sometimes Spring Boot.

My Work Experience

  • Software Engineer II
    Sabre
  • Software Engineer Intern
    Quinence

My Projects

  • Papyrus
    A simple CLI to transfer files to any device, right from the terminal. This project is made in TypeScript using the Oclif framework.
  • Billboard
    A simple OG Image generator that supports templates as well as custom images. Coded in TypeScript and Node.js/Express.
  • Patent Recommendation Engine
    This is a data mining project done as a part of my ML Engineering Internship at iReadRx.ai. It uses a Spring Boot backend and a Next.js client.
  • Springboard
    An initializer for JavaScript/TypeScript server and client to jumpstart project, written in TypeScript and Node.js/Express.
  • EagleAssist
    The project made at Hack36, MNNIT Prayagraj (Runner Up).
  • TraffiSense
    The project made at SIH 2020, SRM IST (College Level Winner).

Research Publications

Let's Connect

You can find me on LinkedIn at https://linkedin.com/in/ruddha2001

Pinned Loading

  1. hack36 hack36 Public

    Won the #2 Position all over the country. Official Repository for Hack 36, NIT Allahabad

    HTML 1 3

  2. milan-dsa milan-dsa Public

    Official website for Milan 2020, the national level cultural festival of SRM IST

    JavaScript 1 2

  3. sih2020 sih2020 Public

    SIH 2020 Internal Hackathon

    TypeScript 1 2

  4. physics-project physics-project Public

    Physics Project for Tecknow 2019

    TypeScript

  5. simple.test.ts simple.test.ts
    1
    import { checkNumber } from "../checkNumber";
    2
    import * as chai from "chai";
    3
    
                  
    4
    const expect = chai.expect;
    5