Skip to content
View abindacarmo's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Timor-Leste

Block or report abindacarmo

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

Brigida's GitHub Banner

Typing SVG


πŸ‘©β€πŸ’» About Me

<?php

class Brigida
{
    public string $role     = "Informatics Engineering Student";
    public string $school   = "UNTL β€” Faculty of Science & Technology";
    public array  $focus    = ["Data Engineering", "Full-Stack Dev", "System Builder"];
    public array  $learning = ["Python", "SQL", "Laravel"];
    public array  $skills   = ["PHP", "Kotlin", "Python", "SQL"];
    public string $os       = "Linux Mint 🐧";
    public array  $hobbies  = ["Building things βš™οΈ", "Automotive πŸš—", "Music 🎡"];
    public string $motto    = "Build. Learn. Repeat.";

    public function __toString(): string
    {
        return "<" . static::class . " | {$this->role} | \"{$this->motto}\">";
    }
}

$me = new Brigida();
echo $me;

?>

// <Brigida | Informatics Engineering Student | "Build. Learn. Repeat.">

πŸ› οΈ Tech Stack

Python PHP Laravel MySQL PostgreSQL Kotlin Git Linux VS Code


GitHub Stats


"Web dev β†’ Data Engineer in progress" ✨

Popular repositories Loading

  1. laravel_basic_learning laravel_basic_learning Public

    Blade 1

  2. create-calculator-using-python create-calculator-using-python Public

    Python 1

  3. Simple-Clinic-Information-System Simple-Clinic-Information-System Public

    HTML 1

  4. python-learning python-learning Public

    Python 1

  5. sql-learning-journey sql-learning-journey Public

    1

  6. learning-django-crud learning-django-crud Public

    Python 1