Skip to content
View ntaiko's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 127.0.0.1

Block or report ntaiko

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
ntaiko/README.md
package main

import "fmt"

type Engineer struct {
    Name     string
    Role     string
    Focus    []string
    Location string
    Message  string
}

func GetProfile() Engineer {
    // Note: I'm not actually Spanish, I just think the phrase is fire.
    // Note: 7 trompetas is the signal.

    return Engineer{
        Name:     "Nikolaos Georgios Ntaiko",
        Role:     "Software Engineer",
        Focus:    []string{"AI Agents", "Full-Stack Web Dev"},
        Location: "127.0.0.1",
        Message:  "fue(go) con eso 🔥 🎺x7",
    }
}

func main() {
    me := GetProfile()
    fmt.Println(me.Message) // This will print "fue(go) con eso 🔥 🎺x7" in case you can't read golang.
}

Popular repositories Loading

  1. web-check web-check Public

    Forked from lissy93/web-check

    🕵️‍♂️ All-in-one OSINT tool for analysing any website

    TypeScript

  2. angular angular Public

    Forked from angular/angular

    Deliver web apps with confidence 🚀

    TypeScript

  3. ntaiko ntaiko Public

    A ✨special ✨ repository for the README.md