Skip to main content

How to stay productive whole day?

 

 

In the start of pandemic, I was very productive but soon after it turned into depression time. I started searching how to stay productive the whole day, and found my ways to be productive and happy.

 

In this article we will take about the ways to stay productive whole day, if depression gets on your nerves.

 

1.   Exercise

You might have heard about it from everyone, doing exercise keeps your mind fresh and body energized. If you are too lazy to do exercise don’t worry, go for a walk with the music on, and everything will fall in place. You will feel the energy to start work again and sit for the next three hours with better focus power. You can even go for meditation, to increase focus. It’s hard to start, but you have to do it for atleast two weeks to make it habit. Trick your mind always if it procrastinate the idea of doing exercise, meditation.



 Work in Intervals

Sitting for 3-4 hours continuously might affect the focus, divide sitting hours into small parts like 1-2 hours, take a half an hour break and you are ready to work again with full concentration. Its not necessary to take break, until you get distracts or loose focus or start scrolling the social media. If you start overthinking or day dreaming its time to take break. Watch funny videos, dance, sing, eat snacks, or drink something, this will energize you.

 

3.   Switch tasks

If you get bore doing same thing the whole day, do something that makes you happy. If you like swimming, gaming, dancing, singing, or code do it. It gives time to your brain to rejuvenates the cells that got damaged. You can take a small powerful nap, to recharge your whole body.

 

4.   Read



Reading is one of the efficient way of learning, if you want to give rest to your body, lay down on bed and read articles, read books, or do whatever you can do while laying. Its good being lazy sometime, to give time to yourself, and learn new things.

 

5.   Planning

Do not learn anything randomly. Have a plan, every successful person have a day planner. Before sleeping make a plan for the next day, so that you do not sit blank when you wake up and start thinking from where to start, it might ruin the starting of the day. If you don’t have plan, you might not find the reason to wake up. Its great to start day with great energy, and plan to process. This will turn your whole day productive and you will be able to complete all the tasks on the planner. This will make you feel lighter and special.

 

Multi-Learning

Avoid habit of doing multiple things at a time. Do not burden your brain with target of learning 10 tasks a day but learn 5 things a day deeply. It has more impact on remembering topics and learning new skills. Give some time to your brain to digest whatever you are grasping.  

 

I hope you get insight of how to stay productive and energetic despite of getting depressed, and thinking what to do the whole time.

 

If you like this article do comment, to motivate me to write more content for you.

 

 

 

 

 

Comments

Popular posts from this blog

List of Questions asked by Morgan Stanley

  Coding Questions -  1.  .   Exchange kth node from start and kth node from end of a singly linked list. 2.    Given a number, you have to find next greater number which has same set of digits. 3.    Given a binary tree, you have to print level order traversal of the tree (left child then right child) but every next level has to be printed in next line. 4.    Longest Common Substring 5.    Spiral level order traversal 6.    Add two linked lists 7.    Write a function to find the mirror image of binary tree 8.    WAP to find the character which occurred maximum times in the character array 9.  Given a 2d matrix find an element in a matrix which is 0 and make the entire row and column to 0 10.  Find the minimum element in the rotated array of integers 11.  Find highest length substring such that there are equal number of 0’s and 1’sin array of 1’s and 0’s only 12.  Given a dictio...

Which is best: LeetCode vs HackerEarth ?

  Well, all the platforms almost are same except the interface. That's what I think. To conclude the result, let's compare them through the features they offer.  Features of Leetcode -  Topic - wise questions Comapny-wise questions Weekly contests Interview Preparation section Discuss section Features of HackerEarth Topic-wise problems Monthly contests Discuss section Hiring Contests Hackathons Earlier, when I started coding in my first year. I was fond of HackerEarth. But when I stoped using hackerearth and shifted to Leetcode, I like it more. It depends upon how much comfortable you are with the interface. But, it can't be denied that Leetcode offer more than HackerEarth. But for the coders who love hackathons, HackerEarth is best for them and for the people looking out for job opportunities. Do share your favorite through comments!

Top Questions asked by Facebook

                  Facebook is the dream company of almost every software engineer. If you are doing interview preparation, you can't skip the must do coding questions for Facebook. Facebook is the product-based company and tests the candidate on data structures and algorithms, and logical questions. The coding level is a bit tough, but you can do it with your hard work. Below is the list of coding questions you must prepare before sitting for Facebook. Smallest string which not a subsequence of the given string Maximum length possible by cutting N given woods into at least K pieces Count possible decodings of a given Digit Sequence | Set 2 Find the maximum path sum in a binary tree   Maximize profit for buying and selling stock given a series of price vectors Given  m  sorted arrays, find the  k- th smallest value Binary search in a sorted, rotated array Given a string, check if it is a palindrome  by ignoring spaces....