Skip to content

Instantly share code, notes, and snippets.

@lornasong
lornasong / nma_poc_sequence_lorna.txt
Created April 10, 2020 17:54
NMA PoC Sequence Diagram - Lorna
title Lornas Thinking
Practitioner->NMA: configures
note left of NMA
ex: webservices
adaptor info
consul-template:
for each IP:
{
service: ip
@lornasong
lornasong / nma_poc_sequence_kim.txt
Created April 10, 2020 17:51
NMA PoC Sequence Diagram - Kim
title Kim's thinking
Practitioner->NMA: configures
note left of NMA
ex: webservices
adaptor info
end note
NMA->Adapter: configures
note left of Adapter
ex: middleware IP
@lornasong
lornasong / main.go
Last active March 30, 2020 22:10
GHC 2020 - Golang Workshop
// Grace Hopper Convention 2020 - Microservice example for beginner Go workshop
// Contains a basic microservice using Go standard library, suggestions for
// features to work on and bug(s) for participants to find.
package main
import (
"fmt"
"log"
"net/http"