The 5 UI fundamentals a developer must know
Can developers also design? This is a fairly tricky question to answer. Nowadays, with how teams are structured and projects are led, it is common to see developers handing off…
Integrating React Native into iOS Apps
One of the beauties of our programming world is the ability to choose between a wide range of technologies and tools to build applications. For mobile development, we have a…
React Server Components in Expo: A Practical Guide
I've seen a lot of traction towards the development and adoption of React Server Components (RSCs) with new frameworks like React Router and Expo having first-class support. As intriguing as…
Modern Approaches to Styling React Native Apps
React Native is a known framework for building mobile applications with React. In its workspace you will find some similarities with web development, such as styling. In RN apps, we…
Creating Anonymous sign-in flow with Firebase
Have you noticed that, these days, most services and apps we use require an account before starting the experience of actually using the app/service? It certainly can feel annoying sometimes,…