Operations | Monitoring | ITSM | DevOps | Cloud

Up 0.4.0-Alerting, Encrypted Environment Variables, and 30% Quicker

This is the first official release of Up Pro, which includes a number of improvements over the open-source version for production applications. If you’re unfamiliar with Up, it’s a tool which helps you manage and deploy serverless apis, apps and websites in seconds to your own AWS infrastructure. In short: it’s the easiest way to deploy Node.js, Golang, Python among others to AWS, and can cost as little as $1/mo to run or in some cases free.

Exception handling and monitoring in ASP.NET

Exception handling is a crucial mechanism of application development. When exceptions occur frequently, things like increased CPU time consumption, memory leakage, and application slowness have a higher chance of happening. In case of uncaught exceptions, the application's run time can terminate. If an application can handle various exception types, it will be more robust and less prone to crashing.