ManOrInfinity Posts

June 16, 2023 / Okane

Spending money without a budget is like jumping of an airplane without parachute – A Sage Once Said Budgeting means analysing your income and setting standards for your expenditure to allow yourself spend in a wise manner and save money for the long term. When you budget on personal level…

May 25, 2023 / Okane
May 22, 2023 / LeetCode Series

The Question is from the interview section of leetcode and is marked as easy difficult. Here is the description: The Problem Given a string s containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[‘ and ‘]’, determine if the input string is valid. An input string is valid if: Example 1: Input: s = “()” Output: true Example 2:…

May 12, 2023 / Okane

The word EMI means Easy monthly installment. The concept of EMI was introduced so people can buy expensive things with ease. But, EMI always comes with a interest rate. The No Cost EMI option however allows you to buy things without paying the interest. The interest the bank charges is…

May 3, 2023 / LeetCode Series

The Problem: Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string “”. Example 1: Input: strs = [“flower”,”flow”,”flight”] Output: “fl” The Solution: This is a question from leetcode. Let me show you the solution and…

April 22, 2023 / A Better Man

Excellence is not a state to be achieved rather a never ending process that is to be ingrained in your lifestyle. -A Great Sage Once Said Often Excellence is defined as the essence of being of the greatest quality. But, what is considered greatest well the parameters for greatness might…

March 21, 2023 / Okane

A debt doesn’t have to be bad if taken purposefully The difference between rich and poor is just their outlook of the world and how they see problems. A poor person sees debt as a burden or a tool to afford what he can’t afford otherwise. While a rich person…

March 20, 2023 / A Better Man

One of the basic traits of traditional masculinity is stoicism. And the core of stoicism states that a man must introduce principles that limit his actions and behaviour to hold the monster in him. But, somewhere in the eagerness to be modern and cool we forgot the importance of principles…

March 11, 2023 / CodeMoments

The websites these days are becoming more and more complex. And we have to load things in parts sometimes as micro components. Or maybe lazy loading some components just to better user experience. When we do this we need to create loader for heavy components that is replaced with the…

March 5, 2023 / A Better Man

The universe itself is a duality Duality basically means having positive as well as negative nature of something. But, what do we have to understand from duality of universe. And how can it help us to be a better man? The one thing that we need to understand is that…