PinnedKiran U KamathinStackademicUnlocking 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
PinnedKiran U KamathinGeek 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
Kiran U KamathUnderstanding 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 24Sep 24
Kiran U KamathSOLID 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 18Sep 18
Kiran U KamathUnderstanding Git RebaseIn the world of version control, Git rebase stands as one of the most powerful yet often misunderstood tools. Especially for developers…Sep 18Sep 18
Kiran U KamathinGeek 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 30May 30
Kiran U KamathWhy do I write blogs?Documenting my learning and creating beginner-friendly content.Apr 16, 2021Apr 16, 2021
Kiran U KamathinGeek 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
Kiran U KamathinGeek 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