PinnedPublished inStackademicUnlocking Efficiency: How Bloom Filters Save Space and Supercharge Data AccessBloom filters stand out as a clever and efficient way to determine whether an element is a member of a set. This probabilistic data…Sep 19, 20231Sep 19, 20231
PinnedPublished inGeek CultureIs Confusion Matrix really Confusing?After reading this blog, I am sure you will not be confused with the confusion matrix.May 31, 2021May 31, 2021
Understanding hashCode() and equals() in JavaJava’s hashCode() and equals() methods are fundamental to the functioning of many core Java classes, particularly those in the Collections…Sep 24, 2024Sep 24, 2024
SOLID Design Principles: Enhancing Software Design with Java ExamplesIn the world of software development, creating maintainable, scalable, and robust code is more important than anything else. The SOLID…Sep 18, 2024Sep 18, 2024
Understanding Git RebaseIn the world of version control, Git rebase stands as one of the most powerful yet often misunderstood tools. Especially for developers…Sep 18, 2024Sep 18, 2024
Published inGeek CulturePower of Java Virtual Threads: A Deep Dive into Scalable ConcurrencyJava introduces a groundbreaking feature: Virtual Threads, designed to address the limitations of traditional threading models and make…May 30, 2024May 30, 2024
Why do I write blogs?Documenting my learning and creating beginner-friendly content.Apr 16, 2021Apr 16, 2021
Published inGeek CultureExploring Couchbase Analytics ServiceRecently I have been exploring Couchbase Analytics service and finding out how it could be more useful and increase efficiency compared to…Apr 16, 2021Apr 16, 2021
Published inGeek CultureEstablishing connection to Couchbase server from aws ec2 instance using Couchbase Java SDKI was having problem in establishing connection to Couchbase server in ec2 from my laptop using public ip in Couchbase java sdk. So for me…Apr 16, 2021Apr 16, 2021