grep commandGrep is one of the most common commands which we use in the terminal. In this blog, I try to cover the most common use casesNov 11, 2020Nov 11, 2020
The Disney FormulaDisney has been in the business for decades now, and has been able to successfuly draw both adults and children out of their homes to…Oct 16, 2018Oct 16, 2018
Power of functional programmingFunctional programming has been getting implemented in most of the programming languages like Java, Swift , Ruby etc. What is it that…Oct 16, 2018Oct 16, 2018
Race ConditionsA race condition is a special condition that may occur inside a critical section. A critical section is a section of code that is executed…Oct 11, 2018Oct 11, 2018
Tennis : An old man’s game?Tennis has been regarded as a young man’s game. Some of the qualities required to be an extremely good tennis player are hand-eye…Oct 10, 2018Oct 10, 2018
Rising Addiction to Competitive gamingThe past decade has seen a rising increase in the amount of online multiplayer games being played including games like Fortnite, Dota 2…Oct 8, 2018Oct 8, 2018
Denial of Service AttacksA denial of service attack is meant to shut down a system, not allowing users to access the service provided by it. Attackers usually…Oct 7, 2018Oct 7, 2018
Music theory 101So I’ve studied a fair bit of music theory and find many people who struggle to understand and confuse the terms of music theory.Oct 3, 2018Oct 3, 2018
Strategy Design PatternOne of the dominant strategies of object-oriented design is the “open-closed principle”.Oct 3, 2018Oct 3, 2018
MVC Design PatternAn easy way to understand MVC: the model is the data, the view is the window on the screen, and the controller is the glue between the two…Oct 1, 2018Oct 1, 2018