Published in Bachina Labs·Mar 16Member-onlyHow To Make Sequential API calls in React Applications — Typescript VersionA Step by step guide with an example project — In web applications, all the data you show on the page should reside somewhere, for example, cache, database, storage account, etc. You need to fetch the data from the different sources and do some processing and then render the data on the UI. …Programming5 min readProgramming5 min read
Published in Bachina Labs·Mar 11Member-onlyHow To Make Sequential API calls in React ApplicationsA Step by step guide with an example project — In web applications, all the data you show on the page should reside somewhere, for example, cache, database, storage account, etc. You need to fetch the data from the different sources and do some processing and then render the data on the UI. …JavaScript5 min readJavaScript5 min read
Published in Bachina Labs·Feb 22Member-onlyAI 900 Lab-1 — Microsoft Azure AI FundamentalsA Series of Example Labs for the Exam — Azure AI Fundamentals Exam validates your knowledge of Machine Learning(ML) and Artificial Intelligence (AI) concepts and your knowledge of implementing those services on Azure. The first part of this series is to get familiar with Azure Portal. You can even sign up for an Azure free account and get popular…Azure17 min readAzure17 min read
Published in Bachina Labs·Feb 6Member-onlyHow to Write Serverless NodeJS Azure Functions With MySQL DatabaseA step-by-step guide with an example project — An Azure Function is a simple way of running small pieces of code in the cloud. You don’t have to worry about the infrastructure required to host that code. You can write the Function in C#, Java, JavaScript, PowerShell, Python, or any of the languages that are listed in the…Software Development11 min readSoftware Development11 min read
Published in Bachina Labs·Feb 4Member-onlyHow to Write Serverless NodeJS Azure Functions With MySQL Database — Typescript VersionA step-by-step guide with an example project — An Azure Function is a simple way of running small pieces of code in the cloud. You don’t have to worry about the infrastructure required to host that code. You can write the Function in C#, Java, JavaScript, PowerShell, Python, or any of the languages that are listed in the…Cloud Computing11 min readCloud Computing11 min read
Published in Bachina Labs·Jan 15Member-onlyHow to Build and Deploy PERN Stack on GCP GKE AutopilotA step-by-step guide with an example project — GKE is GCP managed Kubernetes solution that lets you run and manage containerized applications in the cloud. Since this is a managed Kubernetes service, Microsoft takes care of a lot of things for us such as security, maintenance, scalability, and monitoring. This makes us quickly deploy our applications into the…Software Development13 min readSoftware Development13 min read
Published in Bachina Labs·Jan 14Member-onlyHow to Build and Deploy PEAN Stack on GCP GKE AutopilotA step-by-step guide with an example project — GKE is GCP managed Kubernetes solution that lets you run and manage containerized applications in the cloud. Since this is a managed Kubernetes service, Microsoft takes care of a lot of things for us such as security, maintenance, scalability, and monitoring. …Cloud Computing13 min readCloud Computing13 min read
Published in Bachina Labs·Jan 13Member-onlyHow to Build and Deploy PEAN Stack on GCP GKEA step-by-step guide with an example project — GKE is GCP managed Kubernetes solution that lets you run and manage containerized applications in the cloud. Since this is a managed Kubernetes service, Microsoft takes care of a lot of things for us such as security, maintenance, scalability, and monitoring. …Cloud Computing13 min readCloud Computing13 min read
Published in Bachina Labs·Jan 12Member-onlyHow to Build and Deploy PERN Stack on GCP GKEA step-by-step guide with an example project — GKE is GCP managed Kubernetes solution that lets you run and manage containerized applications in the cloud. Since this is a managed Kubernetes service, Microsoft takes care of a lot of things for us such as security, maintenance, scalability, and monitoring. …Google Cloud Platform13 min readGoogle Cloud Platform13 min read
Published in Bachina Labs·Jan 4Member-onlyHow to Deploy MEVN Stack on GCP GKE Autopilot using HELMA step-by-step guide with an example project — Kubernetes is one of the rapidly growing technology and all companies are adopting it nowadays. When you run any application on Kubernetes you need to deploy so many objects such as deployment, configmap, secrets, etc. You need to define all these objects in the manifest.yml file and send these files…DevOps16 min readDevOps16 min read