Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
As software engineers, we frequently encounter system design problems, and determining whether something is unique or exists in a table is one of the more frustrating issues we face, as it requires a full-table scan! I explained why we use bloom filters with a realistic example and developed a prototype in Laravel and Redis.
Header image from Unsplash - person-holding-clear-glass-ball-10DiA-UQLds The Problem:...