skip to content
Amr Yousef's image

Search

Posts RSS feed

2025

2024

2022

  • This post outlines how to set up and use Tailwind CSS in Jetpack Compose for Web projects.

  • Business logic is usually platform independent but UI state management is always influenced by the platform you are building on. In this post, I will outline how I implemented a Redux inspired state management solution for my recent Kotlin multiplatform project and how it is connected to UI on Android and iOS.