PHP 5.6 - 8.1 Benchmark with JIT included
This simple benchmark will guide you in deciding on the perfect setup and configuration for your application.
This simple benchmark will guide you in deciding on the perfect setup and configuration for your application.

IAST (Interactive Application Security Testing ) is a term for tools that combine the advantages of SAST (Static Application Security Testing and DAST ( Dynamic Application Security Testing ).
What is Hybrid Cloud?A hybrid cloud refers to mixed computing, storage, and service environment that runs on private cloud services, public cloud services and on-premise infrastructure. With a hybrid cloud, you can take advantage of each delivery method while mitigating the risks of choosing just on..

Iâd like to discuss what reading Iâd recommend starting learning the Rust Programming Language and how useful the language can be, not only to Systems Programming, but also to Microservices, web development, applications in Blockchain technology; even game development.

Terraform Project - For creating AWS environment, with parameters for inugav/TerraformProj_AWS: DEV/UAT/PRDNo of InstancesType of InstanceZone / RegionNo of zones for implementation- Terraform: - Installed on same server as Jenkins - Terraform 0.12 used- Jenkins : - Terraform needs to be configured ..
Hello everyone. We are going to start a Kubernetes series. In this series, we will learn the basics of Kubernetes and try to deploy our sample microservice code with Kubernetes.
Disclaimer :) If you donât have prior knowledge of Docker, please refer to this blog. It will help you to understand Kubernetes more precisely.
Over the past years, containerization has increased demand as a powerful solution to application deployment and migration; however, this has not fallen short of challenges; among them security risks.

[GKE] End to End setup of Multi Region Autopilot Kubernetes Cluster with Application Deployment Example
We are going to deploy an Active-Active Architecture Multi-Region Kubernetes Cluster with Terraform in this story.
This will make our cluster highly available since we have two different clusters to serve the traffic and fault tolerant since we are deploying both clusters in different regions. In the worst case even if one region goes down, we will be able to serve traffic from second region cluster.
In my previous story we configured KEDA on Kubernetes. Today we will configure our Autopilot Kubernetes cluster on Google cloud platform with multi region support, and we will deploy a sample application with ingress to verify that traffic is getting served from both the clusters.

Recommendation :) Docker-compose built on top of the Docker container engine. To know more about Docker please follow this article which will give you a good sense to read this article.

Unit testing is the most important thing in developing an application, which aims to minimize the occurrence of errors, therefore software developers are obliged to master it. In this article, we will write unit tests in the Golang programming language using the unit testing package provided by Golang.
Letâs get started!
