How to build and run ASP.NET Core web app in Docker?

Build the ASP.NET Core web app. Create a docker file similar to the following commands to build the ASP.NET web app. Read more
Agile Methodology and DevOps Relationship

In today’s time of software, the development industry Agile and its complementary DevOps are two methodologies that are being used more and more by developers for developing the project efficiently and completing it on time with frequent releases.
Managing Builds and HTML files for Different Environment in Angular

In my last projects, we always had the same requirement: Build the application once and deploy the same build fragment to multiple environments. This leads to some technical challenges, as we need to inject environment-specific information into our application during runtime.
Docker Networking

Docker runs the application inside the docker containers, and as different parts of the application present in different containers, all the containers should be connected with each other for the application to work.
Cloud Composer: A Managed Apache Airflow Service

Cloud Composer is a fully managed workflow orchestration service which is built on Airflow. It is a hosted solution for Airflow, which is an open-source platform to programmatically author, schedule, and monitor workflows.
Understanding Graceful Shutdowns on Cloud Run

Cloud Run is a completely managed compute platform which lets us run any stateless containers on serverless.No need for Infrastructure with cloud run. Read here
Reduce App size for Android in React native

In today’s world, user’s like to have apps, which are not too large, particularly where devices work on pay by byte usage plans. Learn the techniques to Reduce App size for Android in React native.
5 practices to manage your multi-cloud environment

Multi-cloud space is maturing and becoming a mainstream component of enterprise IT environments. Check out the 5 practices to manage a multi-cloud environment.
Integrating Google Cloud Build with JFrog Artifactory

JFrog Artifactory is the global binary repository manager and is employed to integrate the 2 environments for safe, continuous delivery of production-ready applications to Kubernetes through GKE.
How to use Google Kubernetes Engine for running dedicated Game server

What is the Google Kubernetes Engine & how to use the Google Kubernetes Engine for running the dedicated Game server? Read more about how to use it and its features