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",
}
}
![:octocat: :octocat:](https://github.githubassets.com/images/icons/emoji/octocat.png)
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
-
-
meowsenti-demo
meowsenti-demo PublicThe example application for test the Meowsenti model.
TypeScript 1
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.