theindiec0der.comCode for Everyone: The Role of Accessibility in Tech and How We Can Do Better.Introduction I’ve been a front-end developer for enterprise applications, and only recently has accessibility become a more frequent topic in casual discussions. Over the past two years of freelancing, rarely has a client asked about the accessibilit...Mar 13, 2025·5 min read
theindiec0der.comIntroducing @spk265/media-slider: A Simple Media Carousel for React NativeIf you've ever needed a smooth, customizable media slider for your React Native app, then @spk265/media-slider is for you! 🚀 What is @spk265/media-slider? @spk265/media-slider is a lightweight, flexible media carousel for React Native. It allows you...Mar 10, 2025·1 min read
theindiec0der.comReact - to memoize or not to memoize, that is the question!I often get asked about memoization in React during tech firm interviews: What are the performance benefits of memoizing a component? How can I measure these gains, if any? And when does it make sense to use or avoid memoization? Finally, decided to ...Feb 21, 2025·6 min read
theindiec0der.comSetting up react-native-vision-camera for React Native appHello Folks! In this article, we will look at how to set up react-native-vision-camera library for a React Native app. The library has been around for a while now and finds its usage when an app needs to access each frame of a phone camera in your cu...Feb 14, 2025·5 min read