A Blockchain Solution for Data Provenance Using Hyperledger Fabric - DZone
This tutorial demonstrates how to create and implement a blockchain solution for data provenance using the Hyperledger Fabric technology in your projects.
Argo CD and Flux recently achieved CNCF graduation status, which represents a solid nod to GitOps’ viability in the community, but users want to know what's coming next.
Fred Brooks is gone, but his IT management lessons will live forever
The author of the classic software management book, "The Mythical Man-Month," passed away recently. To honor his memory, we should finally start applying his lessons.
Is Low-Code Development Better for the Environment?
The answer: it depends, based on — among other factors — how you define low code/no code and serverless, which cloud provider you use, and where its servers live. #lowcode #nocode #serverless #AWS #cloudproviders #greencloud
When it comes to version control and using Git, one thing I've always struggled with is knowing how to write good clean Git commit messages. For example, should I use title case or prefix the message with commit type (fix, feature etc.). The list goes on ... ! For those of you