Posts tagged as cloud foundry
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 »
The first half of 2022 has offered the community several cloud computing events. A lot happened; KubeCon & CloudNativeCon EU and DoK Day Europe in Valencia kicked things off to bring some normality back to the community conference space. Finally, it was possible to meet in person and exchange ideas again. Now that we’re nearing… Read more »
GO uses its capability to return multiple values for error handling, meaning that errors in go are regular values returned from a function. The developer must check the returned error value and handle it accordingly. Error handling can quickly become non-trivial. You may want to change your behaviour if an error occurs, either substitute the… Read more »