package main
import "fmt"
type Developer struct {
Name string
Role string
Company string
Location string
Learning []string
}
func main() {
me := Developer{
Name: "Naufal Taufiq Ridwan",
Role: "Backend Engineer",
Company: "PrivyID",
Location: "Indonesia ๐ฎ๐ฉ",
Learning: []string{"Go", "JavaScript", "React Native", "PHP", "C++", "Python"},
}
fmt.Printf("Hello World! I'm %s ๐\n", me.Name)
}
I may be slow to respond.
Hello! I am a Backend Engineer at PrivyID
-
PrivyID
- Jakarta
- https://n0l3r.dev/
- @yaelahfal_
- yaelahfal_
Highlights
- Pro
Pinned Loading
-
tiktok-downloader
tiktok-downloader Publictiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).
-
go-nop/ginstarter
go-nop/ginstarter PublicGinstarter is a modern and lightweight boilerplate designed to jumpstart your API development with the Gin Gonic framework. It provides a solid foundation for building scalable, maintainable, and hโฆ
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



