package main
import (
"fmt"
)
type LyyrmBio map[string]string
func main() {
fmt.Println("I am Muhamad Firly Ramadan 😃. I am from Cirebon, West Java, Indonesia. I love to explore and learn about technologies.")
for k, v := range GetBiodata() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBiodata() LyyrmBio {
return LyyrmBio{
"- ⚡ Quick bio:": "A kind of Programmer, Mentor, Coder, Cat Lovers😺 and your friend:D",
"- 🌱 I’m currently learning": "Golang, Keycloack, Docker, Vue JS, Livewire, Filament, Next.js, MySQL",
"- 👯 I’m looking to collaborate on": "Node.js, Javascript, Typescript ,Golang and Docker related projects",
"- 🤔 I’m looking for help with": "Anything related to what I am currently learning:D",
"- 💬 Ask me about": "Node.js, React.JS, Next.js, Golang, PHP, Laravel, SQL, Software Design & Architecture, Web Development and SEO",
"- 📫 How to reach me:": "https://instagram.com/mframadann",
}
}
Meow
Programmer, Cat lovers😺.
- Cirebon, West Java - Indonesia
- https://linktr.ee/mframadan
- https://leetcode.com/u/mframadan
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.