Build high-performance Document Management System with SenseNet as a service.

Document management system (DMS) is a document-oriented content management tool; an IT tool that allows you to process all forms of documents created in organizations. There are many DMS systems that allow you to handle documents in the right way, like fast data archiving, easy searching for documents by metadata or even content, or visualization … Read more

Sensenet SNaaS: DMS as a service

Every company has tons of documents that every day, every hour, minute, or even second, land somewhere on the server and wait to be processed as quickly as possible. I mean real-time orders, offers, emails from potential customers, invoices, photos and many other things. Of course, it is very difficult to deal with this enormous … Read more

Incident Management Procedures

Incident management is a process used by IT Operations and DevOps teams to respond to and address unplanned events that can affect service quality or service operations. Incident management procedures aims to identify and correct problems while maintaining normal service and minimizing impact to the business. As well as root cause analysis and postmortem analysis helping … Read more

Kustomize: native overlay engine for Kubernetes

Kubernetes has become a standard for organizations adopting cloud-native architectures and containerization technologies. As we trying to adopt Kubernetes, especially at the begging, when a luck of knowledge and experience creates a mess of configuration and environment specific changes. And soon or late the one question become a vital is how to manage all of … Read more

Server maintenance with fan-out pattern in Azure DevOps YAML

Today, I am going to show you an implementation of well-known fan-out pattern in Azure DevOps YAML (AZDO) CI/CD pipeline using Azure DevOps REST API. I will present a simple way to get an one or a few pipelines be executed from one central place called management plain in fan-out mode. What is fan-out and … Read more