package main
import (
"fmt"
)
type MyBio map[string]string
func main() {
fmt.Println("Hi!, My name is Muhamad Firly Ramadan 😃. I am from Cirebon, West Java, Indonesia. I love to explore and learn about programming.")
for k, v := range GetBiodata() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBiodata() MyBio {
return MyBio{
"name": "Muhamad Firly Ramadan",
"pronous": "He/Him",
"role": "Back End Developer",
"skills": "Javascript, Typescript, Next.js, Nest.js, Golang, PHP, Laravel, Git, Docker, MySQL/PostgreSQL, MongoDB",
}
}
Hi
Back End Developer, Tech Enthusiast.
- Cirebon, West Java - Indonesia
- https://mframadan.dev
- in/muhamad-firly-ramadan
- mframadann
Pinned Loading
-
qrcode-generator
qrcode-generator PublicQR code generator with native html, css and javascript by mframadann
CSS 7
-
typescript-blog-api
typescript-blog-api PublicA simple blogs rest api using typescript
TypeScript 1
-
typescript-graphql
typescript-graphql PublicA simple api services using prisma, typescript and graphql
TypeScript 3
-
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.