Posts related to programming category
Enable HTTPS on local, even with a customizable domain
- 14 Sep, 2021
Normally, when you're debugging your web app on local, you can access it with either `http://localhost:PORT` or `http://127.0.0.1:POST`.T
Read MoreDo not store file outside of WSL, it is slow
- 14 Aug, 2021
For some reason, I have switch back to Windows OS after years of working on MacOS.Most of the time I'm working on frontend projects, so t
Read MoreA wrong solution on Leetcode
- 21 Jun, 2021
With all these years as an engineer, I never tried Leetcode.Maybe it's because I never prepared for interview before.Well, now I have t
Read Morehow to skip git hooks when committing
- 07 Apr, 2021
Well, it's not very recommended skipping git hooks. These hooks are often for formatting code, running tests, etc.But life happens, somet
Read MoreHow to fix: Enzyme expects an adapter to be configured
- 13 Jan, 2021
Working on updating a legacy React project. It's still using React 8 and Node 7.9, I'd like to upgrate it to the latest React and Node.Th
Read More