Adrian MagdasJun 16, 20211 min readAdrian Magdas on Crafting Good Softwarehttps://www.techtalk.ro/posts/adrian-magdas-on-crafting-good-software-for-even-better-products
Constantin ChepteaApr 16, 20214 min readThe Art of Celebrating Too Early And Backtracking to Save The Day. A Scraping StoryHow we doubled our data with a simple backtracking trick... One of our clients asked us if we could build a simple app for scanning...
Tamas WagnerJan 11, 202112 min readA 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...
Constantin ChepteaMay 26, 20204 min readHandling REST errors with RxSwift and RxAlamofireUse enums and extension functions to simplify consuming REST APIs with RxSwift and RxAlamofire. | If you’re developing an iOS app that...
Constantin ChepteaMay 25, 20205 min readAngular Meets Phoenix/ElixirI recently started working on a Phoenix/Elixir based project. Well, I’m too rusty for that, I said to myself. After many years of OOP, I...