Skip to content
View Rutvik17's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Software Engineer
  • Toronto Canada

Block or report Rutvik17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rutvik17/README.md

Hello there! 👋

#!/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()

Pinned Loading

  1. Pops-Diner Pops-Diner Public

    ASP.NET Core MVC Restaurant Web App

    C# 10 2

  2. Captioned Captioned Public

    React Native application that uses gemini ai to generate captions from Images and Videos.

    TypeScript 1

  3. saas-landing-page saas-landing-page Public

    A modern landing page for a Saas product using next.js, tailwind css and framer motion.

    TypeScript

  4. Floema Floema Public

    FLOEMA, an interactive project inspired from luis henrique bizzaro's course on awwwards.com using WebGL to create modern animations.

    JavaScript