top of page






The Art of Celebrating Too Early And Backtracking to Save The Day. A Scraping Story
How we doubled our data with a simple backtracking trick... One of our clients asked us if we could build a simple app for scanning...

Constantin Cheptea
Apr 16, 20215 min read


A quick intro to Regular Expressions (RegEx)
Ever wondered how something as obscure and obfuscated as this ^[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s./0-9]$ could be useful? This article is for...

Tamas Wagner
Jan 11, 202112 min read


Handling REST errors with RxSwift and RxAlamofire
Use enums and extension functions to simplify consuming REST APIs with RxSwift and RxAlamofire. | If you’re developing an iOS app that...

Constantin Cheptea
May 26, 20205 min read
bottom of page