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…
ManOrInfinity Posts
Hedge in real world scenario is a structure built for protection. Investing your money is like jumping of the cliff without knowing what’s under the cliff. And hedge in the financial world is the rope you tie to a strong structure such as a tree that protects you from falling…
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:…
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…
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…
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…
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…
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…
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…