Skip to content
View loosec9n's full-sized avatar

Block or report loosec9n

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
loosec9n/README.md


Hi I'm Justin John

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚡ Quick bio:":                    "A kind of stickShiftAddict-amateurSinger-traveler-foodLover-gamer-coder-programmer-cricketFanatic-footballCrazy-occasionalBookWorm",
		"- 🌱 I’m currently learning":        "Golang, PostgresSQL, Docker, K8s, Microservices(Personal goal)",
		"- 👯 I’m looking to collaborate on": "Golang and Docker related projects",
		"- 🤔 I’m looking for help with":     "Anything related to what I am currently learning 😅",
		"- 📫 How to reach me:":              "https://github.com/loosec9n","https://www.linkedin.com/in/justin-john07/"
	}
}

Justin John's Activity Graph

Pinned Loading

  1. MCQ-GPT-Bot MCQ-GPT-Bot Public

    Forked from LiuYuancheng/MCQ-GPT-Bot

    We want to create an assistant AI-Bot program which can batch process the multi choice cyber security exam questions via to get the answer so the researcher can use it to check the AI's correctness…

    Python