Skip to content

Instantly share code, notes, and snippets.

View Vastro-lorde's full-sized avatar
🎯
Growing

Seun Daniel Omatsola Vastro-lorde

🎯
Growing
View GitHub Profile
@Vastro-lorde
Vastro-lorde / CountryCodes.json
Created July 7, 2023 11:04 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"

I'm doing a Go training on January 10th 9:30am to 4pm. Here is roughly what I'm planning to cover.

This is a project driven hands on training, so we will be building a project to learn different Go concepts.

Project: a Key Value Database like etcd/consul and a CLI (using gRPC) to interact with it.

Prerequisite

  • Should've programmed in some language at some point in your life