Author: Udit Raj

Apache Beam Vs Apache Spark: A Quick Guide

Reading Time: 4 minutes Before we compare Apache Beam with Apache Spark, we must see what the two are. Apache Beam refers to an integrated planning model. It uses a lot of streaming data processing functions that work on any output engine. It uses pipes in many places of use. Apache Spark describes a fast and common data processing engine on a large scale. Spark is a fast and Continue Reading

 Google Cloud Platform: A Quick introduction

Reading Time: 4 minutes Google Cloud Platform (GCP) is a global cloud service provided by Google that uses the same infrastructure as they use within their end-user products. In April 2008, Google announced its first cloud computing service called App Engine. It is a platform for developing and managing web applications in Google’s data centers. GCP is part of Google Cloud, which integrates the Google Cloud Platform public cloud Continue Reading

Apache Beam | A quick guide

Reading Time: 5 minutes What is Apache Beam? Apache Beam is a product of the Apache Software Foundation. Which is an integrated open-source programming model used to define and use data processing pipelines. Including ETL, namely, ETL, Extract, Transform, Load, and both data collection and distribution. we have used Python and Java two editing languages for this model. The first version of Apache Beam was released in June 2016 Continue Reading

Introduction to Google BigQuery:

Reading Time: 7 minutes What Is Google BigQuery? Google BigQuery is a Cloud Data warehouse and Google is running it. It is capable of analysing terabytes of data in seconds. If you know how to write SQL Queries, you already know how to query it however, there are plenty of interesting public data sets shared in BigQuery, ready to be queried by you. You can access BigQuery by using Continue Reading

lambda Expression in Java :

Reading Time: 6 minutes What are lambda expressions in Java? Lambda idioms are an unknown function, meaning they have no name or identifier. we can transfer it as a parameter to another function and they are paired with an active visual connector and insert a parameter with a sentence referring to that parameter. The syntax of a basic lambda expression is: we can used it as the coded version Continue Reading

Introduction to Vert.x

Reading Time: 4 minutes Overview In this article, we’ll talk about Vert.x, cover its center ideas and make a basic RESTfull web administration with it. We’ll begin by covering the establishment ideas about the tool compartment. Gradually push ahead to a HTTP server and afterward assemble the RESTfull administration. About Vert.x Vert.x is an open source, responsive and bilingual programming advancement tool compartment from the engineers of Eclipse. Receptive Continue Reading

Why Java 8 ??

Reading Time: 4 minutes Prophet delivered another adaptation of Java as Java 8 in March 18, 2014 ,was a progressive arrival of the Java for programming improvement stage so It incorporates different moves up to the Java programming, JVM, Tools and libraries. Java 8 Programming Language Enhancements Lambda expressions Method references Functional interfaces Stream API Default methods Base64 Encode Decode Optional class Collectors class ForEach() method Nashorn JavaScript Engine Continue Reading

Exploring Spring Boot :Beginners Level

Reading Time: 4 minutes What is Spring Boot Spring Boot is a project which is built on the top of the Spring Framework. it will provide us an easier and faster way to set up likewise configure. Similarly it runs both simple and web-based applications. Spring module provides the RAD (Rapid Application Development) feature.The Spring Framework is used to create a stand-alone Spring-based application.you can just run because it needs minimal Continue Reading