-
🔗 What Goes Around Comes Around... And Around...
November 2024 · 2 minute readThis is an interesting paper I read last month. The notes on this paper gave me an idea of having linkblogs…
Some quotes
Under 4: Parting comments
ORMs are a vital tool for rapid prototyping. But they often sacrifice the ability to push logic into the DBMS in exchange for interoperability with multiple DBMSs. Developers fall back to writing explicit database queries to override the poor auto-generated queries. This is why using a RDBMS that supports SQL is the better choice.
-
Golden Rule Of Sanity: No ORM/ODM
June 2023 · 5 minute readMany teams start with ORM/ODM for various reason. But ORM/ODM don’t scale because of a reason. And to perserve sanity, all ORM/ODM must be avoided unless it’s provided by the team who built the database -
Connect AWS Cognito to Database
July 2021 · 5 minute readAWS Cognito is very powerful system of managing users, connecting AWS Cognito with our own database is easy and very important task. This post describes how we leverage best of both Cognito and Our database to our advantage -
Supercharge your Android Application-3(Data).
January 2015 · 4 minute readIn the third part of the series, we will focus on how to download, save and preserve your data.