Finding the smallest number(k) whose product of digits is NHave you ever attempted to break down a number (N) into a set of digits (k) so that their product equals N? Now, what if we also need k to…Mar 10Mar 10
Finding no. of Special Characters in a StringThis approach efficiently counts the number of special characters in a string without unnecessary complexity. It leverages the fixed size ofDec 26, 2024Dec 26, 2024
Redis — REmote DIctionary ServerDiving into the world of databases, Redis seemed like a fast, efficient and highly scalable solutions. Exploring Redis, here I’m trying to…Dec 19, 2024Dec 19, 2024
One Log is All It TakesTroubleshooting problems in production is never fun, especially when you’re scrambling to figure out why the software decided to crash at 3…Dec 11, 2024Dec 11, 2024
Git — more than I thought it was!I worked on several projects and created more than a hundred repositories, all while thinking Git was all about git status, git add . , git…Dec 5, 2024Dec 5, 2024
What is a Product’s Life Cycle?Every product has a life cycle which is the time period from the product being introduced to the consumers to its removal from the market…May 14, 2024May 14, 2024
Why Product Managers Aren’t Mini-CEOs?While embarking on my journey into the domain of Product Management, I encountered numerous resources referring to a Product Manager as a…Mar 24, 2024Mar 24, 2024
Reversing an Integer but with Overflow Handling in JavaWe’ve all encountered this classic problem in our coding journey: reversing a number. It might seem straightforward now, but it wasn’t…Sep 12, 2023Sep 12, 2023
The Intersection of Blockchain and Artificial Intelligence: How the two technologies can be…Blockchain technology and artificial intelligence (AI) are two of the most promising technologies of our time. While they may seem…Feb 2, 2023Feb 2, 2023
Decentralized Finance (DeFi) and Blockchain: A deep dive into how blockchain technology is…Decentralized finance (DeFi) is an emerging field that uses blockchain technology to create decentralized financial systems and…Jan 28, 2023Jan 28, 2023