#1 Enterprise Service Bus or API Gateway : What is best for Microservices architecture
Let me start with the background of integration & need of enterprise service bus which emerged from a concept called...
Let me start with the background of integration & need of enterprise service bus which emerged from a concept called...
Introduction In the modern era, software is commonly delivered as a service: called web apps, or software-as-a-service. The twelve factor app is...
Below is the list of technology advancement which happened in 2021 year. Though 2021 year was tough from COVID perspective,...
Please see, It’s got nothing to do with Log4Shell, except it may be just as far-impacted as Log4j, given apache...
A new log4j vulnerability named Log4Shell is being considered as one of the worst cybersecurity flaws to have been discovered....
What does AWS CCP stands for AWS CCP stands for certified cloud practitioner. It is one of the entry points...
Python modules Module is a python file which contains python data members i.e., statements and definitions.A file containing Python code,...
Python Function Python functions are classified into two types Built-in functions (or) library functions ( example: print(),sort(),list() etc., ) User defined functions...
Python Conditional Statements if statement The if statement contains a logical expression using which data is compared and a decision is made...