class ComputerEngineer:
def __init__(self):
self.name = "Justin Lau"
self.education = "UWaterloo Computer Engineering"
self.location = "Canada"
self.role = {
"current": "SWE @ SPS Commerce",
"previous": "SWE @ BCS Automation"}
def moreInfo(self):
aboutMe = {
"currentFocus" : ["Building a Roblox developer networking platform"],
"languages" : ["Python", "C++", "C", "C#", "Java", "Javascript", "TypeScript", "Lua"],
"technologies" : {
"web" : ["React", "JavaScript", "Express.js", "Node.js", "HTML/CSS", "ASP.NET Core", "three.js"],
"gamedev" : ["Unity", "Roblox Studio"],
"mobile" : ["learning React Native"],
"cloud" : ["Azure", "GCP"],
"databases" : ["MySQL", "MongoDB", "SQL Server"],
"embedded/hardware" : ["STM32", "arduino", "FPGA", "VHDL", "ARM Assembly", "Verilog"]
"misc" : ["Firebase", "Figma", "Postman", "Vercel", "Netlify", "Git"]
}
}
print(aboutMe)
def say_hi(self):
print("Contact me through my personal website for any inquiries or requests!")
-
Notifications
You must be signed in to change notification settings - Fork 0
JustinScitech/JustinScitech
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
My readme page :D
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published