I am a passionate developer with a keen interest in creating efficient and scalable solutions. My expertise spans across various programming languages, frameworks, and tools that empower me to deliver high-quality software. I thrive in dynamic environments, consistently learning and adapting to new technologies.
package main
import "fmt"
type Profile struct {
Pronouns []string
Code []string
Framework []string
DB []string
Tools []string
}
func main() {
harizinside := Profile{
Pronouns: []string{"he", "him"},
Code: []string{"Go", "TypeScript", "Vue", "React", "PHP"},
Framework: []string{"Fiber", "Nuxt", "Next", "Laravel"},
DB: []string{"MongoDB", "MySQL"},
Tools: []string{"Firebase", "Git"},
}
fmt.Printf("%+v\n", harizinside)
}
Feel free to connect with me on X (formerly Twitter) or check out my latest articles on Dev.to.