New feature: PostgreSQL Magic Dashboard in AppSignal for Node
Today, we’ve added a magic dashboard to the Node integration that shows you the performance and volume of your PostgreSQL queries.
Today, we’ve added a magic dashboard to the Node integration that shows you the performance and volume of your PostgreSQL queries.
About 90% of all Lambda functions monitored by Dashbird on AWS Lambda are running Nodejs and Python runtimes. Is this purely a reflection of the general popularity of these programming languages?
Today’s release of Node.js integration supports PostgreSQL as well as all the consumers of the pg library.
Memory leaks are something every developer has to eventually face. They are common in most languages, even if the language automatically manages memory for you. Memory leaks can result in problems such as application slowdowns, crashes, high latency, and so on. In this blog post, we will look at what memory leaks are and how you can avoid them in your NodeJS application. Though this is more focused on NodeJS, it should generally apply to JavaScript and TypeScript as well.