Note: For complete sample code used in this blog, refer: https://github.com/sendtoshailesh/postgres-data-masking-anonymization Continue reading on Medium »
Introduction Continue reading on Medium »
Apr 26th 2025
PostgreSQL for Absolute Beginners: Your First Step into Data Management Imagine managing millions of Instagram posts or handling customer orders worldwide without confusion. . What is SQL? SQL (str...
“Learn how your favourite apps stay organised — without the tech jargon!” Continue reading on Medium »
Your application is a success! Users love it, traffic is growing rapidly — it’s the dream scenario. But then, you start hitting limits… Continue reading on Medium »
Amazon’s Dynamo paper is said to be one of the important papers an Engineer should read to improve their knowledge on Distributed Systems… Continue reading on Medium »
Apr 26th 2025
Running MongoDB in Docker By Md Ariful Haque Sajib (arifulhaque313) Continue reading on Medium »
PostgreSQL Is Becoming the De Facto Database Standard Continue reading on Medium »
NyaruDB2 What is NyaruDB2? NyaruDB2 is an experimental, embeddable database library for iOS & macOS, written in Swift. Its primary goal is to explore table partitioning and indexed querie...
Apr 25th 2025
I’m developing a task management application with a deeply nested task hierarchy (mother-child tasks). Each task has the following structure (PostgreSQL schema): sql id UUID PRIMARY KEY, creator_id UU...