Skip to content
View lilrau's full-sized avatar

Highlights

  • Pro

Block or report lilrau

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

Yo, there 👋

  • 🪐 My name is Raul and I'm a 21-year-old Brazilian developer.
  • 💡 I studied 5 semesters of Computer Science, but I chose to switch courses.
  • 🎓 I'm currently studying Systems Analysis and Development at UTFPR (Universidade Tecnológica Federal do Paraná).
  • 💻️ Here you will find college works, challenges from the web and maybe crazy stuff from my head.
  • 🖌️ Photoshop and stuff like that are my hobbies.
  • 🤝 Feel free to contact me anytime!
from lilrau.dev.raul import myHeart ❤︎

class Raul:
    def __init__(self):
        self.name = "Raul Souza"
        self.age = 21
        self.country = "Brazil"
        self.languages = ["Portuguese", "English"]
        self.code = {
            "frontend": ["HTML", "CSS", "JavaScript"],
            "backend": ["Java", "Python"],
        }
        self.tools = ["VSCode", "Office", "Git", "GitHub",
         "Linux", "MySQL"]
        self.hobbies = ["Photoshop", "Music"]

Contact

   

Knowledges

lilrau   lilrau   lilrau   lilrau   lilrau   lilrau   lilrau

Statistics

Rauls's Github Stats          Rauls's Github Stats

Chill

Pinned Loading

  1. BridgeBeats BridgeBeats Public

    A tool to convert playlists between different music streaming platforms.

    Python 1

  2. HigLimp HigLimp Public

    Final project of the Mobile Device Programming course, where a android app has been developed.

    Dart 1

  3. laflameshop-WebClientAssignment laflameshop-WebClientAssignment Public

    Final project of the Web-Client Development course, where a website for sneakers sale was created.

    HTML

  4. tictactoe tictactoe Public

    TicTacToe | HTML, CSS, JS

    JavaScript