MRManasa Rinpartition-algorithms.hashnode.dev·Jul 21 · 3 min readApache Kafka ArchitectureApache Kafka is a distributed event streaming platform used to publish, store, process, and consume streams of records in real time. It supports the publish-subscribe messaging model while providing h00
MRManasa Rinsolid-priniciples.hashnode.dev·Sep 19, 2025 · 3 min readWhy SOLID PrinciplesWriting code not only involves proper syntax, reaching customer requirements, applying large algorithms but also includes maintaining the code for long run, writing code understandable, structuring the code. The SOLID principles are a set of five des...00
MRManasa Rinpartition-algorithms.hashnode.dev·Jan 18, 2025 · 2 min readPartition AlgorithmsPartition algorithms are an essential concept in computer science, particularly in sorting and searching algorithms. These algorithms divide a set of data into smaller, more manageable subsets (or partitions), which can then be processed or manipulat...00