{"componentChunkName":"component---packages-blog-core-src-templates-post-js","path":"/5-simple-steps-to-take-control-of-your-schedule/","result":{"data":{"post":{"__typename":"MdxArticleProxy","id":"44518b2c-8786-5a32-bc0d-dc6ad1c734fb","title":"5 simple steps to take control of your schedule","slug":"/5-simple-steps-to-take-control-of-your-schedule/","link":null,"excerpt":"“Focused action beats brilliance.” – Mark Sanborn Remote work has brought a lot of flexibility in…","timeToRead":3,"featured":null,"thumbnailText":null,"date":"March 19, 2021","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"5 simple steps to take control of your schedule\",\n  \"category\": \"Life & Productivity\",\n  \"author\": \"Arvind Pandey\",\n  \"date\": \"2021-03-19T00:00:00.000Z\",\n  \"tags\": [\"#time\", \"#productivity\"],\n  \"thumbnail\": \"cover.jpg\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"\\u201CFocused action beats brilliance.\\u201D \\u2013 Mark Sanborn\")), mdx(\"p\", null, \"Remote work has brought a lot of flexibility in our life but at the same time, it has created many overheads as well.\\nOne of the overhead is losing control of our schedule.\\nI tried many different ways to overcome and finally came with this minimalist framework that helped me to navigate through my schedule smoothly.\"), mdx(\"h4\", {\n    \"id\": \"what-is-a-framework\"\n  }, \"What is a framework?\"), mdx(\"p\", null, \"In simple term,\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"framework is something that has a definite structure and a path to navigate through the structure.\")), mdx(\"p\", null, \"Here are 5 simple steps to add this framework to your life and try if it works for you.\"), mdx(\"h3\", {\n    \"id\": \"-calendar-invite-for-self-and-a-document\"\n  }, \"\\uD83D\\uDCC6 Calendar invite for self and a document\"), mdx(\"p\", null, \"To have a routine, we need some kind of reminder. A calendar invite is kind of a good thing to start with.\\nThe calendar invite also gives a sense that this is important and no doubt this is going to be the most important meeting for you.\"), mdx(\"p\", null, \"Create a calendar invite for 5 days a week (Mon - Fri) for 30 minutes.\\nCall it \", mdx(\"mark\", null, \"Personal Sync\"), \".\"), mdx(\"p\", null, \"It would be great if it\\u2019s done as the first thing before you start your work.\\nMy typical day starts at 11:00 AM, so I have created the self invite from 11:00 - 11:30 AM.\\nCreate a google document and attach the document link to the invite.\\nWe will talk about in the coming section what this document will be used for.\\nLet\\u2019s join the meeting.\"), mdx(\"h3\", {\n    \"id\": \"-personal-sync\"\n  }, \"\\uD83C\\uDF1E Personal Sync\"), mdx(\"p\", null, \"The day started, and you are in your first important meeting of the day, meeting with yourself.\\nCreate a heading named with the current date. Under the heading, start adding all the todos that you plan for the day.\\nBreak the tasks as granular as possible.\\nThis will help you complete the task faster because it will give you clarity on the steps needed to complete the task.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"In case you are struggling to come up with todos. Start with What/How. It will guide you to create ToDos. For example,\\nwhat do I need to fix this issue? Perhaps, a meeting with a team or follow up with a person. That becomes a to-do for you.\")), mdx(\"p\", null, \"Once you have created the todos for the day, it\\u2019s time to prioritize those todos.\"), mdx(\"h3\", {\n    \"id\": \"-task-prioritization\"\n  }, \"\\uD83D\\uDD0D Task Prioritization\"), mdx(\"p\", null, \"Though, creating a list of todos is one step towards clarity of work.\\nBut, it also creates confusion around what to be done first. \", mdx(\"br\", null), \"\\nEverybody has limited office hours each day, and it\\u2019s important you pick up the tasks in order of importance.\"), mdx(\"p\", null, \"Here is one very popular and proven way to approach such a scenario.\\nStart prioritizing your tasks in four categories.\"), mdx(\"p\", null, mdx(\"figure\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-figure\",\n    \"style\": {}\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"figure\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"754px\"\n    }\n  }), \"\\n      \", mdx(\"span\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"68.77192982456141%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAAAsTAAALEwEAmpwYAAACJElEQVQ4y31T30tTYRjeXyIRehFCN13VvyAUEUFEUAgpSo4uurCLbgKjIPtBQuSFgjdF6FDIJtlaLXfcds50Orfhj23Ozelq3gjztJ3Np/d9ddvZWeviOe93vvfH97zv83223WMVjCw0nKwDFqsieuBG2vC3jKnvq7DxT3VjD0HkEMI+lglsl8inQks7kSr6yK/JXk78J+CcalGGzcxw21jAhv4Vm7pLbLz4QxK2/yg1hvHid1OMC6my0siQPxminscaxkL30O/owINPFzAwfQ5DrsvIVFQkqWCmrMqBg3MXYZ/plJieyTP4sPYIB4hSDX+9IM/iF1bhWB/CE9dVDHtu4qn7Gt75B2oF0+WAsHntvY1n7usS83i+C7Nbr/AbYSHVNMMcVsRZxyrNiVouLhLDgKzNPu6KZ95yhjuGj9h4G7BT8mHj0IPEkRepUqM/oXslxzJD/tFEzd0KrY0gsSHlCGlDbSqYMTRCENnKEsL735AoKDWluY6JYVAUjBQ+I3Y0J5bVNLfMiev6PKIFJ2KEKMWwUNlaQYvK4yE7eifPwj7diT5HO6l8pUHlZOknHjovoW+qA/dnzuPuxza8D7dUeQWz8WG8IPXeKHfwcuEWJpYHpY1qQVZ5VO0X38hiN557buBL8q0I9E+V+erwaflTsJr8OpK6QsP3S8t5RE79EYqNyc1oqTIzZepmmAtyjNXPOU1v2frAzeB9vtQ8y//FVO1fm+PXU61ggj4AAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"task prioritization\",\n    \"title\": \"task prioritization\",\n    \"src\": \"/static/d592d634cc7da966b1524e0fc06caa85/d1cfc/task.png\",\n    \"srcSet\": [\"/static/d592d634cc7da966b1524e0fc06caa85/02569/task.png 285w\", \"/static/d592d634cc7da966b1524e0fc06caa85/d4f70/task.png 570w\", \"/static/d592d634cc7da966b1524e0fc06caa85/d1cfc/task.png 754w\"],\n    \"sizes\": \"(max-width: 754px) 100vw, 754px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n    \"), \"\\n    \", mdx(\"figcaption\", _extends({\n    parentName: \"figure\"\n  }, {\n    \"className\": \"gatsby-resp-image-figcaption\"\n  }), \"task prioritization\"), \"\\n  \")), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Urgent, important\"), \" - This should be the top priority.\\nOne example of this can be a production bug. You cannot run away from this kind of task.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Not urgent, important\"), \" - Planning, learning new things, etc.\\nThis kind of task will have an impact in the coming weeks, sprints, months, and years. So, plan them accordingly.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"urgent, not important\"), \" - Some meetings, some calls. Be selective about doing this.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"not urgent, not important\"), \" - Some calls, some meetings. Avoid, Avoid.\")), mdx(\"p\", null, \"Now, you have created the todos, you have planned your day. Let\\u2019s start acting on them one by one.\"), mdx(\"h3\", {\n    \"id\": \"-the-actual-daywork---work-in-progress\"\n  }, \"\\uD83C\\uDFAF The actual day/work - work in progress\"), mdx(\"p\", null, \"Now, the actual work starts.\\nStart with the most important tasks first.\\nAs you progress the day, keep taking notes in the same document.\"), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Write down any question that pops up during the day. \", mdx(\"br\", null), \"\\nWrite down your struggles while doing so and your thought process to overcome them. \", mdx(\"br\", null), \"\\nWrite down all your wins - be it small or big. \", mdx(\"br\", null), \"\\nWrite down about those people who helped you during the day in any way and appreciate them when you get a chance to do that. \", mdx(\"br\", null), \"\\nIndirectly, this is your personal-professional diary.\")), mdx(\"p\", null, \"Please note, for the same day, todos should be always at the top and notes and questions below it.\\nSo, literally, you are on top of the things \\uD83D\\uDE0A.\"), mdx(\"h3\", {\n    \"id\": \"️-end-of-the-day\"\n  }, \"\\u2714\\uFE0F End of the day\"), mdx(\"p\", null, \"So, it\\u2019s the end of the day now. Look at your document.\\nGo through notes and questions. Create further action items using the notes and questions.\\nThey become the todos for the next day along with newly added todos. And this circle continues.\"), mdx(\"hr\", null), mdx(\"h3\", {\n    \"id\": \"-bonus-point---the-further-advantage\"\n  }, \"\\uD83D\\uDCB0 Bonus Point - The further advantage\"), mdx(\"p\", null, \"The google document that was maintained as part of personal sync can be used for many purposes but not limited to:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Check-in history\"), \": This can be used for check-in history. You have records of all the work done by you.\\nYou can pull out the points and can create a good case for yourself when asking for raise.\\nThere can\\u2019t a better way to put your points with dates and details.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"For appraisal\"), \": This can be used for your appraisal and also if you manage a team,\\nyou can store critical points about your reports that can help you to complete the appraisal\\nwithout breaking your head at the end of the appraisal cycle.\")), mdx(\"hr\", null), mdx(\"h3\", {\n    \"id\": \"-summary\"\n  }, \"\\uD83D\\uDD16 Summary\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Create a calendar invite for yourself with google word document link in the invite, call it Personal Sync\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Attend the Personal Sync meeting and write todos\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Prioritize the todos\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"The actual work - take further notes in the word document\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"End of the day - revisit the document and note down follow ups and action items\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Bonus - Use word document to create useful and data driven points for appraisal and raise\")), mdx(\"hr\", null), mdx(\"p\", null, \"I hope this was helpful.\\nLet me know in the comment section what are your personal hacks that you use in your daily life. \"));\n}\n;\nMDXContent.isMDXComponent = true;","keywords":null,"tags":[{"id":"c1445d0d-a13d-56d6-af10-d642953d2172","name":"#time","slug":"/tag/time/"},{"id":"e310c062-5525-595f-bebe-f3b41e50a526","name":"#productivity","slug":"/tag/productivity/"}],"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/eafc370e6a5645536f940cace12c3e12/8f7be/cover.jpg","srcSet":"/static/eafc370e6a5645536f940cace12c3e12/8f7be/cover.jpg 1x,\n/static/eafc370e6a5645536f940cace12c3e12/1af80/cover.jpg 1.5x,\n/static/eafc370e6a5645536f940cace12c3e12/1acf6/cover.jpg 2x","srcWebp":"/static/eafc370e6a5645536f940cace12c3e12/03323/cover.webp","srcSetWebp":"/static/eafc370e6a5645536f940cace12c3e12/03323/cover.webp 1x,\n/static/eafc370e6a5645536f940cace12c3e12/c8e9c/cover.webp 1.5x,\n/static/eafc370e6a5645536f940cace12c3e12/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/eafc370e6a5645536f940cace12c3e12/a8483/cover.jpg","srcSet":"/static/eafc370e6a5645536f940cace12c3e12/a8483/cover.jpg 1x,\n/static/eafc370e6a5645536f940cace12c3e12/fc0c4/cover.jpg 1.5x,\n/static/eafc370e6a5645536f940cace12c3e12/5497e/cover.jpg 2x","srcWebp":"/static/eafc370e6a5645536f940cace12c3e12/7330c/cover.webp","srcSetWebp":"/static/eafc370e6a5645536f940cace12c3e12/7330c/cover.webp 1x,\n/static/eafc370e6a5645536f940cace12c3e12/2b083/cover.webp 1.5x,\n/static/eafc370e6a5645536f940cace12c3e12/c851e/cover.webp 2x","width":1600,"height":650}}},"tagCategoryPosts":{"nodes":[{"__typename":"MdxArticleProxy","id":"04096062-4d18-5897-80c6-02f61b4fd68f","title":"Pause and observe","slug":"/pause-and-observe/","link":null,"excerpt":"For a moment pause and look around.\nLook at every simplest object around you.\nPerhaps the chair you…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"August 22, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/1af80/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/1acf6/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/c8e9c/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/e7f4c/pause.webp 2x","width":380,"height":290},"hero":{"src":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/fc0c4/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/5497e/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/2b083/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/c851e/pause.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"1450d6be-94a2-5bd2-9189-8b85e4325a35","title":"How to build a winning system","slug":"/how-to-build-a-winning-system/","link":null,"excerpt":"Since 2013, I have been able to run more than 100 [ official  + unofficial] marathons, including…","timeToRead":2,"featured":null,"thumbnailText":null,"date":"August 14, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1af80/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1acf6/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c8e9c/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/e7f4c/system.webp 2x","width":380,"height":290},"hero":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/fc0c4/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/5497e/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/2b083/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c851e/system.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"37a86946-f3aa-5b3d-bdd7-5fceb2a6f43e","title":"Power of following the system","slug":"/power-of-following-the-system/","link":null,"excerpt":"Have you wondered what makes someone, \na world class athlete? \nor the best piano player? \nor the…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"February 25, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/1af80/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/1acf6/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/c8e9c/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/fc0c4/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/5497e/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/2b083/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/c851e/cover.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"73bc35f0-25a4-5ac7-a21f-45b999a4a0a2","title":"Becoming Rejection Proof","slug":"/becoming-rejection-proof/","link":null,"excerpt":"Today, I'm going to tell you about a book changed my life in some positive way. A few years back I…","timeToRead":5,"featured":null,"thumbnailText":null,"date":"August 18, 2020","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1af80/cover.jpg 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1acf6/cover.jpg 2x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/c8e9c/cover.webp 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/fc0c4/cover.jpg 1.5x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/2b083/cover.webp 1.5x","width":1600,"height":650}}}]},"tagPosts":{"nodes":[{"__typename":"MdxArticleProxy","id":"04096062-4d18-5897-80c6-02f61b4fd68f","title":"Pause and observe","slug":"/pause-and-observe/","link":null,"excerpt":"For a moment pause and look around.\nLook at every simplest object around you.\nPerhaps the chair you…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"August 22, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/1af80/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/1acf6/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/c8e9c/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/e7f4c/pause.webp 2x","width":380,"height":290},"hero":{"src":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/fc0c4/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/5497e/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/2b083/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/c851e/pause.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"1450d6be-94a2-5bd2-9189-8b85e4325a35","title":"How to build a winning system","slug":"/how-to-build-a-winning-system/","link":null,"excerpt":"Since 2013, I have been able to run more than 100 [ official  + unofficial] marathons, including…","timeToRead":2,"featured":null,"thumbnailText":null,"date":"August 14, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1af80/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1acf6/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c8e9c/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/e7f4c/system.webp 2x","width":380,"height":290},"hero":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/fc0c4/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/5497e/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/2b083/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c851e/system.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"37a86946-f3aa-5b3d-bdd7-5fceb2a6f43e","title":"Power of following the system","slug":"/power-of-following-the-system/","link":null,"excerpt":"Have you wondered what makes someone, \na world class athlete? \nor the best piano player? \nor the…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"February 25, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/1af80/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/1acf6/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/c8e9c/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/fc0c4/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/5497e/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/2b083/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/c851e/cover.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"73bc35f0-25a4-5ac7-a21f-45b999a4a0a2","title":"Becoming Rejection Proof","slug":"/becoming-rejection-proof/","link":null,"excerpt":"Today, I'm going to tell you about a book changed my life in some positive way. A few years back I…","timeToRead":5,"featured":null,"thumbnailText":null,"date":"August 18, 2020","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1af80/cover.jpg 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1acf6/cover.jpg 2x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/c8e9c/cover.webp 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/fc0c4/cover.jpg 1.5x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/2b083/cover.webp 1.5x","width":1600,"height":650}}}]},"categoryPosts":{"nodes":[{"__typename":"MdxArticleProxy","id":"04096062-4d18-5897-80c6-02f61b4fd68f","title":"Pause and observe","slug":"/pause-and-observe/","link":null,"excerpt":"For a moment pause and look around.\nLook at every simplest object around you.\nPerhaps the chair you…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"August 22, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/8f7be/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/1af80/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/1acf6/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/03323/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/c8e9c/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/e7f4c/pause.webp 2x","width":380,"height":290},"hero":{"src":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg","srcSet":"/static/20a905621466618b13ff1c36854349c2/a8483/pause.jpg 1x,\n/static/20a905621466618b13ff1c36854349c2/fc0c4/pause.jpg 1.5x,\n/static/20a905621466618b13ff1c36854349c2/5497e/pause.jpg 2x","srcWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp","srcSetWebp":"/static/20a905621466618b13ff1c36854349c2/7330c/pause.webp 1x,\n/static/20a905621466618b13ff1c36854349c2/2b083/pause.webp 1.5x,\n/static/20a905621466618b13ff1c36854349c2/c851e/pause.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"1450d6be-94a2-5bd2-9189-8b85e4325a35","title":"How to build a winning system","slug":"/how-to-build-a-winning-system/","link":null,"excerpt":"Since 2013, I have been able to run more than 100 [ official  + unofficial] marathons, including…","timeToRead":2,"featured":null,"thumbnailText":null,"date":"August 14, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/8f7be/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1af80/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/1acf6/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/03323/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c8e9c/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/e7f4c/system.webp 2x","width":380,"height":290},"hero":{"src":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg","srcSet":"/static/7f9ed6794069dc69adcfd4fd1e90362e/a8483/system.jpg 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/fc0c4/system.jpg 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/5497e/system.jpg 2x","srcWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp","srcSetWebp":"/static/7f9ed6794069dc69adcfd4fd1e90362e/7330c/system.webp 1x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/2b083/system.webp 1.5x,\n/static/7f9ed6794069dc69adcfd4fd1e90362e/c851e/system.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"37a86946-f3aa-5b3d-bdd7-5fceb2a6f43e","title":"Power of following the system","slug":"/power-of-following-the-system/","link":null,"excerpt":"Have you wondered what makes someone, \na world class athlete? \nor the best piano player? \nor the…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"February 25, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/8f7be/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/1af80/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/1acf6/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/03323/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/c8e9c/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg","srcSet":"/static/a150493dbcf54481016566a4eb3f9a63/a8483/cover.jpg 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/fc0c4/cover.jpg 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/5497e/cover.jpg 2x","srcWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp","srcSetWebp":"/static/a150493dbcf54481016566a4eb3f9a63/7330c/cover.webp 1x,\n/static/a150493dbcf54481016566a4eb3f9a63/2b083/cover.webp 1.5x,\n/static/a150493dbcf54481016566a4eb3f9a63/c851e/cover.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"5a9756aa-6392-524c-b4a5-2f73206b6569","title":"Your job role is not your identity, so relax a bit","slug":"/your-job-role-is-not-your-identity-so-relax-a-bit/","link":null,"excerpt":"Think for a moment.  \nYou were born.  \nYou were a kid.  \nWent to school.  \nDid an specialisation…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"February 24, 2022","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/8f7be/cover.jpg","srcSet":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/8f7be/cover.jpg 1x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/1af80/cover.jpg 1.5x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/1acf6/cover.jpg 2x","srcWebp":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/03323/cover.webp","srcSetWebp":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/03323/cover.webp 1x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/c8e9c/cover.webp 1.5x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/a8483/cover.jpg","srcSet":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/a8483/cover.jpg 1x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/fc0c4/cover.jpg 1.5x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/5497e/cover.jpg 2x","srcWebp":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/7330c/cover.webp","srcSetWebp":"/static/71e9c9196c6396ce3cc7785b7ca9c51e/7330c/cover.webp 1x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/2b083/cover.webp 1.5x,\n/static/71e9c9196c6396ce3cc7785b7ca9c51e/c851e/cover.webp 2x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"b94ddb75-59af-5483-9a9d-00bccc6d05a5","title":"Computers are powerful, not smart.","slug":"/computers-are-powerful-not-smart/","link":null,"excerpt":"Sometimes we are confused with power and smartness. Our subject is Computer vs Human. We mistakenly…","timeToRead":1,"featured":null,"thumbnailText":null,"date":"October 22, 2020","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/a1c92463c61a4957bb1e0852ad5db6ac/8f7be/cover.jpg","srcSet":"/static/a1c92463c61a4957bb1e0852ad5db6ac/8f7be/cover.jpg 1x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/1af80/cover.jpg 1.5x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/1acf6/cover.jpg 2x","srcWebp":"/static/a1c92463c61a4957bb1e0852ad5db6ac/03323/cover.webp","srcSetWebp":"/static/a1c92463c61a4957bb1e0852ad5db6ac/03323/cover.webp 1x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/c8e9c/cover.webp 1.5x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/a1c92463c61a4957bb1e0852ad5db6ac/a8483/cover.jpg","srcSet":"/static/a1c92463c61a4957bb1e0852ad5db6ac/a8483/cover.jpg 1x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/fc0c4/cover.jpg 1.5x","srcWebp":"/static/a1c92463c61a4957bb1e0852ad5db6ac/7330c/cover.webp","srcSetWebp":"/static/a1c92463c61a4957bb1e0852ad5db6ac/7330c/cover.webp 1x,\n/static/a1c92463c61a4957bb1e0852ad5db6ac/2b083/cover.webp 1.5x","width":1600,"height":650}}},{"__typename":"MdxArticleProxy","id":"73bc35f0-25a4-5ac7-a21f-45b999a4a0a2","title":"Becoming Rejection Proof","slug":"/becoming-rejection-proof/","link":null,"excerpt":"Today, I'm going to tell you about a book changed my life in some positive way. A few years back I…","timeToRead":5,"featured":null,"thumbnailText":null,"date":"August 18, 2020","category":{"__typename":"CategoriesJson","id":"1923b3b7-f276-5f85-9f8a-d310468813fc","name":"Life & Productivity","slug":"/category/life-and-productivity/","color":null,"icon":"/static/35c6c4f7d744541f08be2bbd2770c8db/life-productivity.svg"},"author":{"__typename":"AuthorsJson","id":"cb7eeca4-38c9-5674-90b7-7e96c482987b","name":"Arvind Pandey","slug":"/author/arvind-pandey/","title":"Software Engineer","description":"Specialized in Software Design, Development, and Engineering Leadership.","skills":["Javascript","React","Node.js"],"social":[{"name":"Github","url":"https://github.com/arvind3157"},{"name":"Twitter","url":"https://twitter.com/arvpande"},{"name":"Linkedin","url":"https://www.linkedin.com/in/arvpande/"}],"thumbnail":{"__typename":"ImageSharp","regular":{"width":150,"height":150,"src":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg","srcSet":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a9ab2/arvind-pandey.jpg 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3fb33/arvind-pandey.jpg 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/d7080/arvind-pandey.jpg 2x","srcWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp","srcSetWebp":"/static/1cf0ccf6c2ce94576dce6b324f5995d6/a3d54/arvind-pandey.webp 1x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/cc134/arvind-pandey.webp 1.5x,\n/static/1cf0ccf6c2ce94576dce6b324f5995d6/3cb0e/arvind-pandey.webp 2x"}}},"thumbnail":{"__typename":"ImageSharp","vertical":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/8f7be/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1af80/cover.jpg 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/1acf6/cover.jpg 2x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/03323/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/c8e9c/cover.webp 1.5x,\n/static/371b5e58b6c80df5a6146ccd6006682e/e7f4c/cover.webp 2x","width":380,"height":290},"hero":{"src":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg","srcSet":"/static/371b5e58b6c80df5a6146ccd6006682e/a8483/cover.jpg 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/fc0c4/cover.jpg 1.5x","srcWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp","srcSetWebp":"/static/371b5e58b6c80df5a6146ccd6006682e/7330c/cover.webp 1x,\n/static/371b5e58b6c80df5a6146ccd6006682e/2b083/cover.webp 1.5x","width":1600,"height":650}}}]},"previous":{"__typename":"MdxArticleProxy","id":"b94ddb75-59af-5483-9a9d-00bccc6d05a5","slug":"/computers-are-powerful-not-smart/","title":"Computers are powerful, not smart."},"next":{"__typename":"MdxArticleProxy","id":"5a9756aa-6392-524c-b4a5-2f73206b6569","slug":"/your-job-role-is-not-your-identity-so-relax-a-bit/","title":"Your job role is not your identity, so relax a bit"}},"pageContext":{"id":"44518b2c-8786-5a32-bc0d-dc6ad1c734fb","categoryId":"1923b3b7-f276-5f85-9f8a-d310468813fc","tagsIds":["c1445d0d-a13d-56d6-af10-d642953d2172","e310c062-5525-595f-bebe-f3b41e50a526"],"hasTags":true,"previousId":"b94ddb75-59af-5483-9a9d-00bccc6d05a5","nextId":"5a9756aa-6392-524c-b4a5-2f73206b6569","paginatePostsPage":true,"basePath":"/","services":{"algolia":true,"mailchimp":true,"disqus":true},"siteUrl":"//arvindpandey.in/","mobileMenu":{"title":"Topics","items":[{"name":"Life & Productivity","slug":"/category/life-and-productivity/"},{"name":"Programming","slug":"/category/programming/"},{"name":"Running","slug":"/category/running/"}]},"darkMode":true}},"staticQueryHashes":["1992822086","2918496967","4235339838","4240507859","92822325"]}