Securely Connecting a Local PostgreSQL Database Using Teleport Community Edition

Introduction to Teleport Teleport is an open-source access platform designed to enhance security and ease of access for infrastructure components such as servers, Kubernetes clusters, and databases. It provides features like identity-based access management, session recording, and role-based access control (RBAC). Teleport simplifies the process of securing access to resources while ensuring compliance with modern … Continue reading Securely Connecting a Local PostgreSQL Database Using Teleport Community Edition

Machine Learning Model inside Docker

What is Machine Learning? In simple words, Machine Learning is the concept that includes different types of algorithms through which we provide intelligence to a machine to work/predict something on itself on a particular dataset What is Docker? Docker is a platform that provides various operating systems so that the manual time required to install … Continue reading Machine Learning Model inside Docker

The Strategy to Create & Deploy Static Build With Docker & mina-SCP

I am sure! Many of our applications have turned into a legacy codebase, such applications might have some outdated scripts or build process that might need frequent maintenance and updates.  In this post, I will walk you through the steps with which we can move our frontend build creation script into the docker container and … Continue reading The Strategy to Create & Deploy Static Build With Docker & mina-SCP