blog.devvivek.techReal-Time Push Notifications for Solana: Enhancing User Engagement with On-Chain WebhooksIntroduction: Building a consumer app that engages users with real-time on-chain events is a daunting challenge for any developer. The complexity of managing Android and iOS configurations, setting up webhook servers, and handling notifications for o...Oct 14, 2024·19 min read
blog.devvivek.techUnleashing the Power of Solana: A Comprehensive Guide to Building Mobile Apps with Solana Mobile StackIf you delve into the realm of Blockchain development, one noticeable aspect is the limited availability of native apps. Only a select few exist, and this scarcity can be attributed to various factors such as inadequate tooling, broken functionalitie...Jan 26, 2024·19 min read
blog.devvivek.techExploring React Native's New Architecture: A Peek into the New ArchitectureIntroduction React Native is an open-source, cross-platform application development framework developed by Meta (previously Facebook) that enables developers to build iOS, Android, and Web applications from a single codebase. React Native allows deve...Aug 11, 2023·20 min read
blog.devvivek.techJNI: Calling C++ Code from JavaWhile exploring the New Architecture of React Native, I found the JSI(JavaScript Interface) and how it communicates from JS to C++ and vice-versa.So I started gathering information about how this works, upon doing some quick internet searches, I foun...Jul 16, 2023·9 min read
blog.devvivek.techGasless Transactions Made Easy with BiconomyOne of the biggest challenges that Web 3.0 is currently facing is poor user experience. The process of making transactions on dApp requires users to pay gas fees and sign messages for each and every transaction. This can be quite frustrating for new ...May 10, 2023·10 min read