Alex Jiang


Web, iOS, Design, Literature

On Recursion 1

These series are the reflection and study when I was leading an engineering team for all the aspects of software development. In this post, we will explore an important technique, recursion 🌿, which, it’s a concept that many people scratch their heads over.

Read more...

On Software Exception Handling 3

These series are the reflection and study when I was leading an engineering team for all the aspects of software development. In this post, we will explore an interesting yet an important concept in Swift: Result<T> 🎉

Read more...

On Software Exception Handling 2

These series are the reflection and study when I was leading an engineering team for all the aspects of software development. Following on the previous post on error handling in Swift, in this post, we will have a look at how to improve🚀 our error handling logic.

Read more...