sasivarnan.commacOS - How to Create a new Directory in Root Directory (/)?Tried to create a new directory at root directory of macOS but received an error - mkdir: folder-name: Read-only file system? Starting with macOS Catalina (version 10.15+), the root mount point is read-only, so physical files cannot be created at thi...Jan 1, 2024路1 min read
sasivarnan.comSkip plugins during development on GatsbyOne of the key advantage of Gatsby is it's huge plugin ecosystem. Whatever integration that we can think of to add to our Gatsby site, there is a high chance that there will be a plugin of available for it. But when our site grows, it can become a ha...Nov 2, 2021路2 min read
sasivarnan.comDynamic Import named exports in JavaScriptJavaScript has come a long way since its introduction in 1995. The dynamics of the language have completely changed since the adaptation of the ECMAScript 2015 (ES6) standard, that got released in 2015. As many legacy applications started moving to t...Feb 17, 2021路3 min read
sasivarnan.comTechBending - The Power we didn鈥檛 know we would needTechnology is accessible to lots of humans in the world than ever before. Technology helps us to connect irrespective of where we are, work from our own home, shop all essentials online, etc., The raise of technology helped lots of people uplift thei...Feb 8, 2021路5 min read
sasivarnan.comDeploy Gatsby Site to GitHub Pages using GitHub ActionsWe are seeing an increase in the popularity of JAMStack. Gatsby is one of the popular JAMStack frameworks. There are a lot of tools and services available to host a static site build by Gatsby. GitHub Pages, a free static site hosting service by GitH...Dec 3, 2019路2 min read