Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on NodeJS

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Install NodeJS

Install NodeJS on Ubuntu

Upgrade NodeJS

  1. It is suggested that you use n (instead of nvm) to manage different versions of NodeJS.
    n lts
    n latest
    

References

https://davidwalsh …

Tips on Gatsby

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

npm install -g gatsby-cli

gatsby develop

Jupyter/Lab Notebooks

https://www.gatsbyjs.com/plugins/@gatsby-contrib/gatsby-transformer-ipynb/

https://dev.to/teaglebuilt/new-gatsby-theme-powered-by-jupyter-1mkl

https://blog.logrocket.com/converting-jupyter-notebooks-blog-posts-gatsby/

References

https://www.youtube.com …

Tips on Deno

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

VS Code Plugin for Deno

Add the following into the file .vscode/settings.json under the root directory of your project.

{
"deno.enable": true,
}

References

https://mp.weixin.qq.com/s …