Imagine as a Quality Analyst, you begin your day of testing. You log into Sitecore Content Editor, create a page, name it, and open it in Experience Editor but receive a white screen “Our Services are unavailable.” You investigate and see a deployment happening to your environment, which is DEV. All this has taken 10 […]
Building a Business Case for Optimizely Version 12
In part 1 of this series, we examined some considerations when looking to upgrade your Content Cloud instance to V12. If you are reading this post, you have likely made up your mind it is something you want to do. The #1 difficulty you will encounter in discussing with your stakeholders is cost. Whether this […]
Headless Commerce with SAP Commerce Cloud Composable Storefront
Nowadays, customers have high expectations; they want a fast, reliable, and smooth e-commerce experience across multiple devices, especially on mobile. Headless e-commerce solutions such as SAP Commerce Cloud Composable Storefront (also known as Spartacus) provide best-in-class technologies and practices to ease the creation of these experiences while supporting complex selling models. There are numerous reasons […]
Drupal – Fix Coding Issues Using PHPStan
Regarding Drupal projects, PHPStan is a great command line tool for seeing how your PHP code is doing without running it. It’s great for finding potential bugs other tools and unit tests couldn’t find. There is a small problem that PHPStan does not know how to interpret Drupal plugins, entities, controllers, or other Drupal architecture […]
Optimizing Boomi Limitations
Boomi Introduction Boomi is a cloud-based integration platform that allows businesses to easily and quickly connect their various applications, data, and systems. It offers a wide range of scalable and flexible integration capabilities, such as data integration, application integration, and API management, to integrate on-premises and cloud-based applications. Boomi is used for creating and deploying […]
Config-Per-Site in Optimizely Multi-Tenant Environments
Recently, I was given a task at work where we needed a multisite configuration. We all know that multi-environment is as easy as appsettings.<environment_name>.config. What about in multi-tenant environments? You can’t have appsettings.site1.config and appsettings.site2.config on your site! Well, not without a little extra work… Let me introduce AddKeyPerFile; this handy little function you set […]
Calculated Table Joins in Power BI
Calculated table joins are used to couple two or more tables of data. Common examples include CROSSJOIN, UNION, EXCEPT and INTERSECT. Common Use Cases for Calculated Table Joins in Power BI Blending or combining data across multiple tables. Creating advanced calculations like new vs. returning users or repeat purchase behavior. Querying tables to troubleshoot errors […]
6 Steps to successful autoscaling on Kubernetes
Introduction One of the big drivers of adopting containers to deploy microservices is the elasticity provided by platforms like Kubernetes. The ability to quickly scale applications up and down according to current demand can cut your spending by more than half, and add a few 9s to your SLAs. Because it’s so easy to setup […]
Integration WITH CLICK, WITHOUT CODE
Yes! It is possible to create integration with click, without code. You can quickly and easily build flows to integrate systems and automate integration tasks just using clicks. This makes integration as simple as a few clicks for non-developers. This can be done through Mulesoft Composer. Let’s go in depth and find out how the […]
Salesforce Spring ’23 Release Highlights
Salesforce Spring’23 Release Highlights & Quick Summary On the 06th of January 2023, Sandboxes will be upgraded, and as a result, your organization/Environments will get the latest updates/features of the Spring’23 release. Spring ’23 Pre-Release Org – Register today for early access to the brand-new features. Sign up, and we’ll send login information for your new Spring ’23 trial account. – […]
Cucumber Data Table Generator from Json
What is JSON? JavaScript Object Notation, more commonly known by the acronym JSON, is an open data interchange format that is both human and machine-readable. Despite the name JavaScript Object Notation, JSON is independent of any programming language and is a common API output in a wide variety of applications. What is cucumber data table? […]
Relationship Functions in Power BI
Relationship functions in Power BI allow you to access fields within DAX measures or calculated columns through either physical or virtual relationships between tables. Common Use Cases for Relationship Functions in Power BI Defining calculated columns or measures using fields from related tables. Handling relationships between calendars and multiple date fields (transaction date, stock date, due […]