Benefits of a DevOps Strategy

Collaboration Promotes an environment where the different teams work together to achieve common organizational objectives. This means that the teams in your organization won’t be...

How to deploy a Firebase NodeJS project

phuong.cao@deployer:~/deployer/firebase2$ curl -sL https://firebase.tools | bash phuong.cao@deployer:~/deployer/firebase2$ curl -sL https://firebase.tools | bash phuong.cao@deployer:~/deployer/firebase2$ firebase init hosting

5 Ways to Boost Your Earning Potential in DevOps

1. Prove you’ve got the soft skills As Ian Miell, Lead OpenShift Architect at a Tier 1 Bank put it: "Really, it’s those things {soft skills} that sit around a basic...

To be a DevOps in Blockchain & cryptocurrency

In this topic, I would like to share my some keynotes to work as DevOps role in the Blockchain & cryptocurrency. Node maintenance and upgrade As you might know, the Blockchain world is...

HTTP request methods

HTTP defines a set of request methods to indicate the desired action to be performed for a given resource. Although they can also be nouns, these request methods are sometimes referred...

Cross-Origin Resource Sharing (CORS)

CORS is a mechanism that uses additional HTTP headers to tell a browser to let a web application running at one origin (domain) have permission to access selected resources from a...

How To Set Up Nginx Load Balancing

About Load Balancing Loadbalancing is a useful mechanism to distribute incoming traffic around several capable Virtual Private servers.By apportioning the processing mechanism to several machines, redundancy is provided to the application --...

Software release life cycle

Stages of development Pre-alpha Pre-alpha refers to all activities performed during the software project before formal testing. These activities can include requirements analysis, software design, software development, and unit testing. Alpha The alpha phase of...

Kubernetes vs. Docker Swarm

Kubernetes and Docker are two of the major players in container orchestration. Both of these tools enable you to handle a cluster of servers that run one or more services on them....

Kafka – The important configuration

Article This article points out certain high-level points that you should think about before deploying the Kafka cluster into production. It's divided into 3 parts: Tuning Kafka Producers, Tuning Kafka Consumers, and...