Boyer-Moore algorithm. At the beginning brief introduction, later on Swift implementation, tests and conclusion.…
Practical Swift: pages generator - build once, use many
In the real world, at some point, we all have to deal with data that is fetched from a backend service, page by page. It's called paging. Everybody does this! Nothing to be ashamed of ;-) Here is one of the ways in which a Swift pattern (well, not…
Let's talk about sections for NSTableView
I'll discuss one of the possibility how to add sections to plain NSTableView. Turn out it's not that hard but require some work to do.…