Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.

Building complex Well Architected serverless architectures with Dashbird

You’ll learn how to build and operate complex Well-Architected serverless applications, allowing you to layer on complexity in time while maintaining a reliable infrastructure. We’ll be working through the most critical aspects to bear in mind when it comes to the five pillars of the WAF, digging a bit deeper into the Reliability, Operational excellence and Performance Efficiency pillars. Including the challenges, risks and solutions when building a Well Architected infrastructure, as well as how to implement, operate, and test workload throughout its lifecycle.

Event Log Management and Monitoring

Computer networks all around the world generate daily records of events occurring in their system. Some events are routine while others indicate potential security breaches or weak network health. Event log files consist of log information that can help organizations reduce their exposure against malware, intruders, damages and legal obligations.

Editor X - a Responsive Builder for Your Next Website

Welcome to 2020: the year in which having a business simply can’t happen without having a website. And, in recent years, not just ANY website. Business owners must have THE website: an online virtual space that is so magnificently created and intuitive to use, not to mention flame up emotions we never knew existed that users simply can’t forget. But how do you achieve this in a world with SO MANY WEBSITES without having to spend weeks if not MONTHS creating it?

5 Stars on Gartner for Microsoft 365 Digital Experience Monitoring

IT executives, operators, and administrators can quickly assess end-user availability and performance experience based on Microsoft 365 services’ critical data from end-to-end monitoring. This eases their day-to-day tasks by reliable reporting data, troubleshooting information, and end user experience for their Microsoft 365 services.

Uptrends wins Main Software 50 number 1 spot second year running

It’s so easy to give in to the gloom and doom that so many have associated with the year 2020, but here at Uptrends, we have reason to celebrate. For the second year in a row, Uptrends has been honored with the number one spot on the Main Top 50 list of Dutch software companies!

Solve storage monitoring woes with OpManager

Data in your enterprise organization doubles almost every year, and data multiplication at this pace requires boosting your storage capacity. But when the magnitude of data size increases, latency or performance lags are inevitable. You can outsource your storage infrastructure management to a third-party, but this might place your data at risk from security threats. The correct approach is to install a dedicated storage monitoring solution in your network. Fair enough! But is it essential?

The WebPagetest alternative you've been looking for

Have you been looking for a WebPagetest alternative for your periodic synthetic user experience testing? Uptrends has the free tools you need to check your websites. We love WebPagetest. Although recently procured and no longer independent, WebPagetest has been providing its free open-sourced testing service since 2008 (almost as long as Uptrends). The testing tool has helped many web professionals identify and fix performance issues, but you have other options as well.

Server-side Rendering in JavaScript: A Modern Approach

Let’s talk about SPAs. It all starts from a blank page which is subsequently filled with HTML and JavaScript. If we take PHP pages as an example, they already come bundled with the server, which is an advantage in terms of performance, right? For situations like these, server-side rendering frameworks (such as Next.js) come to the rescue. They process the code on the server-side to pre-fill the HTML result page with something (if not the whole page) before it reaches the browser.