Recently, I attended the 2023 Bank Automation Summit, where one of the significant topics of discussion was how banks navigate their transition to the cloud. The “cloud” refers to a global network of servers, each with a unique function, that works in tandem to enable users to access files stored within from any approved device. […]
Architecture
Mastering Cloud Transformation for Business: Cloud Foundations
In this blog series, we’re exploring the four pillars of a successful Cloud Transformation: Program Model, Cloud Foundations, Portfolio Transformation, and Enterprise App Migration. In our first blog, we discussed the importance of a Program Model and the key elements that should be considered for successful implementation. If you haven’t already, I highly encourage you […]
Case Study: Lift and Shift from Drupal to Sitecore SXA: Part 1
Welcome back to this case study on doing a lift and shift from Drupal to Sitecore 10.2 and SXA. In this article, we’ll show the theme setup, the grid setup and the base sxa component. Theme Since we are using SXA, we used the sxa cli to create our theme and upload into Sitecore. I […]
Case Study: Lift and Shift from Drupal to Sitecore SXA
Drupal to Sitecore SXA One of my recent projects was a full site lift and shift from Drupal to Sitecore 10.2 and SXA. The goal was to make the new frontend Sitecore site look exactly like the old Drupal site. We did fix a few accessibility issues on the existing site as we went, but […]
XM Cloud Deployments: Static site deployment using Vercel CLI
For the scenario of independent deployment of your NextJs static site, say in an automated deployment, one missing piece is a way to push the SSG site into Vercel. Here I provided a simple deployment script using the Vercel CLI of the static site in the XM Cloud project. Code: # Set up variables with […]
Openshift Essentials and Modern App Dev on Kubernetes
Introduction Whether you have already adopted Openshift or are considering it, this article will help you increase your ROI and productivity by listing the 12 essential features including with any Openshift subscription. This is where Openshift shines as a platform when compared to pure Kubernetes engine distributions like EKS, AKS, etc. which are more barebones […]
Monolith vs. Microservices: Which is Right for You?
It’s only been about 25 years or so since Jeff Bezos was selling books out of his garage for a small company known as Amazon.com. Over the next two decades, Amazon and other retailers have gone through many shifts in business, and the most recent is a shift to a more microservice-based architecture. Monolith Architecture […]
Introduction to Kafka and MongoDB Integration
Introduction: Apache Kafka is a distributed streaming platform that enables businesses to build real-time streaming applications. First developed at LinkedIn in 2010, it has become one of the most widely used messaging systems for big data and real-time analytics. Kafka can process and transmit massive amounts of data in real-time, and its design ensures fault […]
Deploying a Sitecore Instance on a “Local” Kubernetes (k8s) Setup Pt2
In the first blog of this series (here), I laid the foundation of why I chose this POC and my investigation into potential tools such as MiniKube and Kind, and why these did not work for me. I eventually settled on AKS Edge Essentials from Microsoft. Now I will take a slightly deeper dive into how […]
Optimizely CMS 12 – Unique upgrade challenges
By now, a lot of us have already participated in one or more Optimizely CMS 12 upgrade projects. The others are still evaluating whether they should do it now or wait some more. Regardless of when you do it, there will definitely be some unique upgrade challenges you will come across, as I and many […]
Safeguard Your Mobile App With This Security Checklist
Time spent on mobile apps has increased exponentially in the past few years. The development team must safeguard with the tools and technology available at their disposal. We will review techniques for mobile app security. You may also reference Give Your React Native Apps a Titanium Shield Against Vulnerabilities and OWASP Mobile Top 10 for […]
Configure SAML Single Sign-on using Okta in Sitecore Content hub
Identity management is HARD! But third parties are making it easy for us. We wanted to configure Content Hub for Single Sign-on authentication with Okta through SAML to match with Sitecore so the DAM popup would be seamless. This way the responsibility of manual user management will move away from content hub admins to the […]