Diagram as Code (DaC)Diagram as Code (DaC). It’s not often that a new paradigm shifts our perspective so profoundly, but DaC promises to do just that in the…Nov 26, 2023Nov 26, 2023
Mileage accrual is a system designed to incentivize customer loyalty by rewarding frequent…1. Basic Concept : Every time a member of a frequent flyer program takes a flight, they earn miles based on the distance traveled or the…Oct 12, 2023Oct 12, 2023
MicroservicesMicroservices, or the microservices architecture, is an architectural style that structures an application as a collection of loosely…Oct 6, 2023Oct 6, 2023
IaaS vs PaaS vs SaaSThere are 3 main types of cloud computing as-a-service infrastructure-as-a-service (IaaS), platform-as-a-service (PaaS), and…Jun 16, 2022Jun 16, 2022
What is PNR , booking reference number in Travel industry most buzzy wordThe travel industry is full of acronyms, but few are very important like Passenger Name Record, or PNR. In this article, we’ll look at…May 26, 2022May 26, 2022
HttpServletRequest : Java code to get client IP Addresspublic static final String X_FORWARDED_FOR = “X-Forwarded-For”; public static final String PROXY_CLIENT_IP = “Proxy-Client-IP”; public…Jun 16, 2021Jun 16, 2021
Summary Overview the latest changes in JDK 12 (for java developer Quick way to go through)I was searching around the internet to find the what’s new in java 12. During my search have found a very helpful link which I thought to…May 24, 2019May 24, 2019
Lambda Expressions : Removed lots of boilerplate code and make java developer life easyLambda Expression is the most important features of java8 and we will discuss here by exampleFeb 9, 2019Feb 9, 2019
Java Collection Framework : Help to choose collection implementationChoosing right collection we should have the answer of following questionNov 19, 20181Nov 19, 20181
Understand Scurm Framework /Agile Development OverviewOverview: A scrum project involves a collaborative effort to create new product ,service or other result as defined in the project vision…Jul 31, 2018Jul 31, 2018