Skip to content
View ria-19's full-sized avatar
πŸͺΌ
Coding
πŸͺΌ
Coding

Block or report ria-19

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
ria-19/README.md

Hi, I'm Riya Sangwan!

πŸ”­ Software Engineer @RxLogix

Twitter Linkedin: riya Medium

A little more about me...

const riya = {
  pronouns: ["She", "Her"],
  code: ["Java", "Python", "JavaScript", "C"],
  askMeAbout: ["Web Development", "Technology", "DevOps", "Painting"],
  technologies: {
    backEnd: {
      js: ["Spring Boot", "Flask", "Django"],
    },
    devOps: ["AWS", "Docker", "Kubernetes", "Nginx", "Jenkins"],
    databases: ["Oracle SQL", "MongoDB", "SQLite"],
    misc: [
      "Linux (Configuring and Managing)",
      "SOLID Principles",
      "Design Patterns",
      "Debugging",
      "Root Cause Analysis",
    ],
  },
  architecture: [
    "Single-page Applications",
    "Full-stack Development",
    "Monolithic Architecture",
    "Microservices Architecture",
  ],
  currentFocus: "Microservices and Distributed Systems",
  funFact: "I'm not arguing, I'm just explaining why my code is right. There's a difference!",
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊

Pinned Loading

  1. App-detail-scaper App-detail-scaper Public

    This command-line tool empowers you to effortlessly scrape and extract detailed information about mobile apps, regardless of their app store. It utilizes powerful libraries like requests and Beauti…

    Python

  2. HttpServer HttpServer Public

    Lightweight, Testable HTTP Server in Java (Multithreading, Sockets, Singleton, Jackson - LLD Focus)

    Java

  3. Computational-thinking Computational-thinking Public

    Small command-line applications in python

    Python

  4. Finance-Tracker Finance-Tracker Public

    Finance is your ready-to-use gateway to a simulated stock market experience. Packed with powerful technologies, it allows you to hone your investment skills without risking real money.

    Python

  5. Distributed-Video-to-MP3-Converter Distributed-Video-to-MP3-Converter Public

    This project implements a video-to-MP3 conversion service using a microservice architecture. The system leverages Docker and Kubernetes for containerization and deployment.

    Python

  6. Distributed-File-System Distributed-File-System Public

    A distributed file system where we can upload, add and retrieve files. The file system consists of master server and chunkservers and can be accessed by multiple clients. A file is broken down into…

    Java