ANAnanya Nayakinananyacodes.hashnode.dev路Oct 2, 2023 路 5 min readDeploy MERN App To K8s (Minikube)In this article, we will see how one can deploy a full-stack app (MERN stack) to a K8s cluster. Here we will use the simple Minikube cluster. 馃挕 All the K8s config files can be found here: https://github.com/Ananya2001-an/kubernetes-demo Architect...00
ANAnanya Nayakinananyacodes.hashnode.dev路Aug 26, 2023 路 7 min readCI/CD With Azure DevOpsCloud computing is an integral part of DevOps and getting familiar with one of the most famous cloud services like "Azure" can be helpful in your cloud journey. If you are a student then you can apply for the Azure for Students plan to get 100$ free...00
ANAnanya Nayakinananyacodes.hashnode.dev路May 26, 2023 路 3 min readGitHub Actions To Automate TestsAutomation is really important for performing mundane and redundant tasks like testing. When someone raises a new PR for your project, it's nice to have some tests running automatically. This saves a lot of your time in reviewing the code. Testing ca...00
ANAnanya Nayakinananyacodes.hashnode.dev路Mar 20, 2023 路 5 min readBuild Node.js REST APIBackend lovers, this is for you! Today I am starting with this development series where I will be talking about all things BUILD. This is the very first article in this series. We will be building a node.js project and learning how to develop a REST ...00