Abinaya RajeshSparkSpark is written in Scala which is a functional programming language. Spark can be accessed with Python which is a procedural programming…Jan 2, 2021Jan 2, 2021
Abinaya RajeshIntroduction to Big DataIn big data terms, it is better to use a distributed system with several machines rather than doing the data processing in a single…Jan 1, 2021Jan 1, 2021
Abinaya RajeshData WarehousingA data warehouse is a system that enables us to store the data and support analytical processing. The data warehousing can be seen from…Dec 28, 2020Dec 28, 2020
Abinaya RajeshBasics of Data ModelingThe data model is an abstraction that organizes the elements of data and how they are related to each other. Data modeling helps to…Dec 17, 2020Dec 17, 2020
Abinaya RajeshWhat is data engineering?Data engineering is the process of collecting data from different sources and finding an efficient way to store the data. Data engineers…Dec 16, 2020Dec 16, 2020
Abinaya RajeshMerge Sort Algorithm in PythonMerge sort algorithm is based on the divide and conquer algorithm. Although this algorithm consumes more memory, this algorithm is widely…Dec 3, 2020Dec 3, 2020
Abinaya RajeshBinary Search AlgorithmBinary search algorithm which is also known as the logarithmic algorithm is an algorithm and it is used in finding an item from the sorted…Oct 9, 2020Oct 9, 2020
Abinaya RajeshThe intersection of two arrays II solution ~ LeetCodeToday, we will take a look at how we can solve an intersection of two arrays problem in Leetcode. I am not a great programmer but I can…Sep 7, 2020Sep 7, 2020
Abinaya RajeshIs it the right approach to solve a technical problem?It gives an idea of technical coding problem solving approach which is described in several steps.Aug 28, 2020Aug 28, 2020