Note: This note is part of learning Gatsby series and still in development. This note is not complete and will be updated frequently. GraphQL query may contains query definitions and fragments. Fragments are selection of query definitions that can be re-used in multiple operations. The concept of query fragments is “to split complicated application data […]
Gatsby Create New Site Fails After MacOS Upgrade
Earlier this week, my MacOS got auto updated to version 10.15.5. I didn’t realized that it changed some files too. After the upgrade, I tried to create a new Gastby site on my local server, which I might have done 100s of time but it failed. The npm installation failed with similar error message as […]
Writing Beginner Contents
Writer Lev Grossman’s advice for aspiring writer is “Write write write. Writing is a craft not a gift. You have to practice“. Writing content for beginners’ appears to be hard even for accomplished writers. In a recent tweet, Rachel Andrew wrote that writing beginner content is really hard and that’s why very few people write. […]
A Journey Into Software Development with Lea Verou
Lea Verau, also popularly known as ‘CSS Queen’, has mini-doc video titled ‘A Journey Into Software Development with Lea Verou‘ by Honeyspot, a Europe’s developer-focused job platform. She is the author of prism, a light weight syntax highlighting JavaScript library, that is used by thousands of web developers around the globe. Indeed, I came to […]
Learning to Migrate WordPress Site to the Gatsby
Note: This is part of Learning WordPress & Gatsby post series. This learning post is still in active development and updated regularly. Decoupled WordPress Gatsby site is a buzz word that is ringing in many WordPress users ears. It is exciting to try something on the bleeding edge that’s clearly in the minds of many […]
Using React Context API in Gatsby site
Note: This post is part 3 of three-parts Understanding react hooks post series. This learning post is still in active development and updated regularly. In the previous learning posts, part 1 & part 2 in this learning series an overview of three basic react hooks, and of using UseStaticQuery hooks in a Gatsby Site were […]
