[SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.id = ? AND i.is_draft = 0 | Params: [166098] [SQL] SELECT * FROM d_block WHERE idea_id = ? ORDER BY position ASC, id ASC | Params: [166098] [SQL] SELECT * FROM d_topic WHERE slug IN (?,?,?,?,?) ORDER BY name | Params: ["Productivity","Philosophy","Personal Development","Problem Solving","Time Management"] [SQL] SELECT i.*, u.name AS author_name, u.username AS author_username, u.avatar_url AS author_avatar FROM d_idea i left JOIN d_user u ON u.id = i.user_id WHERE i.is_draft = 0 AND i.id != ? AND i.hashtags LIKE CONCAT('%', ?, '%') ORDER BY i.total_reads DESC LIMIT ? | Params: [166098,"Productivity",3] [SQL] SELECT * FROM d_user WHERE id = ? | Params: [0] [SQL] UPDATE d_idea SET total_reads = total_reads + 1 WHERE id = ? | Params: [166098]
Curated from: deepstash.com
Ideas, facts & insights covering these topics:
7 ideas · 8.8K reads
Most of the times , the major apprehension in being productive are distractions. With mobile and social media distractions topping the list. And the first step towards overcoming these distractions is acknowledging them. So , if you've acknowledged these distractions , Congrats 👏 you're off to good start
Many of us might be studying online during this time , and we tend to get distracted very easily during this. So we need to take care of this. Some tips to overcome these distractions are : -
Many a times , we don't need any distractions , we just space out and the dog chasing its tail outside would seem more interesting than the work you were doing. And your friends calling you to hang out would seem the most important people in your life . To overcome this you need to have a sheer willpower , no technique or trick can help you , you just have to prioritise your work over others.
Remember that you choose the life you want to live , so it's your choice either be a winner or a loser
Kindly read carefully, it would help you alot and consider following if you like this <3