I'm a dedicated team player with a strong background in designing, building, and maintaining software solutions. I've worked across different industries such as tech, business, and education, using modern technologies like React and Django to create efficient and user-friendly solutions.
I thrive in diverse teams and enjoy tackling challenging projects. I am always eager to learn, grow my skills, and bring innovative ideas to the table. Looking forward to working on more projects where I can apply my technical expertise and problem-solving skills to make a real-world impact.
My Portfolio Website: Click Here
class SujalShah():
def __init__(self):
self.name = "Sujal Shah";
self.username = "SujalShah";
self.location = "Lancaster, PA, USA";
self.linkedin = "@shahsujal";
self.web = "https://sujalshah.com.np";
def __str__(self):
return self.name
if __name__ == '__main__':
me = SujalShah()