The Introduction and Quick Set up of Elasticsearch.

The Introduction and Quick Set up of Elasticsearch.

Search Engines will use a database to store the metadata to search. Using a Relational database in Search engines will retrieve metadata from multiple schema and tables. This will slow down the search process. Using NoSQL might help to overcome this issue, but we need more search engine-oriented engine to serve our purpose. So, here […]

The Introduction and Quick Set up of Elasticsearch. Read More »

How to Configure Nginx with SSL Certificate in Ubuntu and CentOS

How to Configure Nginx with SSL Certificate in Ubuntu and Cent OS

The Secure Sockets Layer (SSL) and Transport Layer Security (TLS) are the popular security protocols used for securing websites running in webservers. If you use these protocols in your servers, data transfer between the servers or end-users will be protected against the traffic interceptions. Some applications are advised to have these security layers for sure.

How to Configure Nginx with SSL Certificate in Ubuntu and Cent OS Read More »

Kubernetes Networking Model

Kubernetes Networking Models

Kubernetes is an open-source tool for containerized applications. This tool will help the application is automatically scale, deploy, and manage. Kubernetes makes the group of containers make applications into logical units. This makes deployment, maintenance, and other reliability concerns easier. Basically, Kubernetes has 4 major components which are, Controllers, API server, Pods, and Nodes. Where

Kubernetes Networking Models Read More »

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes

Jenkins becomes a popular and unavoidable CICD tool. Also, Jenkins is used Because of its huge availability of plugins and features. Such a tool which is in high demand will have to run N number of job N number of time with the high resource. So scaling is needed to face this resource demand. So,

How to Create Dynamically Scalable Jenkins Slaves with Docker and Kubernetes Read More »

what is Circuit Breaker Design Pattern

What is Circuit Breaker Design Pattern?

Circuit Breaker is a software design pattern used in software development especially in Microservices based software development. Circuit breaker works as same as how an electrical circuit breaker works. When multiple services communicate with each other to serve the number of request, there are many possibilities that the services are unavailable and or not responding state.

What is Circuit Breaker Design Pattern? Read More »

How to Migrate SQL to MongoDB

How to Migrate SQL to MongoDB

MongoDB is a popular Opensource NoSQL and document-based database. MongoDB’s documents are structures in JSON with the proper schema. One of the challenging process of Translating or Migrating your SQL data to MongoDB (NoSQL). There are many options are available to Migrate SQL to MongoDB. But in this article, we will see the various methods

How to Migrate SQL to MongoDB Read More »

Introduction to MongoDB

Introduction to MongoDB

MongoDB is a popular Opensource NoSQL and document-based database. MongoDB’s documents are structures in JSON with the proper schema. MongoDB is available as Cloud platform called MongoDB Atlas and Software as MongoDB server. Then, Along with this, MongoDB provides Analytics Platform for Cloud Service. So, In this article, we will see the Introduction to MongoDB.

Introduction to MongoDB Read More »

Docker Swarm vs Kubernetes vs OpenShift

Docker Swarm vs Kubernetes vs OpenShift

As Modern Software application development strategy moved towards Microservices and Container-based applications. Deployment and other Operational activities in Container-based application developments are in demand with Container Orchestration and Management tools. A couple of market-leading Container Orchestration and Management tools are Docker Swarm, Kubernetes, OpenShift, Mesos and more. In this article, we will discuss the detailed

Docker Swarm vs Kubernetes vs OpenShift Read More »

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template

AWS Lambda is a serverless computing service from AWS. Application logic can be written as functions and the actions can be triggered. For this cloud service, no platform-level services are exposed to end-user. We can also call this as Functions as a Service (FaaS). Since Serverless Computing is different than other traditional computing, Serverless application

How to Setup Jenkins CICD Pipeline for AWS Lambda with GitHub and SAM Template Read More »