Managing K8S secrets with ArgoCD and SOPS
ArgoCD is a popular tool for managing Kubernetes resources, providing a declarative way to define and maintain the desired state of your applications running in a Kubernetes cluster. One essential ...
ArgoCD is a popular tool for managing Kubernetes resources, providing a declarative way to define and maintain the desired state of your applications running in a Kubernetes cluster. One essential ...
Storing healthcare data safely is a big and relevant topic, and HIPAA (the Health Insurance Portability and Accountability Act) has some strict rules about it. Nowadays, many healthcare organizatio...
Natural Language Processing (NLP) is a fascinating field that empowers computers to understand, interpret, and generate human language. Python, with its rich ecosystem of libraries and tools, is a ...
kubectl is the Swiss Army knife of Kubernetes, providing several commands to interact with your K8s cluster. In this blog post, we’ll explore a range of kubectl commands for various day-to-day oper...
Kubernetes Operators are powerful tools for managing complex applications in Kubernetes, but they can be challenging to develop and maintain. Here you can find the white paper for the Operator patt...
Healthcare organizations face a unique challenge when it comes to securing patient data in the cloud. Ensuring HIPAA (Health Insurance Portability and Accountability Act) compliance is a top priori...
In this post, we will be exploring the Keras functional API in order to build a multi-output Deep Learning model. We will show how to train a single model that is capable of predicting three distin...
In this post, we will be covering some basics of data exploration and building a model with Keras in order to help us on predicting the selling price of a given house in the Boston (MA) area. As an...
The problem During data analysis, we may only look at metrics such as accuracy/precision/recall and worry about not overfitting our data. But are those the only ones that matter? When it comes to...
Let’s talk about selling beers. Let’s suppose you are the owner of a pub, and you would like to predict how many beers your establishment is going to sell on a given day based on two variables: ...