Developers community
Test-Driven Development in React Application
The detailed guide on how to apply the TDD methodology to react applications.
Integrating SwiftUI into UIKit project
Building new SwiftUI features in the MVVM+Coordinator design pattern in your UIKit project.
Fixing Swift Actors and Delegate Error on Xcode 14
You will learn how to launch a simple UIViewController from Unity. We will force C# to understand Swift. We will try to expand the usage of Swift in Unity and explore the limitations.
Fixing Swift Actors and Delegate Error on Xcode 14
If you updated Xcode to version 14 you might get an error about mutating actor-isolated property in your project. Let’s fix it.
Micro Frontends on Monorepo With Remote State Management
A guide to creating independent micro frontend projects that can be composed into a greater whole by host with external state management.
Updating SwiftUI Views From Objective-C Using MVVM
How to show SwiftUI view from Objective-C codebase. Moreover, an Objective-C model should be observable respectively SwiftUI should be updated.
Understanding Session Management Using React Router V6
React does not need any introduction at all, and here I am not going to include a description of what and how it works. I tried to cover in more detail the main aspects of the React application architecture, which in the future will help you build an easily scalable project very quickly.
Merge GraphQL Schemas using Apollo Server and Koa
Today, in our modern developer world, it is absolutely impossible to imagine life without such technologies as React, Node JS, GraphQL, and so on. They have solid ranks and are holding leading positions in data delivery.
UILabel with HTML tags in UIKit and SwiftUI
Create UILabel which parce links and HTML tags. It should work in both frameworks UIKit and SwiftUI in the same way.