Skip to content
View mframadann's full-sized avatar
:octocat:
Hi
:octocat:
Hi

Block or report mframadann

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mframadann/README.md
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",
    }
}

Pinned Loading

  1. uts-spa uts-spa Public

    Simple portfolio app using React.js and css native by mframadann

    JavaScript 2

  2. qrcode-generator qrcode-generator Public

    QR code generator with native html, css and javascript by mframadann

    CSS 7

  3. typescript-blog-api typescript-blog-api Public

    A simple blogs rest api using typescript

    TypeScript 1

  4. typescript-graphql typescript-graphql Public

    A simple api services using prisma, typescript and graphql

    TypeScript 3

  5. meow-inventory meow-inventory Public

    Simple Web Application for managing inventory resources.

    PHP 1

  6. gourl gourl Public

    URL shortener REST API services using Go-Lang.

    Go 1