If you are working for bigger firms and if you want to handle lots of traffic you would have heard about the term Load balancers which people use very often. Let’s see what is Load Balancing and why do we prefer Load Balancing.
Let’s take the example of Amazon. Amazon might be deploying lots of servers in the back-end for the UI part. Let’s consider these are the different servers that are deploying in the Amazon infrastructure which are running the same code as the Amazon UI. Now does the request get to each of these servers? Let’s say I…
In this tutorial, we are mainly focused on the Zuul API gateway. We have so many API gateways are available. In Spring Cloud we have a Zuul API gateway. If you are working on AWS based environment then you will have different AWS API gateways. So you can use any of them.
What is Microservices?
Microservices — also known as the microservice architecture — is an architectural style that structures an application as a collection of services that are. Highly maintainable and testable. Loosely coupled. Independently deployable. Organized around business capabilities.
If you want more details about Microservices please refer…
In this tutorial, we will be learning what is Hazelcast and when to use it. Hazelcast IMDG is an open-source in-memory data grid based on Java. It is a clustered data-grid, backed by physical or virtual machines. In this tutorial, we will be looking at Hazelcast basic, in the next tutorial we will be implementing Spring Boot + Hazelcast application.
What is Hazelcast?
Let us take an example of a simple Banking Application that performs CRUD operations for User Bank Accounts. Initially, we develop this application using a monolithic approach. The banking application will be deployed into a single server…
In this tutorial, we are going to learn about Kubernetes from the beginning. Kubernetes is the Greek word for helmsman or captain of a ship. You can get an idea from the logo also.
Kubernetes is also referred to as K8s, and that is because there are 8 characters between K and S.
In this session, I am planning to go very beginning and step by step. This will be very easy and very interesting. So let’s get started.
In this tutorial, I am going to explain to you about,
In this tutorial, we are discussing the Whatsapp Application Design. Whatsapp is a chat-based application. Once you know the design of Whatsapp application you would design any chat-based application with newer features.
The special things about Whatsapp are,
In this tutorial, we are going to learn about Load Balancing. This is an important thing that you need to know when you are building systems. Let me get a simple example for explaining the concept of Load Balancing.
If you have a single computer that is running a program(algorithm) and someone comes to you and says I will pay you money just let me use your algorithm.
And assume that there is a person with a mobile phone. He can connect to your machine and use the algorithm. He only uses your algorithm and gets the result. And every…
In the previous article, we learned how to create Users + Manage + Assign Roles in Jenkins. In this article, I will be highlighting how can we create some basic JOBS in Jenkins. Furthermore, these are the points which I am going to explain.
First of all click on New Item on the Jenkins Dashboard. Then Give a name to your project. Then you can select a Freestyle or Multi-configuration project. For this tutorial please go with the…
In this tutorial, we are going to learn How to do simple configurations for Jenkins. Here are the points which I am going to explain in this tutorial.
First of all, make sure whether your Jenkins server is up and running. Please go through my previous tutorial for getting up and running the Jenkins server.
Once you run the Jenkins server it will start on default 8080 port. …
This will be a tutorial series of Jenkins and we will start from the very basics of Jenkins and go to the deep points. First, we will discuss What is Jenkins and How to use it. Then later on we will discuss Jobs in Jenkins and the plugins that we can use for Jenkins and so on. Later we will discuss how to do continuous integration with Jenkins.
Jenkins is a Java application. Because it is a Java application it is platform-independent and it does not require any specific platform. You do not have to worry about the operating system…
In this tutorial, we will be learning about SonarQube. It is a Software testing tool used to improve the quality of the code and help fix errors very early in the development. In the previous tutorial, I explained about What Software Testing is?, Dynamic Testing and Static Testing.
In this tutorial, I am going to explain these things,
As may you have already guess SonarQube is a static analysis code tool. It basically goes through developers' code and identifies errors at the early stage. It is an open-source…
Software Engineer at Pearson Lanka || Former Associate Software Engineer at hSenid Software International