Skip to content
View SantiagoCalebe's full-sized avatar
  • Brazil
  • 22:13 (UTC -03:00)

Organizations

@KnolastnameCrew

Block or report SantiagoCalebe

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 250 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
SantiagoCalebe/README.md
santiadog

About me

I'm Santiago, a passionate (and slightly psycho) tech enthusiast who loves diving headfirst into everything that involves technology and code.

class SantiagoProfile {
    public var pronouns:Array<String> = ["He", "Him"];
    public var code:Array<String> = ["Haxe", "Python", "Lua", "JavaScript", "HaxeFlixel", "OpenFL", "HTML"];
    public var askMeAbout:Array<String> = ["game dev", "UI/UX (i'm not good at ts)"];

    public var links:Map<String, String> = [
        "Twitter" => "https://x.com/santideveloper",
        "Youtube" => "https://youtube.com/@santiagocalebe",
        "Github" => "https://github.com/santiagocalebe",
        "Website" => "https://santiagocalebe.github.io/"
    ].map(e -> e);

    public var currentFocus:String = "Leading games and general development";

    public function new() {
        FlxG.log.trace("=== Santiago Profile ===");
        FlxG.log.trace("Pronouns: " + pronouns.join(", "));
        FlxG.log.trace("Languages & Tools: " + code.join(", "));
        FlxG.log.trace("Ask Me About: " + askMeAbout.join(", "));
        FlxG.log.trace("Current Focus: " + currentFocus);

        for (link in links.keys()) {
            FlxG.log.trace(link + ": " + links.get(link));
        }
    }
}

Twitter YouTube GitHub Website

Pinned Loading

  1. WallpaperChanger WallpaperChanger Public

    WallpaperChanger's Github

    Lua 1

  2. web-recorder web-recorder Public

    A web-based recorder.

    CSS

  3. HTMLtarune HTMLtarune Public

    A pratice-made web deltarune.

    JavaScript