#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Rutvik Patel"
self.role = "Senior Software Engineer"
self.language_spoken = ["en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
🎯
Focusing
-
Software Engineer
- Toronto Canada
Pinned Loading
-
-
saas-landing-page
saas-landing-page PublicA modern landing page for a Saas product using next.js, tailwind css and framer motion.
TypeScript 1
-
Floema
Floema PublicFLOEMA, an interactive project inspired from luis henrique bizzaro's course on awwwards.com using WebGL to create modern animations.
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.