烹饪方法英文大全 specific words to describe cooking techniques favorite dish: 一道菜, 2 dishes main dish, entree /ˈ ɑntre/ appetizer /'æpə’t ...
English News
I started listening CNBC short news while on shuttle to company at morning. I think it is good idea to note down new things. Ether ...
Helm Upgrade Failed Due to Deprecated K8s API
PodSecurityPolicy was removed from K8s since v1.25. Our GKE cluster had been forcely upgraded to v1.25 from v1.24 and we forgot to ...
SQL Quick Revisit
Common Relational DB SQL concepts for quick revisit, recapped mainly from w3school and go/Bard, not every DB supports the listed s ...
Consul Mismatch Key
I haven’t dealt with infra for a while after the team shift. Today, I was got a ticket and its problem solving process refreshed m ...
Go Unittest for Http Client/Server
The httptest package provides utilities for HTTP testing: Test server handler logic by mocking the request. Test client logic by ...
Cassandra CQLSH and CQL
Here I write down some very common CQL/CQLSH commands for quick revisit. The statements are case-insensitive, for cql shell comman ...
Prompt Engineering
At the time of writing, there is a time-limited free course about ChatGPT prompt engineering for developers, shared by deeplearnin ...
Golang JSON Marshal and Unmarshal
Highly recommend to read article JSON and Go if you are new to this area or want to bring the memory back. In Golang, we usually u ...
GNS3
//TODO: [ ] read through GNS3 official tutorial [ ] start GNS3 labs: NAT, how does it work in larget network The GNS3 can be ran ...