Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Enhancements for Incidents and Maintenances

Each day, dozens (sometimes hundreds) of incidents and maintenances are created on the Status.io platform. We’ve analyzed and studied thousands of these events to help us learn how to improve the tools based on our users’ needs. Today we’re announcing a couple of updates that enhance and streamline the incident and maintenance processes. Let’s dive in!

Uptrends moves up the ranks on Main Software Top 50 2017

We’ve moved up nine places in the rankings from number 18 in 2016 to number nine in 2017 on the Investment firm of Main Capital Partners’ list of the top 50 Dutch software companies. The rankings are calculated based on each companies’ revenue (in and out of Europe), growth, and SaaS revenue. For the last six years, Main Capital Partners have published their Main 50 list to celebrate the Dutch technology industry.

How To Reduce Website Downtime

In an ideal world every site would have 100% uptime, 24/7, 365. However, the reality is not so perfect – hardware failures, DNS issues, DDoS attacks, server maintenance, software problems and poor hosting are among the many causes of downtime. It’s not all doom and gloom though – by following a few practical steps you can really cut down on your downtime.

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.