Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on npm

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

Project Management Using npm

  1. Initiate a project.
    npm init
    

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 …

Tips on JavaScript

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

The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.

JavaScript Runtimes

  1. Node.js is a JavaScript runtime environment outside …

Tips on Smart Phone

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

Carrier Service in US

  1. Ting (based on Sprint network) seems to be a very cheap carrier.

  2. T-mobile is also a cheap one.

  3. Verizon is way too expensive!

  4. Dial *#06# to get …

Tips on Insurance

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

  1. Geigo is good choice for people who do not have good driving history but a bad choice for people with good driving history. Geigo charges about 18% for cancelling policy, which …

Tips on Shell Commands

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

explainshell.com

  1. command-not-found - Suggest installation of packages in interactive bash sessions

  2. nohup, disown

  3. nautilus-open-terminal

Configuration

https://github.com/thoughtbot/til/blob/master/bash/bash_profile_vs_bashrc.md#:~:text=bashrc%20is%20sourced%20on%20every …