Vagrant setup
Vagrant is a tool for building and managing virtual machine environments in a single workflow. It is easy to configure and easy to use…
Jenkins Configuration and Run Jenkins Jobs using Batch file command
Jenkins is an automation tool written which is open source. This tool is written in Java with plugins built for Continuous Integration purpose. Plugins allow integration of various DevOps stages.
Build Management Through App Center
App Center is a tool which is used to build, test and distribute applications. Developers monitor the standing and usage of the app using the Analytics and medical specialty services and interact with the users using the Push service once the app is deployed.
What is Serverless Computing?
Serverless computing is used to write and deploy the code. We don’t need to manage the underlying infrastructure. It increases developer productivity because the developer has to focus on building great applications and abstracting away the rest.
Peering in Network: A Basic Guide
In today’s era, data is the biggest asset. The data gathering, data storage, and data exchange are the major concerns while handling it. Considering the data as future currency, the transaction of this is a crucial subject. Even though, the basic intention will always be to ensure the security, reliability,…
Building an Application with Google Cloud App Engine!
Google App Engine is a Platform as a Service (PaaS) product that provides access to Google’s scalable hosting. It builds and deploys an application on a fully managed serverless application platform.
What is Site Reliability Engineering (SRE) at Google?
SRE stands for Site reliability engineering. As stated in the name SRE means always keep your site up or we can say create ultra-scalable and highly reliable software systems that will never ever fail.
Deep Understanding of Kubernetes Environment
Kubernetes is an open-source container orchestration tool that can automate scale, distribute and manage fault tolerance on containers in the event of a failure in the component. Kubernetes is originally created by Google and then donated to Cloud Native Computing Foundation.
Getting Started With Redis
Redis is an open source (with minimal restrictions on the use and distribution of the software), memory resident database store which especially relies on the main memory unit for computer data storage. Redis can be used as a storing database…
How to Migrate GitLab from Old server to New Server?
When migrating Gitlab to a new server, you might face many problems like incompatible versions, different OS (so different latest Gitlab version), etc. Before migrating the Gitlab to the new server, we have to make sure that Gitlab in both servers…