avik.hashnode.devSQL Joins Internal ArchitectureHave you ever tried to combine pieces of information from different sources that are available to you? Maybe you will be having a list of users in the platform you built. You might want to see who have written what blog's or how many like a specific ...Dec 9, 2024·6 min read
avik.hashnode.devMastering NPM Package Creation with TypeScript: A Step-by-Step GuideCreating an npm package can be an exciting and rewarding experience for developers. Recently, I embarked on this journey myself, developing a package called auth-typescript-template. This process not only allowed me to contribute to the developer com...Aug 17, 2024·10 min read
avik.hashnode.devSeamless RazorPay Integration: Mastering WebHooks for Reliable Payment ProcessingRecently, my Project encountered a snag concerning RazorPay payments integration. Initially, I integrated Razorpay to facilitate payments and subsequently update the paid order amounts in our database using the data provided by Razorpay. Initially, t...Aug 13, 2024·7 min read
avik.hashnode.devMastering Variables, Contants and Strings in SwiftWhen we embark on programming journeys, data storage becomes essential. Whether it's capturing user inputs, managing downloaded content, or storing calculation results, Swift provides versatile ways to handle data based on its mutability. In Swift, t...May 15, 2024·3 min read
avik.hashnode.devWhy I decided to learn SwiftUI?Greetings, fellow tech enthusiasts! I'm Avik Mukherjee, a third-year undergraduate student with an insatiable curiosity for all things tech-related. Today, I want to share with you my journey into the world of SwiftUI and why I've chosen to delve dee...May 14, 2024·3 min read