Skip to content
View imjma's full-sized avatar
💻
Coding
💻
Coding

Organizations

@go-community

Block or report imjma

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
imjma/README.md
package main

import (
	"fmt"
)

type About struct {
	Name     string
	Role     string
	Pronouns string
	Code     []string
	Social   map[string]string
}

func main() {
	me := About{
		Name:     "Jie Ma",
		Role:     "Software Engineer",
		Pronouns: "he/him",
		Code:     []string{"golang", "php"},
		Social: map[string]string{
			"twitter":  "https://twitter.com/imjma",
			"email":    "hi@jma.dev",
			"www":      "https://jma.dev",
			"blog":     "https://jma.im",
			"ins":      "https://www.instagram.com/filmape/",
			"insfilm":  "https://www.instagram.com/negativeso/",
			"linkedin": "https://www.linkedin.com/in/jiema/",
		},
	}
	fmt.Println(me)
}

Pinned Loading

  1. dotfiles Public

    Vim Script 17 2

  2. my-mac-os Public

    List of applications and tools on my macOS

    1

  3. graphqb Public

    GraphQL Query Builder

    Go 1

19 contributions in the last year

Contribution Graph
Day of Week January February March April May June July August September October November December January
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to imjma/dotfiles, DavidTanner/nodecredstash, imjma/yshen-zmk-sweep and 2 other repositories
Loading A graph representing imjma's contributions from January 21, 2024 to January 22, 2025. The contributions are 93% commits, 7% issues, 0% pull requests, 0% code review.   Code review 7% Issues   Pull requests 93% Commits

Contribution activity

January 2025

imjma has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.