Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View fazilnbr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report fazilnbr

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
fazilnbr/README.md


Hi I'm Fazil Muhammed KP

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/fazilnbr","https://www.linkedin.com/in/fazil-mohammed-915807190/"
	}
}

Connect with me

Fazil 's LinkedIn Profile

Popular repositories Loading

  1. user-admin_with_go_and-_postgres user-admin_with_go_and-_postgres Public

    HTML 2 2

  2. mypeosolal.web.portfolio mypeosolal.web.portfolio Public

    JavaScript 1

  3. Postgresql_and_Go Postgresql_and_Go Public

    HTML 1 1

  4. razor-pay-go-payment-gateway razor-pay-go-payment-gateway Public

    This repository contains a Golang implementation of the Razorpay payment gateway, which allows merchants to accept online payments from customers. The code includes examples of how to integrate Raz…

    HTML 1

  5. Go-Mongo-Crud-clean-arch Go-Mongo-Crud-clean-arch Public

    Forked from SethukumarJ/Go-Mongo-Crud-clean-arch

    This repo includes crud operation using gin-mongo db using clean architecture project structure.

    Go 1 1

  6. usedcars usedcars Public

    PHP