Posts
All the articles I've posted.
Python Code Type Hints Snippets
A collection of python code that helps you pass the check from ruff/pyright(based).
Some Tricks for Doing Web Dev
Some tricks for debugging DOM in browser, especially in React(might able to applied to other frameworks).
中国大陆居民来香港办理 HSBC 及 IKBR 开户记录
作为普通工薪阶层, 想要购买股票, 但是又不懂A股, 怎么办, 买点美股或者港股, 于是会尝试使用IBKR; 但众所周知, 大陆的外汇交易是有限制的, 直接购买外汇有额度上限并且转账到券商还要手续费, 那么可以选择Hong Kong SAR的银行, 通过港澳通行证来办理汇丰银行卡来减少IBKR入金时的收费.
Remote Compile Service
I'm trying to use Cloudflare Worker to transpile React code to pure JS, and I'm going to share my experience with you.