Operations | Monitoring | ITSM | DevOps | Cloud

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?

Causal Inference: Determining Influence in Messy Data

When analysing data one of the biggest questions you may often face is: what is causing this situation? In this blog, we’re going to look at how causal inference can be used to understand in more detail what the biggest influencing factors are across a dataset. Traditionally in Splunk, we talk about correlation; does metric x go up or down in accordance with metric y or is there a relationship between x and y?

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!

Embedded Linux for teams

A Linux kernel for each developer team, which uses it to bring up target boards. Bespoke, built, issued, and maintained over years by the vendor. Teams that focus on building great apps, rather than figuring out hardware dependencies. Happy developers that bootstrap smart devices in no time. This is what highly productive embedded systems development should look like. Let’s unpack that vision.

5 Remote Working Best Practices and Tips in the Era of Coronavirus Pandemics

As the COVID-19 pandemic sweeps the world, the need has arisen for workers everywhere to adopt remote working practices wherever possible. Remote working presents many opportunities for both businesses and individuals to make better use of their time and enjoy a more streamlined approach to task delegation. Through the use of specialized software, such goals can be achieved without demanding more of individual team members or managers.

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.