Published inCodeXExposing services external to kubernetes cluster: NodePort, LoadBalancer and IngressIn a previous post I discussed Kubernetes services in the context of exposing a static IP for other pods in the same cluster to access it…Sep 29, 2023Sep 29, 2023
Published inCodeXCalling Go code from C++In a previous post I wrote on how you can can call a C code from Go. In this post I’m going to show you how to do the reverse. Since C++…Aug 11, 2023Aug 11, 2023
Published inDevOps.devKubernetes liveness probesAn application needs to be up and running and perform the stipulated work correctly to call it a healthy process. There can be situations…Aug 2, 2023Aug 2, 2023
Published inBallerina Swan Lake Tech BlogImplementing a Websocket Server using BallerinaIn a previous post I discussed about Websocket, its use and how applicable it’s today while comparing it with HTTP/2. In the same post I…May 4, 2023May 4, 2023
Published inCodeXCalling C from GoGo has become an increasingly popular language. It’s a concise and clean language that anyone with a rudimentary experience with another…Mar 9, 2023Mar 9, 2023
Published inCodeXTutorial: Kubernetes Services for pods running in k8s clusterPods in kubernetes (k8s) are ephemeral; i.e. they come and go anytime. We can’t assume a pod will live forever or even a specific time…Jan 11, 2023Jan 11, 2023
Published inBallerina Swan Lake Tech BlogImplementing a REST API with BallerinaAPIs have become a software commodity today. It’ll be hard to find any enterprise talking about digitization not doing anything with APIs…Dec 20, 2022Dec 20, 2022
Published inBallerina Swan Lake Tech BlogInteracting with a RDBMS using BallerinaBallerina is an open-source programming language. It’s a language that was designed with cloud in mind and has superior support for network…Sep 21, 2022Sep 21, 2022
Published inBallerina Swan Lake Tech BlogSeven reasons to try out BallerinaBallerina is an open-source programming language. It’s a language that was designed with cloud in mind and has superior support for network…Jun 28, 2022Jun 28, 2022
Published inCodeXWebsockets — Is it still useful?In this post I’ll be discussing Websockets. Websockets have been around for sometime now. So chances are high that you already know or…Mar 8, 20221Mar 8, 20221