Skip to content
View Gabyriv's full-sized avatar

Highlights

  • Pro

Block or report Gabyriv

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
Gabyriv/README.md

Hello there πŸ‘‹

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class StudentDeveloper:

    def __init__(self):
        self.name = "Gabriel Rivera"
        self.role = "Student & Student Tutor"
        self.school = "Holberton School, Puerto Rico"
        self.language_spoken = ["es_PR", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = StudentDeveloper()
me.say_hi()

πŸ”§ Technologies & Tools

Programming Languages:

C Python JavaScript TypeScript HTML CSS SQL

Frameworks & Tools:

Flask NextJS Vue Vite

Database & Backend:

Prisma Supabase

Dev Tools:

Git GitHub Linux

🀝 Let's Connect!

Feel free to check out my repositories, or reach out if you're interested in collaboration or simply want to chat.


Thanks for stopping by! 😊

Popular repositories Loading

  1. holbertonschool-zero_day holbertonschool-zero_day Public

    This is my first repository as a full-stack engineer

    Shell

  2. holbertonschool-shell holbertonschool-shell Public

    Shell

  3. holbertonschool-low_level_programming holbertonschool-low_level_programming Public

    C

  4. Gabyriv Gabyriv Public

  5. holbertonschool-binary_trees holbertonschool-binary_trees Public

    C

  6. holbertonschool-sorting_algorithms holbertonschool-sorting_algorithms Public

    C