#!/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()
CS Student @ UBC. Love learning about AI, Game-dev and really anything tech!
- Vancouver, British Columbia
- adipoluri.tech
- @adipoluri
Pinned Loading
-
TheTripleA2023/theCouncilApp
TheTripleA2023/theCouncilApp PublicGive 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!
-
quizifymusicgame
quizifymusicgame PublicA fun game where you can test your music knowledge with your friends!
JavaScript 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.