Skip to content

adipoluri/adipoluri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

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 = {
            "incoming": "TBD",
            "previous": "Computer Vision Engineer @ DaoAI"
        }
        self.ask_me_about = ["game-dev", "ai", "computer-vision","three-js"]
       
    def moreInfo(self):
        aboutMe = {
            "currentFocus" : "Building a Space Flight Simulator in the Destiny 2 Universe",
            "languages" : ["Python", "C++", "C", "C#", "Java", "Dart","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()

About

sets up the Readme for my Github page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published