Skip to content
View adipoluri's full-sized avatar

Organizations

@TheTripleA2023 @RecallRehearsal

Block or report adipoluri

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

Hi there, I'm Adi!👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Adi Poluri"
        self.school = "UBC"
        self.location = "Vancouver"
        self.role = "SWE @ EA Sports"
        self.ask_me_about = ["game-dev", "ai/ml", "computer-vision", "agentic programming"]
       
    def moreInfo(self):
        aboutMe = {
            "currentFocus" : "Building a wizard chess game :)",
            "languages" : ["Python", "C++", "C", "C#", "Java","Javascript", "TypeScript", "Julia"],
            "technologies" : {
                "web" : ["React", "JavaScript", "ThreeJS", "NodeJS", "NextJS", "Flutter", "HTML/CSS", "Socket.io"],
                "gamedev" :  ["Unity", "Unreal Engine", "three.js", "Godot"],
                "mobile" : ["Flutter", "Android Development"],
                "databases" : ["MySQL", "hiveDB", "mongo"],
                "robotics/hardware" : ["pSoC Creator", "arduino", "BLE"],
                "misc" : ["Firebase", "supabase", "open-cv", "flask", "spacy", "NLTK"]
            } 
        }
        print(aboutMe)
        
    
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting!")
    
    
me = SoftwareEngineer()
me.say_hi()
me.moreInfo()

Pinned Loading

  1. TheTripleA2023/theCouncilApp TheTripleA2023/theCouncilApp Public

    Give the Council your problem, and you can get a bunch of (imaginary AI-generated) friends to weigh in on your dilemmas, even if you're all alone!

    TypeScript 2 1

  2. redacted redacted Public

    Repo for my FPS game [REDACTED]. [REDACTED] is a passion project to test out Unity's capabilities and publish a finished game.

    C# 2 1

  3. adventofcode2024 adventofcode2024 Public

    AOC 2024!

    Jupyter Notebook

  4. PantryPal PantryPal Public

    Forked from ubc-cpsc455-2024S/pantrypal-09_dads

    PantryPal, your pal for managing your pantry!

    JavaScript

  5. RecallRehearsal/stormhacks-backend RecallRehearsal/stormhacks-backend Public

    Python