Note: This post is part 2 of three-parts Understanding react hooks post series. This learning post is still in active development and updated regularly. In the previous learning post (part 1 in this series), an overview of three basic react hooks: useState(), useEffect() and useContext() was discussed with simple use case examples. Learning series Part […]
Learning Use React Hooks
Note: This post is part 1 of three-parts Understanding react hooks post series. This learning post is still in active development and updated regularly. React hooks were introduced in React 16.8 release. React Doc describes hooks as “functions that let you ‘hook into‘ React state and lifecycle features from function components. Hooks don’t work inside […]
Deploying Gatsby Sites to Netlify
Note: This is part of Learning GatsbyJS post series. This learning post is still in active development and updated regularly. In the previous learning note posts series Preparing GatsbyJS Site for Deployment, how to prepare a Gatsby site prior to deployment in GitHub pages or Netlifly is discussed. In the learning-note post Learning to Deploy […]
Learning to Deploy a repository to GitHub pages
Note: This post is part 3 of three-part Getting Started with Git & GitHub post series. This learning post is still in active development and updated regularly. In the previous part 1 of the Getting Started with Git & GitHub learning series, creating a GitHub account, SSH key authentication to GitHub.com account and creating local […]
Learning to use Add, Modify, Delete and Branch Git commands
Note: This post is part 2 of three-part Getting Started with Git & GitHub post series. This learning post is still in active development and updated regularly. In the previous part 1 of the Getting Started with Git & GitHub learning series, step-by-step walk though to creating GitHub account, SSH key authentication to local Mac […]
Getting Started with GitHub – Step by Step Walk-through
Note: This post is part 1 of three-part Getting Started with Git & GitHub post series. This learning post is still in active development and updated regularly. In the previous Learning to Work With Git and GitHub learning series, Git essentials with common terminology and commands were assembled. In this Getting Started with Git & GitHub […]
