Skip to content
View TOomaAh's full-sized avatar

Block or report TOomaAh

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TOomaAh/README.md

πŸ‘‹ Hey, I'm TOomaAh!

Typing SVG

profile views followers


πŸš€ About Me

package main

import "fmt"

type Developer struct {
    Name              string
    Location          string
    Role              string
    CurrentlyLearning []string
    FunFact           string
}

func main() {
    me := Developer{
        Name:              "TOomaAh",
        Location:          "France πŸ‡«πŸ‡·",
        Role:              "Backend Developer",
        CurrentlyLearning: []string{"Go", "Rust"},
        FunFact:           "I debug by explaining code to my rubber duck πŸ¦†",
    }
    
    fmt.Printf("Hello, World! I'm %s\n", me.Name)
}
🎯 Current Focus
  • 🌱 I'm currently learning Go & Rust

πŸ“Š GitHub Statistics

GitHub Stats Top Languages
GitHub Streak

πŸ“ˆ Contribution Graph

Contribution Graph

⭐️ Feel free to star my repositories if you find them interesting! ⭐️

Popular repositories Loading

  1. emby_exporter_go emby_exporter_go Public

    Go 24 6

  2. graphql_api_skeleton graphql_api_skeleton Public

    TypeScript 2

  3. Plex-Meta-Manager Plex-Meta-Manager Public

    Forked from Kometa-Team/Kometa

    Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.

    Python 2

  4. GoLoad GoLoad Public

    Alternative to pyload

    JavaScript 1

  5. nfo_to_plexmatch nfo_to_plexmatch Public

    Python 1

  6. jellyfin-plugin-themesongs jellyfin-plugin-themesongs Public

    Forked from danieladov/jellyfin-plugin-themesongs

    Downloads TV Show Theme Songs for your library

    C# 1 1