“How To Use Structs In Golang?”
What is a struct? A struct is a user-defined type that represents a collection of fields. It can be used […]
What is a struct? A struct is a user-defined type that represents a collection of fields. It can be used […]
In this blog, we’ll see how we can use GCP Secret Manager for storing sensitive data like credentials/API keys, etc.
What is Apache Camel Apache Camel is an open source integration framework designed to make integrating systems simple and easy. It
After hosting an application on Kubernetes we need to configure TLS/SSL certificate to serve our application over HTTPS securely. Configuring
Case Classes in Scala Case classes in scala are regular classes with some extra toppings. Let’s discuss why they are
Introduction Jobs In Kubernetes is like other resources but allows you to run a pod whose container isn’t restarted when
What is Akka? Akka is a platform for designing scalable, resilient systems that span processor cores and networks. It allows
Prerequisites:- Kubernetes Cluster should be up and running. OVERVIEW Inside our Host Machine, we are setting up the Kubernetes Cluster.
What is Functional Programming? Firstly, Functional programming is a programming paradigm in which everything is bound using pure mathematical functions.
In this blog post, we will talk about Option data type in Scala. Then we will discuss some of the
Introduction: Kubernetes Sidecar Containers are those containers that run parallel with the main container in the pod. Also, this sidecar
Introduction of Monad in Scala Monad in scala are a category of data types. Informally, anything that has a type