Demystifying .map vs .flatMap in Nested PromisesWhen working with arrays in JavaScript, the .map method is a familiar tool to iterate over elements, transforming them into something new…Jan 10Jan 10
Building Stunning Landing Pages with the Mantine-Next.js BoilerplateCreating an eye-catching and functional landing page is a crucial step in capturing the attention of potential customers and showcasing…Jan 5Jan 5
Token-Based Authentication vs. API Key in AWS API Gateway: Which to Use?When securing service-to-service communication in a microservice architecture, two common methods are Token-Based Authentication and API…Oct 30, 20241Oct 30, 20241
Setting Up a Scalable Directus Project with AWS Fargate, S3and RDSIn this blog post, we’ll walk through the process of setting up a scalable Directus project using AWS Fargate and RDS (Relational Database…Aug 25, 2024Aug 25, 2024
Building your NodeJS application with AWS lambda vs AWS Fargate (Devops POV)While choosing between these two , it’s very important to keep developers/devops POV in consideration too. These factors are crucial for…Feb 25, 2024Feb 25, 2024
Building your NodeJS application with AWS lambda vs AWS FargateBuilding a Node.js application can involve choosing between various architectures and deployment options, two common ones being AWS Lambda…Feb 25, 2024Feb 25, 2024
Running Jest + React Testing Library tests in AWS AmplifyI had an easy task, to add a test step in AWS Amplify to make sure all tests are passed during each deployment. And I thought it would be a…Jun 16, 2022Jun 16, 2022
How to use TypeORM with serverless Aurora?If you are trying to use TypeORM in your serverless project, then this article is just for you.Feb 1, 20221Feb 1, 20221
Architecture(x86 vs ARM) in LambdaHave you ever been worried about the cost of using the AWS Lambda service and have wondered if there are ways to save some money ??Jan 19, 2022Jan 19, 2022