Posts tagged as Kubernetes
As we move into the new year, it’s always interesting to look ahead and consider what the future might hold. What can we expect in 2023 in the rapidly evolving field of cloud technology, specifically in Kubernetes? For some insight, TFiR’s Swapnil Bhartiya sat down with Julian Fischer, CEO, and founder of anynines, to discuss… Read more »
Aaand… KubeCon & CloudNativeCon NA 2022 is already over. We had the privilege to attend the event in Detroit from the 24th to the 29th of October. There, we spoke with many people from the cloud industry, and we could watch a lot of talks on the exciting work the community is doing. As we… Read more »
Chapter 3 – Writing a Custom Error Type In the first chapter, we learned the basics of errors in go. How to create an error with a particular message. Then we looked into exposing different types of errors in our packages so that consumers of our code can handle them differently, if appropriate. In the… Read more »