top of page
Search
Oct 31, 20201 min read
The use of tailrec keyword in Kotlin
The tailrec keyword makes tail recursion more efficient and keeps the function away from StackOverflowError exception. First we need to...
Oct 30, 20201 min read
The Beauty of Bit-wise Operation
Bit-wise operator is very useful for increasing performance as well as efficient code. There are usually 6 bit-wise operations in most of...
Sep 1, 20201 min read
Room: Exception Handling
Database exception handling can create more intuitive user experience during accessing persistence database. To avoid exception handling...
bottom of page