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.
`
}