This is a work in progress… The todo list is here
[Read More]homepage
TODO - GoogleAdds
Adding Advertising to site
[Read More]DOCKER and K8
A study on containerizing GoLang projects across clouds
A deep discussion about Docker
ESP32 - A System on Chip with Wireless connectivity
And... low BOM, Low Power... assorted Examples
The ESP32 is a SOC ( system on Chip ) with a 32 bit, multi-code processor, and wireless, wifi and BLE connectivity
Microservice Communication
Study of assorted ways to network containers and decouple Microservices
IN discussion of Microservices, the question of communication is ignored. Istio, NATs, MQTT, gRPC/Prorbuffers become interesting converstaions
GoLang - Embedded Batabases
Study of GoLang Embedded Databases - primarily noSQL
You can cook the MUX right into the golang code… what if you could cook the DB document or Key value store into the executable as well. benefits… you could run the entire application from a single Docker container running on DigitalOcean for $5/month.
AWS GoLang LAMBDAS
Study of GoLang Lambdas and AWS services
A study of GoLang Lambdas and example use cases.
Flutter-Getting-Started... On AWS
Flutter examples seem to revolve around using FireBase. I am an AWS Arch and felt a need to demonstrate AWS backend solutions. But will also demonstrate connecting to GoLang Docker containers. Study of Flutter, connecting to AWS