Skip to content
View OpitiCalvin's full-sized avatar
Block or Report

Block or report OpitiCalvin

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

Opiti, Calvin

Geospatial Engineer | Python, Go & JS Developer | Back-End Developer

Opiti Calvin's LinkedIn Profile Opiti Calvin's Medium profile Opiti Calvin Twitter Profile Gmail Address

About Me

Hi there ๐Ÿ‘‹

package main

import (
    "fmt"
)

type Bio map[string]string

func BioInfo() Bio {
    return Bio{
        "- ๐Ÿ”ญ Iโ€™m currently working on": "Python and Golang Web applications development for applications in Agriculture and Natural Environment domains",
        "- ๐ŸŒฑ Iโ€™m currently learning": "Golang, Docker, Kubernetes, GCP, AWS, React JS",
        "- ๐Ÿ‘ฏ Iโ€™m looking to collaborate on": "Golang, Python and React JS projects",
        "- ๐Ÿค” Iโ€™m looking for help with": "Golang packges and applications in GIS and Remote Sensing",
        "- ๐Ÿ’ฌ Ask me about": "Spatial Systems - GIS & Remote Sensing; Software Engineering & application development",
        "- ๐Ÿ“ซ How to reach me": "opiticalvin@gmail.com",
    }
}

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

Development Environments, languages, packages and Tools Stack



Credits: Opiti Calvin

Pinned

  1. go-todolist-sqlite-api go-todolist-sqlite-api Public

    A todo list API application written in GO language and implementing a sqlite database

  2. GolangTraining GolangTraining Public

    Forked from GoesToEleven/GolangTraining

    Training for Golang (go language)

    Go

  3. novelsTradeIn novelsTradeIn Public

    An API, written in go for share, sale and trade-in of novels and story books

    Go

  4. OpitiCalvin OpitiCalvin Public