Published inDev GeniusPushing messages from Amazon SQS to DynamoDBAmazon SQS is one of the most popular managed message queuing services. It’s used to decouple components and enable asynchronous processes…Feb 10, 20224Feb 10, 20224
Published inThe StartupUsing AWS Secrets Manager to Securely Store and Retrieve App Secrets in Node.js.Almost every application we build uses some internal ‘secrets’. Examples of such secrets would be the private key against which JWT’s are…Jan 24, 20211Jan 24, 20211
Published inDeveloper Student Club, HITCreating an Idempotent API using Node.jsImagine this : you get back home from a long day at work, famished and hungry. So, you decide to order some food online and open your…Sep 29, 20203Sep 29, 20203
Published inThe StartupAuthentication Using JWT and Refresh Token — Part 2.In the previous part, I discussed how to implement authentication using JWT and refresh token using Node.js, Express and MongoDB on the…Jul 26, 20203Jul 26, 20203
Published inThe StartupAuthentication Using JWT and Refresh Token — Part 1.Authentication using JWT (JSON Web Token) is very useful for developing cross platform applications. The flow of the authentication…Jul 26, 20209Jul 26, 20209