Serverless on Kubernetes
Kubernetes is the de facto platform for running modern applications: its broad adoption in 2017 and the velocity of the project made it so and it’s been …
Kubernetes is the de facto platform for running modern applications: its broad adoption in 2017 and the velocity of the project made it so and it’s been …
In the early days of Go the language was often tailored towards “system programming” due to its C-stlye syntax and ability to write high-performance …
One of the advantages of containerized applications is the standardization, some would say “write it once, runs everywhere” but that’s another …
[TL;DR] I wrote a Pub/Sub message queue in Go, branch “master” is stable but missing some interesting feature like distributed memory synchronization between …