Change is inevitable but never easy especially in IT. IT professionals can relate to this statement. When it comes to ITSM, solid change management is a sign of maturity. Why is that? Among the ITIL processes, change management is the most difficult to get right, because it requires the right mix of process, people, and technology. There’s a lot of grey areas when it comes to implementing change management.
This is the fourth installment in a series of articles on Mattermost plugins. First, we talked about how to set up your developer environment. We then examined the structure of server-side and web app plugins before walking through how to build a server-side plugin in Mattermost. In this piece, we’ll explore how to create web app plugins. The web app is written in JavaScript. It uses Redux, and you can write your plugin in Typescript as well. In this article, we’ll use JavaScript.
We created Focalboard to be a self-hosted, open source alternative to tools like Trello, Notion, and Asana. One of the most common use cases for each of these tools is managing projects. When we looked for a project management solution to coordinate the development of Focalboard itself, the choice was clear: We would use Focalboard to build Focalboard (just like Mattermost uses Mattermost to build Mattermost).
Mattermost v5.36 is generally available today. This release includes the following new features (see changelog for more details): Enterprise Edition All Editions
Since it first appeared in June 2014, Kubernetes has become something of a household name, at least in houses developers live in. The open source container orchestration platform makes challenges like load balancing, secret management, and portability a cinch and makes it easy to orchestrate large, highly scalable and distributed systems.