Posted inBasics Constructor and Destructor Posted by admin August 13, 2021 Whenever you create an object, you need to construct that object, meaning you assign all…
Posted inBasics Object-Oriented Analysis And Design — Structural Models (Part 3) Posted by admin August 13, 2021 Structural models of software display the organization of a system in terms of the components…
Posted inBasics Object-Oriented Analysis And Design — Conceptual Model (Part 2) Posted by admin August 13, 2021 Conceptual Model Once we’ve some use cases or user stories, the next thing we can…
Posted inBasics Object-Oriented Analysis And Design — Introduction (Part 1) Posted by admin August 13, 2021 The Concept Of Object-Orientation Object-orientation is what’s referred to as a programming paradigm. It’s not…
Posted inBasics Designing Real-World Systems Posted by admin August 13, 2021 This last section is all about examples of real world problems, and what solutions we…
Posted inBasics Spark Streaming Posted by admin August 13, 2021 With Spark core, we can analyze batch of data (say, daily). With Spark Streaming, we…
Posted inBasics Streaming Data Posted by admin August 13, 2021 So far we assumed data is sitting on the cluster, but, we didn’t say how…
Posted inBasics Query Engines Posted by admin August 13, 2021 There are handful of solution to query the data in the whole cluster, or from…
Posted inBasics Cassandra Posted by admin August 13, 2021 A distributed NoSQL database with no point of failure (no master node). It has a…
Posted inBasics External Data Storage Posted by admin August 13, 2021 We can use and integrate external data storage, relational and non-relational databases to expose the…