Latest
Everything about Web Development and Cloud Computing.
api-gatewaywaf
Amazon API Gateway integration with AWS WAF
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.
cognitofull-solution
How to link a Cognito account with a Google account(source code full stack)
Recently, I worked on a project that required users to be able to sign in with their Google account and users to be able to link their Google account with their Cognito account. I found that there is not much information on the internet about how to do this. So I decided to write this article to share my experience. I will show you how to link a Cognito account with a Google account in the front end and back end.
aws-cloud9IDE
Code anywhere. AWS Cloud9
Do you want to code anywhere? AWS Cloud9 is a great tool for developers who want to code anywhere. It's a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It comes with a powerful code editor, debugger, and terminal. You can create and switch between multiple Cloud9 environments that include a full-fledged Linux server, code editor, and terminal. You can also connect to your existing AWS resources from within the IDE.
quasarnuxt
Quasar 2 with Nuxt3 (Starter Template)
Nuxt3 is going release and it's still in beta. But it's already possible to use it with Quasar 2. This article will show you how to do it.
axios
AxiosError, Parse Error, Invalid header value char
Invalid header value char. Have you ever seen this error? I have, and it's taken me some hours to figure out what was going on. I hope this post will help you to avoid the same mistake I made.
cdkaurora
Aurora Serverless V2 with AWS CDK
AWS Aurora Serverless is a fully managed, auto-scaling configuration of Aurora that automatically starts up, shuts down, and scales the compute resources based on your application's needs. In this article, we will learn how to create an Aurora Serverless V2 with AWS CDK.
nextjsgoogle-adsense
Add Google Adsense to Next.js, refreshed ads
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.
API
API Ultimate Guide, Stateful vs Stateless. The Key Differences
Stateful vs Stateless. The Key Differences between Stateful and Stateless APIs. What are the differences between stateful and stateless APIs? What are the pros and cons of each?
nodejsjavascript
Finally, we can use fetch API in node.js
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.
npxnpm
Publishing an npx command to npm.
How to publish an npx command to npm. This is a quick guide on how to publish an npx command to npm.
Subscribe to the newsletter