Understanding Layered Architecture in KMM, Part 2 — Designing the Solution | by Jose Flavio Quispe Irazabali
[ad_1] part 2 of 5 final architectural design The application we are going to develop is quite simple, but in order to understand all the features of separating the project into layers, we are going to complicate it, perhaps unnecessarily. Our app will display a list of movies. That’s it. just that. So we are […]
Understanding Layered Architecture in KMM, Part 4 — The Data Layer | by Jose Flavio Quispe Irazabal | August, 2022
[ad_1] Part 4 of 5 Architecture of our project. Now we are going to take a look at the data layer. For this it is important to remember the architecture design made by us on the second part of this series, You can read it here, As you can see, we have three main modules: […]
Understanding Layered Architecture with KMM, Part 3 — Domain Layer | by Jose Flavio Quispe Irazabal | August, 2022
[ad_1] Part 3 of 5 The idea of the KMM project is to be able to reuse as much code as possible. The business logic doesn’t vary by platform, it’s always the same, so it makes sense that our domain layer (which would be pure Kotlin) is in a shared module of the project. This […]
Solana – Understanding programs. Dive into what’s behind the scenes. by Alessandro Petraro | August, 2022
[ad_1] Dive into what’s behind the scenes photo by Guerrillabuzz Crypto PR Feather unsplash This article is the article I’d love to start with solana development of programs. There are, in fact, a lot of resources out there that teach you how to build Solana programs, but I haven’t found it complete enough that you […]
Understanding and configuring Kubernetes garbage collection
[ad_1] Garbage collection is the process by which Kubernetes removes dependent objects after you have deallocated a resource. It also handles the automatic cleanup of unnecessary items in your cluster. Ready-made containers and unused images are periodically removed to avoid accumulating a large number of unnecessary resources over time. Several garbage collection strategies can be […]