Padmapriya PalanichamyDocument vs Relational Data Models: A Comparative AnalysisAre you involved in data modeling and find yourself caught in the web of confusion when it comes to choosing the right data model to…Nov 14, 2023
Aditya KaushalConverting Hierarchical Indexes to Relational Model Structure (Flatten a Binary Tree) using PythonA lot of times we have to deal with Multi-Dimensional (Cube) Databases where the data is stored in a parent-child column relationship …Jun 26, 2021
Kazem MirzaeiLaravel101: Exploring Entity-Model RelationshipsUp until now, we’ve built an awesome app that lets users save tasks. But now, we want to take it a step further and save each user’s tasks…Aug 22, 2023Aug 22, 2023
The consistent voiceHow to distinguish facts, attributes and relations from bullshit ?We’ve seen in my previous article ( who said rant ? ) how to easily normalize database items, but how do we know what’s what ? It is…Oct 14Oct 14
Giovanni Z.Why functional relational programming is (sometimes) faster than OOP, part 2In part 1 we saw how a one-to-one binary relation is implemented in Cell. We’ll now generalize that implementation for arbitrary binary…Jul 12, 2023Jul 12, 2023
Padmapriya PalanichamyDocument vs Relational Data Models: A Comparative AnalysisAre you involved in data modeling and find yourself caught in the web of confusion when it comes to choosing the right data model to…Nov 14, 2023
Aditya KaushalConverting Hierarchical Indexes to Relational Model Structure (Flatten a Binary Tree) using PythonA lot of times we have to deal with Multi-Dimensional (Cube) Databases where the data is stored in a parent-child column relationship …Jun 26, 2021
Kazem MirzaeiLaravel101: Exploring Entity-Model RelationshipsUp until now, we’ve built an awesome app that lets users save tasks. But now, we want to take it a step further and save each user’s tasks…Aug 22, 2023
The consistent voiceHow to distinguish facts, attributes and relations from bullshit ?We’ve seen in my previous article ( who said rant ? ) how to easily normalize database items, but how do we know what’s what ? It is…Oct 14
Giovanni Z.Why functional relational programming is (sometimes) faster than OOP, part 2In part 1 we saw how a one-to-one binary relation is implemented in Cell. We’ll now generalize that implementation for arbitrary binary…Jul 12, 2023
Giovanni Z.Why functional relational programming is (sometimes) faster than OOP, part 1A new version of the compiler/transpiler for the Cell programming language is now available, and even though optimization is still pretty…Jul 10, 2023
Omkar ShevdeRelational database systems deal with which types of data?Relational database systems primarily deal with structured data.May 26, 2023
Kueila RamosUnderstanding Relational Database — Part 1Understanding concepts of database Relational Model.Apr 2, 20211