Published inJavaScript in Plain EnglishInterview ExperiencesMy experiences with interviews while looking for a better dev job.Sep 11, 20221Sep 11, 20221
Published inBetter ProgrammingSQS Batch Processing With Reporting Batch Item FailuresA look at AWS’s partial batch processingMay 2, 2022May 2, 2022
Published inAWS in Plain EnglishHow to Test Amazon SQS with Docker using ServerlessRecently, I got a chance to work with Amazon Web Services. We needed to create a queue to consume data coming from a third-party service…Oct 14, 20212Oct 14, 20212
Published inJavaScript in Plain EnglishsetTimeout vs. setImmediate Timer Functions in Node.jsNode.js is an asynchronous, non-blocking, and event-driven architecture. It is highly inspired by the high concurrency model design of the…Jun 1, 2021Jun 1, 2021
Published inJavaScript in Plain EnglishSecure React SPA using Keycloak with OpenID ConnectIf you absolutely must have access tokens in the browser, then the best practice is to use the code flow with PKCEFeb 21, 20213Feb 21, 20213
Published inJavaScript in Plain EnglishSecure React SPA using Azure Endpoints with Authorization code flowBrowser based authentication has always been a scope for optimization. Keeping a secret with a public client running in browser is a…Feb 15, 20211Feb 15, 20211
Get a verifiable access_token from Azure ADIBM Websphere with Azure AD as authentication server using OpenID Connect protocol, Issue with MS Graph API returning access_token of V1.0Nov 4, 20201Nov 4, 20201
Kerberos Configuration with Windows Active DirectoryIn this post I am going to show how to configure Windows Active directory to work with Kerberos Authentication.Jul 27, 2020Jul 27, 2020
VirtualBox Configuration for Static IP with Host-only networkVirtualBox configuration:Jul 25, 2020Jul 25, 2020
Nginx server rewrite rule with Regex to add parameter in URLAfter struggling for more than half a day to find a proper way for rewriting the rules for Nginx server. The major reason behind, there…Apr 8, 20202Apr 8, 20202