Skip to content
View veisveer's full-sized avatar
🧑‍🎓
Studying
🧑‍🎓
Studying

Highlights

  • Pro

Block or report veisveer

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
veisveer/README.md
#!/usr/bin/python

class SoftwareEngineer:

    def __init__(self):
        self.name = "Renee Veisveer"
        self.role = "Software Engineering student"
        self.most_comfortable_with = ["Typescript", "Python", "React"]
        self.speak = ["et_EE", "en_US"]
		self.os = "macOS"

    def say_hi(self):
        print("Thanks for checking out my profile!")

me = SoftwareEngineer()
me.say_hi()

Pinned Loading

  1. FLL2019-2023 FLL2019-2023 Public

    Our team's First Lego League code from Into Orbit (2019) to Superpowered (2023)

    Python 1

  2. renee.ee renee.ee Public

    Personal website renee.ee

    TypeScript

  3. xupric xupric Public

    a Modern Web Browser based on WebKit2GTK

    C 14 1

  4. LeetCode-Solutions LeetCode-Solutions Public

    My leetcode solutions.

    Python

  5. TheFarmerWasReplaced-Solutions TheFarmerWasReplaced-Solutions Public

    My solutions to the programming game The Farmer Was Replaced.

    Python 1