Exception Handling Best Practices

Exception Handling Best Practices

Exception Handling Problems are going to happen in any aspect of life. They may be complex or as simple as not having any coffee left in your house when you wake up. You need your morning caffeine so you decide that you can either go to the coffee shop and get a cup...
Kubernetes Logging to Graylog Using Fluent Bit

Kubernetes Logging to Graylog Using Fluent Bit

Fluent Bit is deployed as a daemonset in Kubernetes, allowing it to run on every node in the cluster. This makes it easy to not worry about reconfiguring Fluent Bit for any new nodes added to the Kubernetes cluster. Fluent Bit supports multiple inputs, outputs, and...
Jenkins CICD Overview

Jenkins CICD Overview

CICD (Continuous Integration and Continuous Delivery): CICD is a set of automated processes to continuously integrate the code developed by the development team, run automated regression tests, and deploy them to the target environments. The extent of automation and...