Microsoft acquires Citus Data

Microsoft today announced that it has acquired Citus Data, a company that focused on making PostgreSQL database faster and more scalable. Citus’ open source PostgreSQL extension essentially turns the application into a distributed database and while there has been a lot of hype around the NoSQL movement and document stores, relational database — and especially PostgreSQL […] Continue reading Microsoft acquires Citus Data

Storing files in database through encryption and Viewing them only on providing key for the file

I have this use case:

User1 uploads his file into the database which should be encrypted.
Any other users who request that file, user1 will be notified for approval, on approving other users should be able to view the file … Continue reading Storing files in database through encryption and Viewing them only on providing key for the file

Two-factor authentication on Galaxy Watch – should secrets be encrypted, and is this SQLite example secure?

I recently got a Galaxy Watch and to get acquainted with developing apps for it I’m writing a simple two factor authenticator to generate TOTP codes from entered secrets using the Google Authenticator algorithm. I found this … Continue reading Two-factor authentication on Galaxy Watch – should secrets be encrypted, and is this SQLite example secure?

They scaled YouTube. Now they’ll shard everyone with PlanetScale

When the former CTOs of YouTube, Facebook, and Dropbox seed fund a database startup, you know there’s something special going on under the hood. Jiten Vaidya and Sugu Sougoumarane saved YouTube from a scalability nightmare by inventing and open sourcing Vitess, a brilliant relational data storage system. But in the decade since working there, the pair […] Continue reading They scaled YouTube. Now they’ll shard everyone with PlanetScale