SKShyam Kattiintheindiec0der.com路Mar 13, 2025 路 5 min readCode for Everyone: The Role of Accessibility in Tech and How We Can Do Better.Introduction I鈥檝e 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...00
SKShyam Kattiintheindiec0der.com路Mar 10, 2025 路 1 min readIntroducing @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...00
SKShyam Kattiintheindiec0der.com路Feb 21, 2025 路 6 min readReact - 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 ...00
SKShyam Kattiintheindiec0der.com路Feb 14, 2025 路 5 min readSetting 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...00