Full-Stack Developer | Innovating with React, Node.js, AWS | Expert in Scalable Systems & CI/CD Pipelines
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 regularly write articles on Dev, and Medium.
`
}