Standard Search
About 39 results
https://jacob.blog/notes/architecture-decision-records · 7 Oct 2025
Architecture Decision Records (ADRs) are small, durable logs of _architecturally significant_ choices—structure, non-functionals, dependencies, interfaces, construction—so teams remember _why_ a decision was made as the system evolves. > We will keep ...
https://tunjid.com/articles/3-unique-predictive-back-animations-you-can-create-with-the-navigation-events-library-68af812b7c4b054f8bb3e0a3 · 27 Aug 2025
Swipe to pop, drag to pop, and sticky shared element animations
https://tunjid.com/talks/ui-layer-architecture-for-adaptive-apps-with-compose-multiplatform-69080303c712ce6892dc7efb · 28 Jul 2025
A talk covering the nuances for building for multiplle screen sizes with Jetpack Compose
https://tunjid.com/articles/ui-layer-architecture-for-persistent-ui-elements-68248e8ecc8e85f53ce1aa46 · 14 May 2025
Should persistent UI elements be defined at the root level or per-screen?
https://tunjid.com/articles/3-neat-animations-you-can-create-with-modifieranimatebounds-67e474130e9ba862fe18b5e5 · 26 Mar 2025
See how composition permanence can help you create better animations with Jetpack Compose
https://jacob.blog/notes/stable-dependencies-principle · 4 Jan 2025
> [!info] Definition > > Depend in the direction of stability. > > A component that we expect to be volatile should not be depended on by a component that is difficult to change. Otherwise, the volatile component will be difficult to change. Most of this ...
https://tunjid.com/articles/2024-app-development-year-in-review-android-jetpack-goes-multiplatform-with-kotlin-676bc2633b91cd4c94821ea9 · 25 Dec 2024
Getting closer to write once, run anywhere for multiplatform apps
https://tunjid.com/articles/declarative-apis-for-declarative-uis-pagination-as-state-662b8c517150a055b09e3284 · 26 Apr 2024
List backed APIs for paging in Jetpack Compose
https://codeklets.nl/episodes/371 · 21 Nov 2023
Bij Wigo4it hebben ze een aantal jaar geleden het besluit genomen om een migratie te doen naar de publieke cloud. In deze aflevering hebben we het uitgebreid over hoe Wigo4it dat heeft gedaan, en waarom ze een unieke organisatie binnen de overheid zijn.
https://tunjid.com/articles/udf-with-functional-reactive-programming-a-case-study-64ac4dae2b279ad9693daabc · 10 Jul 2023
A practical example of unidirectional data flow with Kotlin coroutines and Flows on Android