Every administrator of web portal need to do many tasks in a web browser. Content needs to be added, planned, edited, expired, removed. Users need to be created, edited, deactivated etc. System administrators need to replicate cluster, reindex web content or documents, setup cron jobs and so on.
Read more
Build and deploy enterprise web forms with Orbeon. It handles large forms with complex validation and extensive collections of forms.
Read more
Concourse is a highly versatile continuous-thing-doer.
At mimacom, we use Concourse a lot to automate Cloud Foundry deployments and naturally, when there is Cloud Foundry there is also BOSH as underlying deployment automation.
Concourse has different deployment options, of which one is a BOSH deployment.
In this blog post we will walk through how to prepare and setup a Concourse BOSH deployment.
Read more
One of the coolest facets of Kubernetes is the declarative deployment descriptors. You describe what the system
should look like and Kubernetes makes it happen.
One of the worst facets of Kubernetes is the declarative deployment descriptors... A typical system constructed of
micro-services will consist of dozens of configuration files, most of which will be virtually identical to all others.
This post will explain how to manage these configuration files in a DRY (do not repeat yourself) way using Helm.
Read more
Versioning components and instantiating the appropriate version dynamically is not only possible but also has some use cases. Check this post where I explain how to accomplish that using a ComponentFactoryResolver and structural directives.
Read more