prakshh.hashnode.devStyling in React Native: Inline Styles vs Common Issues with NativeWind and Their FixesWhen working with React Native, developers have several options for styling their applications. One of the most common approaches is using inline styles with JavaScript objects, but frameworks like Tailwind CSS鈥攐r more specifically, NativeWind for Re...Sep 21, 2024路6 min read
prakshh.hashnode.devSimplifying React Native App Navigation with Expo Router: Slot vs Stack.ScreenWhen developing mobile applications with React Native, managing navigation between screens is a crucial part of the user experience. While React Native provides basic navigation tools, Expo Router offers a streamlined way to manage routing, significa...Sep 21, 2024路4 min read
prakshh.hashnode.devAdvanced SOQL Queries for Salesforce MetadataSalesforce Object Query Language Salesforce's SOQL (Salesforce Object Query Language) is like having a magic wand for querying your Salesforce data and metadata! Whether you鈥檙e an admin, developer, or architect, mastering SOQL can make you a data wiz...Jul 2, 2024路2 min read
prakshh.hashnode.devDecoding Salesforce APIs: A Comprehensive ExplorationDiscovering the Power of Salesforce APIs Salesforce offers a diverse range of APIs that developers can leverage to seamlessly integrate with their Salesforce org. In this comprehensive guide, we will delve into the world of Salesforce APIs, shedding ...Oct 17, 2023路3 min read
prakshh.hashnode.devDebouncing in LWC馃殌 Debouncing represents a method employed to manage the frequency at which a function is called. This technique proves especially valuable when dealing with user inputs like search bars, filters, or any action that might be activated multiple times ...Aug 24, 2023路1 min read