Posts RSS feed
2025
-
The hidden cost of using React Native details why React Native apps end up performing worse compared to native apps and what to do about it.
2024
-
The story of how the Women in Tech SEO website migrated from Gatsby + Contentful to Astro + Sanity.
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.
-
In this post, I will walkthrough how we supported user login inside our Gatsby website and protected statically generated private content.