
Why This Formula is Better for Calculating the Midpoint in Binary Search
In this blog, we will explore why the formula start + (end - start) / 2
is preferred over (start + end) / 2
in binary search.

My Work on the SPIKE Repository
This post explains my work on the SPIKE repository, which deals with securing sensitive data storage, protection, and overall security.
Find out more
Understanding Positive and Negative Tests in Software Testing
In my tests, most of them fall under the category of "Positive Tests," which simply means testing if a function works as expected.
Find out more
Data Streamers in Event-Driven Architecture
A quick starter blog for understanding Data Streamers in EDA.
Find out more
Event Types in Event-Driven Architecture
A quick starter blog for understanding Event Types in EDA.
Find out more