Full course of Apache IcebergIntroduction to Apache Iceberg: — Apache Iceberg is an Open Table Format, OFT created in 2017 at Netflix by Ryan Blue and Daniel Weeks…Feb 3Feb 3
ChatGPT vs. Gemini vs. DeepSeek Understanding the Key DifferencesArtificial Intelligence (AI) has revolutionized the way we interact with technology, and conversational AI models like ChatGPT, Gemini, and…Jan 29Jan 29
Modules in PythonA group of functions, variables and classes saved to a file, which is nothing but module. Every Python file (.py) acts as a module.Sep 5, 2021Sep 5, 2021
Decorators in PythonDecorator is a function which can take a function as an argument and extend its functionality and returns modified function with extended…Aug 22, 2021Aug 22, 2021
The Option type in Scala.Before going to start reading this post, if you are really want to learn Scala from scratch you can refer my previous Post as well, that is…Aug 15, 2021Aug 15, 2021
Scala Vs Python in In-DepthBefore going to start reading this post, if you are really want to learn Scala from scratch you can refer my previous Post as well, that is…Aug 14, 2021Aug 14, 2021
Published inAnalytics VidhyaRecursion /Tail Recursion in ScalaScala has some advanced features compared to other languages including support for tail recursion. But let’s first look at what it means…Nov 29, 2020Nov 29, 2020
Published inAnalytics VidhyaSingleton and Companion Objects in Scala.Scala is an object-oriented programming language, that defines singleton and companion objects to make it’s functioning enjoyable ..Nov 9, 20204Nov 9, 20204