package main
import (
"fmt"
)
func main() {
bio := GetBio()
fmt.Println(bio)
}
func GetBio() string {
return `
- 🏦 I'm currently working on improving my skills.
- 🤔 I code in JavaScript (.js), TypeScript (.ts), Go (.go), and Python (.py).
- 🌱 I’m currently learning about monitoring 📊 and observability 🔍.
- 💬 Talk to me about football ⚽, gadgets 📱, anime 🎥, or anything tech-related 🤩.
- 😄 Pronouns: He/Him.
- 📝 I try to write articles on Medium, DEV, and my personal blog 😉.
`
}
💡 Let's build, collaborate, and share ideas! Feel free to reach out through any of the platforms below.