Welcome to the navigation

Deserunt do in tempor commodo reprehenderit irure culpa laboris id est esse ut duis sit exercitation eiusmod aliqua, dolore quis ullamco anim ipsum consectetur excepteur. Enim aliqua, minim veniam, ut cupidatat mollit adipisicing ut magna eiusmod pariatur, id esse do qui excepteur sed occaecat dolore duis elit, sunt nisi nostrud

Yeah, this will be replaced... But please enjoy the search!

Section

Segmenting different environments in Azure Application Insights using Roles

When monitoring applications in Azure, one of the best practices is to segment environments (such as development, testing, staging, and production) within Azure Application Insights. A powerful way to achieve this segmentation is by using Cloud Role Name. This allows organizations to effectively analyze and troubleshoot their applications while maintaining clear visibility into different environments.





Running MSSQL in Portainer stack using Docker Compose

December 29, 2023 |
Categories & Tags:

Running Microsoft SQL Server (MSSQL) in Docker offers several benefits, particularly in terms of deployment flexibility, environment consistency, scalability, and development efficiency. Portainer simplifies Docker and Kubernetes management, offering a user-friendly interface, easy deployment, enhanced monitoring, and efficient orchestration of containers and clusters.


Implementing EmbeddedLocalization in Optimizely CMS 12

January 27, 2023 |

My previous post on translation (Translating Optimizely CMS 12 UI components) gives an overview of how to implement the FileXmlLocalizationProvider, how a folder structure can be implemented and some advice how to find the XML-elements to translate in the CMS UI. This post will cover how to implement the alternative of FileXmlLocalizationProvider which is the EmbeddedXmlLocalizationProviderInitializer or commonly implemented using the AddEmbeddedLocalization extension method.

 


Translating Optimizely CMS 12 UI components

Optimizely CMS 12 have been out for a while now, but still some elements haven't been properly translated resulting in a GUI defaulting to english. While that may be fine with many of us I still do have some customers who refuse to see the benefits of learning a bit of english. Anyways, it is good practice to implement translations of elements in all web sites which would include the Optimizely CMS GUI.