I'm an undergraduate student in Software Engineering at McGill University. My expertise and interests lie in web development, machine learning, network programming, and systems programming.
I've previously interned at Ericsson, Airbus, and CAE.
Oh, I almost forgot! I'm also a co-founder at LiveGuard.
- Languages: C/C++, Python, Java, Go, HTML, CSS, JavaScript, SQL, Matlab, OCaml, and Dart
- Databases: PostgreSQL, MongoDB, and MySQL
- Web frameworks: React, Vue.js, Svelte, and Electron
- Machine learning: PyTorch, Tensorflow, Scikit-learn, OpenCV, Numpy, and Pandas
- Containers and VMs: Docker, Kubernetes, VMware, Virtual Box
- Others: Unity, Unreal Engine, Godot, Blender, Fusion 360, Altium
class Eduard():
def __init__(self):
self.name = "Eduard"
self.location = "Montreal, CA"
self.major = "Software Engineering, McGill University"
self.languages = [
"Java",
"Python",
"JavaScript",
"Go",
"C/C++",
"HTML",
"CSS",
"OCmal",
"MatLab"
]
def __str__(self):
return self.name
if __name__ == '__main__':
me = Eduard()