Adaptive Query Execution(AQE) in Spark 3.0
Spark 3.0 released while ago. A bunch of new features are added in this new version of spark. One of the interesting features added…
Spark 3.0 released while ago. A bunch of new features are added in this new version of spark. One of the interesting features added…
Progressive web app is an application that built and lives on the web, but will function more and more like a native application. It…
WHY SCALA? Java had been the first language that I learnt, had professional experience in and so, kind of had an emotional connect with.…
Business Intelligence (BI) Business Intelligence is meant to convert the operational data into strategic information which is used for decision making by end-users in…
What is an API (Application Programming Interface) API is consists of a specific set of rules/guidelines/logic of the application. It helps us to interact with two…
Laravel and Angular have both become very well renowned tools in the web development world lately. Creating an application by using Laravel(Backend) and Angular(Frontend)…
Angular being one of the popular frameworks for frontend development, it’s used at a huge scale, especially in projects with large team members. But…
Scrapy Framework Crawlers: Crawlers are programs or bots that will visit sites and read the pages submitted by the owners of the sites on…
MULTITHREADING Thread is a lightweight process or simply a subset of a process. It means running different tasks at the same time. Why Multithreading…
Server Side Pagination As we are developing so many software in today’s world and dealing with millions and millions of data. Imagine a situation…