Playwright stopped working in AWS Lambda NodejsOur working Lambda function which was used for converting html to pdf started erroring out.May 13, 2024May 13, 2024
Where in code we should use an ENV variable in Nodejs? How we should inject it?Context: As a developer, we usually think that ENV variable is something which will be available all the time and we don’t think about…Feb 15, 2024Feb 15, 2024
Understanding Kafka Client Using NodeI was trying to use node-rdkafka npm module to interact with my Kafka cluster and I got confused with the parameters of some APIs. So I…Jan 22, 2024Jan 22, 2024
Row Vs Column based Data StoreA very simple example: Below is our normal way of storing a Row based Database. Our brain things in a sequential way were the rows whose…Jan 20, 20241Jan 20, 20241
How to see the size of each node module in your Front End Project in Windows?Go to Powershell and go to your project directory.Dec 22, 2023Dec 22, 2023
Published inN-OMS Tech RadarDifferent Authentication flows to generate JWT tokens:1) Username and Password Flow:Nov 7, 2023Nov 7, 2023
Published inN-OMS Tech RadarOpenID connect(OIDC) componentsOpenID Connect (OIDC) is an authentication and authorization protocol that builds upon OAuth 2.0. It provides a standard way for…Nov 7, 2023Nov 7, 2023
Published inN-OMS Tech RadarHow to bake a new EC2 instance to have docker and docker-compose?On a newly Launched EC2 machine(Linux AMI)Oct 14, 2023Oct 14, 2023
Published inN-OMS Tech RadarHow to host a React UI(S3) and EC2 server behind Cloudfront?Project Architecture:Oct 14, 2023Oct 14, 2023
Published inN-OMS Tech RadarHow to solve Heap memory issue while building Frontend Project in Nodejs?Error:Oct 13, 2023Oct 13, 2023