Operations | Monitoring | ITSM | DevOps | Cloud

Accessibility testing with Cypress

Effective user experience (UX) design is a key factor in creating compelling software products. UX considers the quality of interaction that users have with a product and takes the user’s point of view as the most sacred thing in software and product design. A great UX includes accessibility, which ensures that software is inclusive and usable by the widest possible audience.

Connect Over Coffee | Cross-Cloud with Megaport Cloud Router (MCR)

Misha Cetrone, VP of Strategic Partnerships at Megaport, shows us that connecting to and moving between multiple public clouds like AWS, Azure, Google Cloud, and other leading cloud computing services using Megaport Cloud Router (MCR) is as quick and easy as having a cup of coffee.

Expert Insights: Navigating Outages Like A Pro

Large enterprises need Internet Resilience solutions to limit damage from the outages and incidents that are an unavoidable part of doing business. Proactive deployments can get ahead of the problem to prevent damage, while reactive ones after the fact can put a cap on losses. Luckily, Internet Resilience in a cloud-enabled world is easier than you think! Tune in for an engaging discussion with Howard Holton & Howard Beader, where they discuss.

A Simple Scheduler via an Interrupt-driven Actor Model

Using an RTOS is often a tradeoff between the ease of decomposing tasks, with the complexity of the scheduler itself. There exists a middle ground between highly complex systems that may require an RTOS, and simpler ones that can be easily modeled using a super loop.Since ARM is the most popular embedded CPU and almost every ARM processor has a hardware scheduler, it would be interesting to make a compact framework utilizing these features.

Unbeatable Excellence - NinjaOne RMM Tops G2's Fall 2023 Report

G2, a highly regarded authority in the field of software reviews and research, has recently unveiled its much-anticipated Fall 2023 Research Report. In a resounding display of dominance, NinjaOne has once again emerged as the unrivaled leader in the realm of Remote Monitoring and Management (RMM) software, maintaining this prestigious position for an impressive 18 consecutive quarters.

Getting started with PromQL

This article will focus on the popular monitoring tool Prometheus, and how to use PromQL. Prometheus uses Golang and allows simultaneous monitoring of many services and systems. In order to enable better monitoring of these multi-component systems, Prometheus has strong built-in data storage and tagging functionalities. To use PromQL to query these metrics you need to understand the architecture of data storage in Prometheus, and how the metric naming and tagging works.

Deploying Scalable Next.js Applications on Netlify with PostgreSQL and Redis

Deploying an application at scale can be challenging. In this video, we address this challenge using Netlify and Aiven. Dewan Ahmed, a developer advocate at Aiven, assists a fictional developer (Alex) who has limited knowledge of production-grade databases and deployment. Together, they master the process of deploying robust, secure, and scalable Next.js applications on Netlify, integrating seamlessly with PostgreSQL and Redis on the Aiven platform.