My learnings from working on Ruby on RailsThe ‘compact’ method — You might have encountered many places in the codebase where array. ‘compact’ has been used.Jan 17, 2024Jan 17, 2024
A Collection of my fav Atticus poems“From the moment I saw her I knew this one was worth the broken heart.”Jan 3, 2023Jan 3, 2023
SplitBrain problem in ElasticSearchConsider a scenario where you need to scale-up the elastic-search cluster by adding more number of nodes. But you can run on split brain…Dec 7, 2022Dec 7, 2022
JavaScript async/await, promisesIn this article, we will go through the different use cases of the sequential, simultaneous calls in JS.May 16, 2022May 16, 2022
How does ‘LIKE’ work?when we use a sql query as above, what goes behind this? To understand, lets see how B-Tree indexing works.Nov 30, 2019Nov 30, 2019
My Answer to- “With more than 8 million accounts, how do giant sites like Reddit verify so quickly…Design —Jun 23, 2019Jun 23, 2019
LeetCode : Valid Palindrome IIGiven a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome.May 23, 2019May 23, 2019