Think, Wait, Fast
RSS FeedHi! I'm Thomas Wu, a software engineer with experience in advertising, short videos, e-commerce, and cloud-native. I've written code in Java, Go, Python, and Shell. Here are some of my essays on coding, reading, and thinking.
Social Links:
Recent Posts
-
20 Tools of Titans
Published: at 05:49 PMAfter reading "Tools of Titans", I learnt 20 tools from Titans
-
Connect Local and Development Environments via Proxy
Published: at 05:32 PMWhen the local and development environments are isolated, using a proxy to bridge them improves development efficiency
-
Why Using iptables to Block k8s NodePort Does Not Work
Published: at 11:31 AMk8s NodePort has a series of complex iptables rules, and directly blocking it may not take effect
-
Do not modify the parameter of method annotated with @Cacheable in Java
Published: at 12:38 PMWhen the @Cacheable annotation does not take effect, you need to check whether the parameter of method has been modified