Common Git Usage
I am never good at using Git. But it’s not my fault. Git has too many commands, and I am...
I am never good at using Git. But it’s not my fault. Git has too many commands, and I am...
Consensus & Feedback Healthy agile teams run on consensus Consensus doesn’t scale. More people = More connections. O(n^2) Problem. Consensus...
There are some simple steps you can take to make your iOS app friendly to the visually impaired users. All...
If you have non-ASCII characters eg. chinese in your python source code, you would encounter the following error: Python Error:...
Coming from the Java world, I am used to writing getter/setter for every member variables that I want to expose....
In the last post, I blogged about how you should write Getter/Setter for member variables. This is a follow-up for...