This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.In previous post, I explained the use of a Cache Factory. This post describes a very simple cache invalidation mechanism the To...
Yesterday in a knowledge session between Solution Architects, the topic of AWS Elastic File System was raised and after a short discussion it was decided to take a closer look and set something up. To quote Top Gear, how hard could it be?
What is EFS...
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post describes the Cache Factory the Toolkit uses to store commonly used models. The factory interfaces with an underlying EHCa...
Today I created a revamped the profile script for administrating a SDL Web 8 Content Management Server. (SDL Web 8 is formally known as the SDL Tridion product). The script already existed for Tridion 2011/2013. Only with renaming the produ...
Today I was in a chat with a couple of the guys who are busy with the Sdl DXA framework. The subject turned to namespaces, and I was asking if it was possible to tell from the namespace which classes belong to the DXA framework and which belong to the...
I recently started working on a new project using the DXA. One of the site types was a rebuild; using an existing content model rather than creating schemas from scratch. Part of the DXA philosophy is to enable MVC developers … Continue reading → ...
I wanted to do a quick post, because some recent posts have lead to some questions about how do I actually make a docker container available on AWS. Luckily Amazon has a solution for this and its called Amazon ECR (EC2 Container Registry).
How to pus...
This post if part of a series about the File System Toolkit - a custom content delivery API for SDL Tridion.This post explains the logic in the FileSystemProvider class that perform the actual CRUD operations on the JSON model files as it i...
Based on some of my previous posts I am quite busy creating a complete Continuous Integration pipeline using Docker and Jenkins-pipelines. For those who have read my previous blogposts I am a big fan of Kubernetes for Docker container orchestration a...