Operations | Monitoring | ITSM | DevOps | Cloud

Messaging

Are Native and Electron Apps Finally Obsolete? Publishing Full-Stack Web Apps in the Windows and Mac App Stores

When most people think of web apps, they think of progressive web apps (PWAs). The problem is that PWAs are essentially just locally cached web pages that generally still need to connect to a server to fully function. They aren’t complete apps in and of themselves. But what if you could package the entire web stack — i.e., both client-side and server-side — as a standalone desktop application? It might sound crazy, but it isn’t.

TL;DR InfluxDB Tech Tips: Configuring a Slack Notification with InfluxDB

With InfluxDB you can create notifications to make the most out of your alerts. Notifications enable you to send check statuses to the endpoint of your choice. In this TL;DR we set up a Slack Notification Rule and Endpoint through the InfluxDB UI.

5 workflow automations for Mattermost that we love at n8n

n8n is a fair-code licensed tool that helps you automate tasks, sync data between various sources, and react to events — all via a visual workflow editor. Our team has been using Mattermost for internal communication since the very beginning, and in time we have developed a ChatOps practice by integrating Mattermost with our workflows. In this article, we present five of our favorite use cases of n8n with Mattermost, for both work productivity and team engagement.

How to Monitor RabbitMQ Performance: Tools & Metrics You Should Know About

Nowadays, most applications we build are composed of microservices and distributed in nature. In such a setup, communication between these microservices is crucial, but can, unfortunately, cause some headaches. The first thing I check when I’m troubleshooting a bug in production is inter-service communication. Having a reliable tool at your disposal to take care of this can reduce a lot of stress. RabbitMQ, a hybrid messaging broker, is one such tool.

How We've Built an Open Source Community at Mattermost

Our community has been at the heart of what makes Mattermost great since the earliest days. The first community members were people who were trying out the earliest versions of the platform, filing bugs and wanting to make feature improvements. Our open source community has grown, contributing thousands of pull requests, from new features and plugins to translations and documentation.