It has been a long time since I reviewed a product. But recently I had to research the best mid-range laptops that are available on the market because one of my friends called me and asked me to pick a laptop for her. I'm always waiting for such opportunities. So in this article, I will be sharing the top 3 best laptops that can be used for almost every normal use case. 1. … [Read more...] about 3 Best Laptops (Mid-Range) For Every Use Case In India
Archives for February 2021
Distributed System Architectural Patterns
Distributed Systems are complex. There is no doubt about it. But thanks to the experts and the years of experience and experimentation, we now have some of the reference architectures. In this article, I will be discussing four distributed architectural patterns along with their pros and cons. This will be a good reference point for someone who is just starting out or … [Read more...] about Distributed System Architectural Patterns
The Power of being in the Present
Last night I saw a beautiful, creative and adventurous dream. I did what I like, shifted from one place to another on my will and manipulated the objects inside my dream. It was really fun for the most part. I think it's not just me, this phenomena happens with other people as well. This is also not the first time I experienced such awareness while sleeping. Ever since … [Read more...] about The Power of being in the Present
Basic Calculator Leetcode Problem Using Object-Oriented Programming In Java
This is a medium difficulty problem in Leetcode. This is medium only if you are talking in terms of algorithm and time complexity. But let's say you have to build a calculator for an enterprise. The calculator that will be extensible, maintainable and optimized at the same time. How would you build such a calculator? Well the first thing would still be coming up with the … [Read more...] about Basic Calculator Leetcode Problem Using Object-Oriented Programming In Java