Why Blog? Why Make videos? Why Create? Impostor Syndrome hits every at some point of their life. For me it affects my blogging. I lose motivation to write next article. Zillions of negative thoughts aide the writer block. In order to fight them, I collect pieces of advises from other creators (that I came across […]
Internal links or in page links are the anchor tags that targets a section in the same page. Normal behavior on clicking these links is an abrupt jump to the target. In other words browsers scroll position jumps to target element. The most common you see is a back to top button. Which appears when user […]
I am glad to have published the very first video tutorial on this blog. In this video I will walk you through integrating the Bootstrap’s Scrollspy component. Basically this component updates the nav element base on the scroll position. I hope you have enjoyed this video. I also have planned to cover other topic in […]
Coding Activities for Week 26 2017
Hey Everybody, As I don’t have much on the activity graph but I have much to share and explain. Last week I updated Node.js to it’s latest release (from 6.11 to 8.1.3) and boom. Every piece of code that is based on node.js stopped working. Rest of the story can be found here. This weekly report […]
Node.js come with npm which essentially manages your packages, which is becoming a part of the every web developers workflow. Last week I didn’t know what I really did but everything stopped working for me. From npm install to ionic serve build android for building mobile apps. Node was reporting me as “npm ERR! code EPERM, npm ERR! code EACCES” (which are permission […]
