devioand.hashnode.devEasy Steps to Work with Forked Repositories on GitHubWorking with forked repositories on GitHub might seem tricky, but it鈥檚 actually quite straightforward. This guide will walk you through the basic steps to sync your fork with the original repo, create new branches, and merge your changes. 馃搶 Getting ...Oct 31, 2023路2 min read
devioand.hashnode.devMastering Firebase Function Scheduling (Cron Job) 馃帀Hello, fellow developers! If the idea of having your code automatically check and update your e-commerce store's stock interests you, you've landed in the right place. Today, we're diving deep into how you can harness Firebase cron jobs and scheduler...Sep 23, 2023路3 min read
devioand.hashnode.devMastering WooCommerce API Integration: A Comprehensive Guide to Secure OAuth1 Authentication in Next.js馃摋 In today's rapidly evolving e-commerce landscape, ensuring the security of your online store's data and transactions is crucial. One powerful way to achieve this is by using OAuth1 authentication for your WooCommerce API integration. In this artic...Sep 6, 2023路4 min read
devioand.hashnode.devRefactoring to Avoid Try and Catch Block in Promises馃 Why do we need this? I like async...await to handle promises but sometimes I don't like try...catch block in linear coding in a function. Basically, I hate nesting... 馃槬 Problems Extra number of lines Nesting code with extra variable declaration ...Jun 12, 2022路2 min read
devioand.hashnode.devHow to Use 'Absolute Import' in Next Js Application馃 Why do we need this? Well! You must have experience if you have built some components and have used them in any other component and later you want to shift from one place to another (they can be nesting), the compiler will ask you to change the lo...Jun 12, 2022路2 min read