Ever wondered how the internet knows where to take you when you type in a web address? Today, I dove into the fascinating world of DNS (Domain Name System) and uncovered not just how domains work but also who controls them, how you can buy one, and whether you can own a top-level domain (like What Happens When You Register a Domain (And Why Owning a TLD Is So Hard) Read More The post What Happens…
You can enforce keyword-only arguments in your functions by adding * before the arguments. Example: def create_node(self, *, node_id, name): ... When calling the above defined method, you will call it like: self.create_node(node_id=1, name="node") If you call self.create_node(1, "node"), it will raise a TypeError. I like that it makes my code look clean and makes TIL: Enforcing keyword-only…
Discover how I broke free from smartphone distractions and embraced mindful usage. Join me on a journey of self-reflection and practical strategies for a more intentional digital life. The post My Journey to Mindful Smartphone Usage appeared first on Prashant Sengar .
Reviews either state the Macbook to be the best product ever made, or the worst thing happened to mankind since Ancient Aliens. The post My Experience with a Mac appeared first on Prashant Sengar .
Reminiscing about all the great things that happened to me the last year from 10th September 2020 to 9th September 2021. The post Looking Back 2020-2021 appeared first on Prashant Sengar .
This week, I was trying to figure out the best workflow for all the things that I read. Have you thought about how you read or how should you read? Most of us read a lot of things these days. News headlines in newspapers, on TV news channels, or on the internet. Memes and jokes on social media. How to Read Effectively Creating a Reading Workflow Read More The post How to Read Effectively Creating…
The last article was about beating stress and anxiety. This article focuses on one of my favorite topics again — a new note-taking tool called LogSeq. In this issue: What is LogSeq Why use tools for thought based on linking notes How to start using LogSeq There is a new wave of note-taking tools that Toolkit on the latest Note-Taking Tool LogSeq Read More The post Toolkit on the latest Note-Taking…
Why do we feel stressed and what to do to calm down before an important event (managing anxiety, worry, and stress) The post How to beat Stress and Anxiety Toolkit appeared first on Prashant Sengar .
After grokking on your projects for 6 months, what do you think is the best thing to work even better for the next 2 quarters of the year? You are right, resting well. Resting properly is not just a one-off thing you do once or twice a year. You should rest your mind and Toolkit on resting well Read More The post Toolkit on resting well appeared first on Prashant Sengar .
Do you know what has been the biggest improvement for me this year? Read and apply in your own life to achieve your goals faster than ever before The post Toolkit on Weekly Planning and Reviewing appeared first on Prashant Sengar .