Data Modeling cheat sheet v1
I have gone through some database notes on my msc program and created this cheat sheet covering some concepts of it will upload the advance one too.


I have gone through some database notes on my msc program and created this cheat sheet covering some concepts of it will upload the advance one too.


Recently, while exploring generative AI, I randomly came across a question that looked simple at first: "If AI creates something, who owns the copyright?" At first, I thought the answer would be straightforward. Maybe the person who generated the content owns it, or maybe the AI company owns
Rain drizzled softly over the massive glass towers of the Quantum Research Complex as Professor Robert Hayes stood outside the entrance, staring at the glowing logo above the building. THE JONATHAN INSTITUTE OF TEMPORAL PHYSICS Robert smiled faintly. “Only Jonathan could name an entire institute after himself and still stay
A few years back, when I was working as an Associate Software Engineer, we worked on a batch processing system that handled large amounts of data through Kinesis streams and stored processed records in DynamoDB. At that time, I didn’t know much about retry strategies or distributed system failure
One thing I learned while working with DynamoDB single table design is that it should not start only from entities and relationships like traditional relational databases. In single table design, multiple entities are usually stored in the same table, and the structure is mainly optimized around how the application reads