I'm a dedicated team work with a strong background in designing, building, and maintaining software solutions. I've worked across different industries like tech, healthcare, non-profits, and finance. I enjoy using modern technologies such as React and Django to create effective and user-friendly solutions.
Working in diverse teams and tackling challenging projects is where I feel most at home. I'm always eager to learn, grow my skills, and bring new ideas to the table. Looking forward to working on more projects where I can use my technical knowledge and problem-solving skills to make a real impact.
My Portfolio Website: Click Here
class BinayakJha():
def __init__(self):
self.name = "Binayak Jha";
self.username = "BinayakJha";
self.location = "Imadol, Nepal";
self.linkedin = "@binayak-jha";
self.web = "https://binayakjha.com.np";
def __str__(self):
return self.name
if __name__ == '__main__':
me = BinayakJha()