This book has given lots of example to show us that the compound effect is applicable in every field of our life whether it be my income or to achieve my Big Goal. This book has helped me to become a better version of me in the following way:- I am now taking small steps…
Category: Miscellaneous
Queue Data Structure for Beginners
Queue is a kind of data structure where the order of the element matters. It’s like a line in-front of movie ticket line. The person who came last in the queue will stand at the rear position of the line. And the person who joined the line at the very first would be the person…
What is Block-Chain?
As the name suggests, it’s a chain of block. And here the blocks are unique from each other. In terms of Computer Science, it’s basically one data-structure. The type of this data-structure is linked list. So each blocks points to it’s previous block. As shown in the above figures, it mainly contains the transactions. Transactions…
How to find the winning stock for swing trading using stock market index
This is the a Million Dollar question. Isn’t it? If you develop the mastery skill in stock selection, then definitely you will start ahead from others in the game. Here we will share an fast and efficient ways to find the desired stocks.As we all know, manual process always takes time and the chances of…
Array using Java: Array which is storing unsorted and non duplicate data
Array is a simple data-structure where we store same type of data. Array can not store multiple types of data. There are different types of Array. And the way in which data is stored within the Array can have infinite combinations. Few examples:- Suppose we will store in it non duplicate values , or we…
Focus, the toughest things for many of us!!!
Whether you are a student, an employee or you are a living being, the focus is very much important to achieve success. Without laser like focus no body can achieve their goal in a defined time line. And lacking of focus leads to frustration, broken-heart, depression and in an extreme case, the death. And the…
Clock time, psychological time and my mind!
This two words, “Clock Time” and “Psychological Time” has taken from the book The Power of Now: A Guide to Spiritual Enlightenment . The author of this book is one of the most well known spiritual leader, Sir Eckhard Tolle. In this book he has explained the concept of this two time. So I am…
Opinion on the Book “The 10X Rule by Grant Cardone”
According to my opinion this book is telling about some 10x target setting 10x effort and 10x time along with 10x patience and 10x persistent to achieve any goal. Just do not set any normal goal rather set some 10x goal than the normal level. Suppose you think that you can be millionaire but not…
How to Become A Millionaire-A million Dollar Question
As we all know before taking a big step we have to take lots small steps. There is no such short cuts to be a millionaire. It’s all about mindset. The funny thing is, if you just win a lottery of a million dollar still you can’t keep that money because of lack of knowledge…
How to take screen shots in Ubuntu 18.04 LTS
The good news is that Ubuntu 18.04 comes with its own take screen shot features. If you need to take a full screen screen shot, just press the prntscrn key on the keyboard. The screenshot will be saved in the default location which is the /home/yourusername/pictures location. Now if you need to take screen shot…