Author: Deepa

Spring Boot: Launch your application in Google Cloud Platform (GCP)

Reading Time: 4 minutes Google Cloud Platform provides a cloud computing services that run the Spring Boot application in the cloud environment in much simpler and seamlessly manner. In this blog we will talk about Google Cloud Platform and Spring boot and how users can deploy spring boot application in App Engine Google Cloud Platform. Google Cloud Platform (GCP): Google Cloud Platform is offered by Google, is a suite Continue Reading

Kafka Connector – Bridge between your source and destination data

Reading Time: 6 minutes In this blog we will talk about Apache Kafka and Kafka Connector. After reading this blog readers will be able to know about what Apache Kafka is and Kafka Connector. Apache Kafka: Apache Kafka is a distributed event store and stream-processing platform. This is an open-source system which is developed by the Apache Software Foundation and written in Java and Scala. The project aims to Continue Reading

Understanding Functional Programming

Reading Time: 4 minutes This blog describes all about Functional Programming. With this blog any novice will be able to understand benefits of using functional programming and will able to apply it in their code base to increase performance. So lets begin with introduction of functional programming. Introduction Functional programming is a type of paradigm or pattern which is defined in computer science and here we do everything with Continue Reading

All about Log4j vulnerability

Reading Time: 4 minutes Log4J vulnerability is critical remote code execution (RCE) vulnerability (CVE-2021-44228) in Apache’s Log4j software library, versions 2.0-beta9 to 2.14.1, known as “Log4Shell.” Log4j is very broadly used in a variety of consumer and enterprise services, websites, and applications—as well as in operational technology products—to log security and performance information. An unauthenticated remote actor could exploit this vulnerability to take control of an affected system. On Continue Reading