Skip to content
View SuprajaKumbargeri's full-sized avatar

Block or report SuprajaKumbargeri

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
SuprajaKumbargeri/README.md

Hi there ๐Ÿ‘‹, I'm Supraja!

Welcome to my profile! Iโ€™m a software engineer with 2+ years of experience working across the full stack.

Typing SVG

๐Ÿ“˜ How I'd Define Me... Literally

class SoftwareEngineer extends Me:
    def __init__(self):
        self.name = "Supraja Kumbargeri"
        self.education = "MS in Computer Science, University of Colorado Boulder"
        self.experience_years = 2
        self.skills = {
            "Languages": ["Python", "C++", "Java", "JavaScript", "Bash"],
            "Tools": ["Linux", "Docker", "Kubernetes", "AWS", "Git", "ROS2"],
            "Databases": ["PostgreSQL", "MySQL", "Redis", "InfluxDB"],
            "Frontend": ["React", "HTML/CSS"],
            "Other": ["REST APIs", "WebSocket", "CI/CD", "Grafana", "Jira"]
        }
        self.values = ["Curiosity", "Lifelong Learning", "Ownership"]

    def work_style(self):
        return "I experiment, iterate, and enjoy turning ambiguous ideas into working products."

    def say_hello(self):
        print(f"Hi, I'm {self.name} ๐Ÿ‘‹")
        print("I'm passionate about building scalable, thoughtful software systems.")

if __name__ == "__main__":
    supraja = SoftwareEngineer()
    supraja.say_hello()

Popular repositories Loading

  1. advanced-robotics-project advanced-robotics-project Public

    Forked from sukanyasaha007/advanced-robotics-project

    This repo is to collaborate on the final project of the course Advanced robotics

    Python

  2. SuprajaKumbargeri SuprajaKumbargeri Public

  3. dsa-cracker dsa-cracker Public

    Repo for optimal solutions in DSA

    Python

  4. trac_ik trac_ik Public

    Forked from vtikha/trac_ik

    ROS 2 port of `trac_ik`, an alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL.

    C++

  5. InstrumentServer InstrumentServer Public

    Forked from DataCQProject/InstrumentServer

    Python Flask based server handling all communication between instruments & clients

    Python