This blog post gives an overview of how to connect an AWS Lambda function to an RDS instance to perform database operations. We will explore how to connect Lambda to RDS over the Internet or VPC, and how to make RDS publicly accessible.
Autocomplete functionality, as seen on platforms like YouTube, can greatly enhance the user experience by providing real-time suggestions while typing. In this blog post, we'll explore how to implement autocomplete using Elasticsearch, a powerful search engine, in combination with Node.js. We'll cover the steps involved and provide code samples and pseudo code to help you get started.
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.