How to add Google Adsense to Next.js, refreshed ads when the user navigates to a new page. In this tutorial, we will use the Next.js router to detect when the user navigates to a new page and then refresh the ads.
This blog post provides a step-by-step guide for beginners on how to set up an AWS Lambda function to automatically forward emails received via AWS SNS to a specified email address using AWS SES.
Amazon API Gateway integration with AWS WAF is a great way to protect your APIs from common web exploits that could affect application availability, compromise security, or consume excessive resources.
Node.js v16.15.0 has been released with the fetch API. This is a great news for developers who want to use fetch API in node.js. In this article, we will see how to use fetch API in node.js.
AWS SDK v3 now stable and recommended for general use. AWS SDK for JavaScript(V2) is deprecated. This article is serries of tips and tricks to use aws-sdk v3. The first article is about how to save text file from S3 using aws-sdk v3.