Written by Serg Dort, who works and lives in London builds useful things. You can follow him on Twitter
There are many articles written about why every software team should use PR reviews in their development process. Today I want to talk about…
We’ve been working on improvements for our Chat UI at Sphere lately and there was an interesting problem to solve and I could not find any…
@Environment - is a property wrapper that allows any view access to global dependencies e.g Calendar, Locale, ColorScheme etc. But what if…
Object Composition is one of the most important concepts in OOP, and it’s not surprising as it’s so natural as many real-world things are…
UITableView and UICollectionView are one of the most commonly used classes to display data. But they require to write a lot of boilerplate…
From my perspective, there are several ways to learn new technology if you are a software developer: Read about it Play with it Hack or…
According to the Microsoft Docs view model acts as an intermediary between the view and the model, and is responsible for handling the…