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

Organizations

@AlexaSRM
Block or Report

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 pre-final year CSE student at SRM Institute of Science and Technology. 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 or maybe Bootstrap.
  • 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

  • ML Engineer Intern
    Ireadrx
  • Fullstack Engineer Intern
    IVentors Initiatives
  • Backend Developer
    Sarthaka Foundation

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.
  • MentorBaba
    This is a social media website for entrepreneurs, made as a part of my internship at IVentors Initiatives. Made using JavaScript and React; deployed as a serverless function using AWS Lambda and AWS API Gateway.
  • IVARA
    This is an education website for school students, made as a part of my internship at IVentors Initiatives. Made using React written in JavaScript and deployed as a serverless function using AWS Lambda and AWS API Gateway. This project also heavily used multiple AWS services including but not limited to S3, SNS, SES etc.
  • 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).
  • Sarthaka Foundation
    Made a donation portal with automated GST Complaint receipt mailing service. Written using PHP.
  • SRM Milan 2020 Portal
    The portal for the annual cultural fest at SRM IST. Made with Node.js and applied third party payment integration.

Co-curricular Activities

  • Technical Lead at SRMKZILLA (August 2019 - Present)
  • Associate Team Lead at Alexa Developers SRM (March 2020 - Present)
  • Co-Head, Software Development at Tech Analogy (July 2021 - Present)
  • Founder and Administrator at GitHub Community SRM (May 2021 - July 2021)

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