Optimizely’s Generic PropertyLists can be a useful tool for both developers and CMS editors, but it does come with limitations. Our client recently approached us asking for a better way to organize their PropertyLists. Some of their lists had grown to be quite long and having to move items one slot at a time was […]
Technical
An Introduction of Azure Sentinel
An Introduction of Azure Sentinel Microsoft Sentinel is a solution for a variety of issues including intelligence analysis, detecting uncovered threats, investigating suspicious activity, enterprising monitoring, and rapid response. Sentinel is a Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) service in the cloud. Today, I will discuss Azure Sentinel’s […]
Functional Testing with Selenium
Functional testing is a sort of testing that aims to determine whether each application feature functions in accordance with the needs of the software. To determine whether a function’s output is in line with the expectations of the end user, each function is compared to the associated requirement. What will be learn in this blog? […]
Overview of Dispatcher & Configuration in Apache Web Server for AEM
In this blog, you’ll learn about dispatcher and how to configure it with Apache web server. But before we get to that, let’s discuss AEM author and publisher. Author The content that will be published to the publisher is designed, created, and reviewed in the instance. It defaults to using port 4502. Author is the […]
Image is everything: Managing assets with the Media Library and benefits of Content Hub DAM
If you’ve ever worked with Sitecore, you know that it comes with a Media Library for storing images for display on the website and other files for download. Images get stored in SQL database in their binary form which can take up a lot of storage space over time. Storing images in the database means […]
Delivering Sitecore Media Items as a Compressed ZIP
The task at hand At some point as a developer, you might need to combine multiple Sitecore Media Library items into a compressed ZIP and deliver it on the fly to the end-user. In my use case, I had a client that wanted to build out an asset library for the press to use when […]
Optimizely Gets More (Case-)Sensitive
As Windows developers, we don’t always have to pay attention to capitalization when dealing with paths and URIs. With CMS12, Optimizely has started deploying to a Linux container for hosting sites. This means that deployed sites (and developers!) will have to pay attention to capitals in references. Inconsistent capitalization can cause 404 errors in unexpected […]
7 Important Bookmarks for Data Analyst
The truth is that being an analyst is all about balancing quality versus speed. This manifests itself in finding good tools which help make you more efficient. If there is one thing that analysts all agree upon, it is that no single tool does everything great. One piece of my advice to analysts is to […]
What is Bravo for Power BI?
What is Bravo for Power BI? Bravo studio is a design before, no code tool which allows you to turn your app designs and prototypes into real publishable mobile apps (both iOS and Android). You can use Bravo to build even complex apps by connecting your design to external tools via APIs. In this blog, […]
Introduction to CQRS, AXON Framework and AXON Server
Introduction We will learn about the Axon Framework, Axon Server, what CQRS is, how it works, and why it is so Popular worldwide in this blog. AXON is an Open-Source Framework for event-driven microservices and domain-driven design. It is a Java Framework that gives developers access to repositories, implementations of crucial components including aggregates, command, […]
My Experiences with Live Connection Mode: Power BI
Live Connection Mode: Power BI Live Connection is one of the connection modes to connect the data source into Power BI, just like Import and Direct Query. As of now, some of the cloud data sources we can connect through Power BI Live Connection are: Azure Analysis Services SQL Server Analysis Services Tabular SQL Server […]
Spring boot with Java API Client to Build and Execute Queries in Elasticsearch.
Spring boot with ES Java API Client to Build and Execute Queries in Elasticsearch. Prerequisites: Knowledge in Java, Spring boot, Elasticsearch, Kibana. Concept: The purpose of this blog is to present an idea for connecting, constructing queries, and querying Elasticsearch through Java applications. What is Elasticsearch? Elasticsearch is a distributed, free and open search and […]