Skip to content
View domilx's full-sized avatar
πŸ™ƒ
πŸ™ƒ

Organizations

@team3990 @momntsapp @Convoy-org

Block or report domilx

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

Hello there πŸ‘‹

Open Source Love

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


class RoboticsStudent:

    def __init__(self):
        self.name = "Domenico Valentino"
        self.role = "Software Engineer"
        self.language_spoken = ["en_CA", "en_US", "fr_CA", "fr_FR", "it_IT" , "es_ES"]

    def school(self):
        self.school = "Dawson College"
        self.extracurricular = "First Robotics Competition"
        self.extracurricular.info = ["Robot Design", "Robot Programming", "Java Programming", "React Native", "Swift"]

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


me = RoboticsStudent()
me.say_hi()

🌐 Webistes

πŸ”§ Technologies & Tools

Pinned Loading

  1. TechInsights2024 TechInsights2024 Public

    The Scout data collector/analyser for Team 3990

    TypeScript

  2. momnts momnts Public

    momnts; A concept location-based social media app

    TypeScript

  3. TechScout2024 TechScout2024 Public

    TechScout

    JavaScript

  4. samp42/TechScout2023 samp42/TechScout2023 Public archive

    Projet TechScout pour 2023 et le futur :)

    Dart 2

  5. TechScout2022 TechScout2022 Public

    Forked from samp42/Scout

    FRC Scouting App Pair for the 2022 game

    Makefile 1