development Swift Concurrency

In this article, we will learn how to implement a reactive MVVM architecture in a SwiftUI app. We …

...
Denis Andreev
Posted on October 31, 2022
development Implement a Clean MVVM Architecture in SwiftUI With Combine

In this article, we will learn how to implement a reactive MVVM architecture in a SwiftUI app. We …

...
Denis Andreev
Posted on November 18, 2021
development What’s new in Swift 5.5?

What's new in Swift 5.5? Yes, the same questions arise but question is, are these changes will …

...
Denis Andreev
Posted on June 11, 2021
development Advanced Dependency Injection on iOS

Dependency injection is a programming technique that makes a class independent of its dependencies. …

...
Denis Andreev
Posted on January 29, 2021
development Useful Swift Extensions

You need extensions because they save you time from re-creating the same thing over and over again.

...
Denis Andreev
Posted on January 27, 2021
development Objective-C style guide

This style guide is different from other Objective-C style guides you may see, because the focus is …

...
Denis Andreev
Posted on January 8, 2020
development Swift Style Guide

This style guide is different from others you may see, because the focus is centered on readability.

...
Denis Andreev
Posted on January 8, 2020
development MVP Architecture

You might be familiar with MVC: The most common application architecture pattern. Whether in mobile …

...
Denis Andreev
Posted on November 2, 2019
development XIB and Storyboard Localization

Localization is a key part of an application. In order to make it easy, maintainable and extensible …

...
Denis Andreev
Posted on October 29, 2019