class SoftwareDeveloper(GithubUser):
def __init__(self):
self.name = "Raman Sehmbi"
self.role = "Software Developer"
self.languages_spoken = ["pa_IN", "en_CA"]
def get_current_work_experience(self):
return "Currently working on safeguarding AI!"
def get_previous_work_experience(self):
return [
"Imagia Canexia Health",
"ThoughtFarmer",
]
def get_skills(self):
return {
"languages": ["Python", "Javascript"],
"other": ["Kotlin", "Java", "C#", "C++"],
"frontend": ["Angular", "React"],
"backend": ["Django", "Flask", "FASTAPI"],
"databases: ["mongo", "MySql", "sqlite" , "postgres"],
}
def favQuotes(self):
return [
"It's called VS Code because its you VS your code always!",
"Strive to be uncommon amongst uncommon people",
]
def saying_hello(self):
print("Hello there π")
i_am = SoftwareDeveloper()
i_am.saying_hello()
Pinned Loading
-
greenfoodtracker
greenfoodtracker PublicAndroid app for Vancouver residents aiming to reduce their carbon footprint. It includes a carbon calculator, carbon pledge, and a restaurant guide for monitoring carbon emissions.
-
WineAnalysis
WineAnalysis PublicAnalyzed Physio chemical and Geographical data-sets to predict the quality of wines. Utilized customer reviews to draw inference on quality of wines.
Python 2
-
social--gaming
social--gaming PublicGaming platform that allows users to play multiplayer games concurrently in C++.
C++ 2
-
budget-wise-app
budget-wise-app PublicReact expense management app featuring data visualization, with Google Auth for user login and ElephantSQL for the database. Deployed on Google Cloud Platform for expense tracking.
TypeScript 1
-
my-runs
my-runs PublicAndroid application incorporating Google Maps integration and activity recognition using decision tree classifier to track workouts.
Kotlin
If the problem persists, check the GitHub status page or contact support.