#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Ashrith Bandla"
self.role = "Software Engineer"
self.language_spoken = ["en_US", "te"]
self.interests = ["Stand-Up Comedy", "NBA", "Blockchain", "Trading", "Star Wars", "DeFi"]
def say_hi(self):
print("Thanks for visiting my personal Github Repo, hope you find some of my featured work interesting.")
me = SoftwareEngineer()
me.say_hi()
I am a Computer Science student at the University of Michigan and am passionate about technology and coding/developing interesting projects. I also love PC hardware (I enjoy building computers as well) and learning about topics in algorithmic trading. I've worked on lots of backend and full stack projects and really enjoy learning new technologies and creating things with real impact! I'm also especially interested in Finance and Blockchain technologies, and worked on interesting products in this space, such as Reverberate, a Custom trading strategy implementation and backtesting that won at ETHChicago!
I am seeking more opportunities in SWE roles, so please feel free to contact me at [email protected]!