Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on JSON

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

Shortcomes of JSON

It is suggested that you avoid using the JSON format! TOML and YAML are better text-based alternatives. If readability is not a concern, a binary serialization format is …

Tips on TypeScript Compiler

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

Compiler Options

https://stackoverflow.com/questions/39416691/webpack-ts2304-cannot-find-name-map-set-promise

https://stackoverflow.com/questions/30439869/can-typescript-compile-to-es6-code

JavaScript Alternatives to Shell

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

https://github.com/shelljs/shelljs

https://tutorialedge.net/javascript/nodejs/executing-shell-scripts-with-nodejs/

Dataframe in JavaScript

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

https://github.com/data-forge/data-forge-ts

https://github.com/Gmousse/dataframe-js

https://arrow.apache.org/docs/js/

References

https://stackoverflow.com/questions/30610675/python-pandas-equivalent-in-javascript

Tips on npm

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

yarn global add @vue/cli @vue/cli-service-global npm install -g @vue/cli @vue/cli-service-global

npm run tauri:serve

sudo

  1. Avoid using sudo with npm.

https://github.com/sindresorhus/guides/blob/master …

Tips on yarn

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

https://yarnpkg.com/

https://yarnpkg.com/getting-started/install

yarn tauri:serve

References

https://github.com/yarnpkg/berry