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 […]
Technical
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 […]
OAuth 2.0 Authorization using Client Credentials
Let’s see how to set the access tokens for APIs which are not public and need some sort of Authentication and Authorization. Access Tokens help clients securely call their web APIs with protection. There are lots of methods given in the Postman for providing the access token. When a user goes to the authorization tab […]
How to Display Top and Bottom N in a Single Visual Using Slicer Dynamically in Power BI
In Power BI, Top N and Bottom N are often displayed using a visual level filter and two visuals, respectively. As a result, we can only show one item at a time on top or bottom N. But, if the situation asks for slicer selection to be used to dynamically change how top and bottom […]
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 […]
So… What is Ansible?
IT organizations are responsible for an ever-increasing number of applications, infrastructure providers, operating system versions, network devices, platforms, monitoring, ticket systems, and more. The challenges that go along with managing it can range anywhere from time-consuming to downright Sisyphean. The rising adoption of cloud services adds a financial component, a new challenge for many organizations […]
Testing with Burp Suite’s Interception Proxy
Interception Proxy is one of the most important and useful features of Burp Suite, a popular web application security testing tool. It allows security testers to intercept and modify web traffic between a web browser and a web server. It gives them complete control over the flow of data. Interception Proxy in Burp Suite enables […]
Introduction to Burp Suite and its Testing Features
If you are in the field of web application testing and security testing, then you must have heard of Burp Suite. It is a comprehensive and integrated platform for performing security testing of web applications. Burp Suite is developed by PortSwigger and is used by security professionals, penetration testers, and web developers worldwide. With Burp […]
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 […]
Creating Web & Mobile App using React-Native Codebase.
In today’s world of technology, we want easy, fast, and same codebase development. Everything is possible with huge advantages in top Framework like react native. Learn once, write anywhere – React-Native, it combines the best parts of mobile (Android and iOS) and web development with React, a best-in-class JavaScript library for building user-interfaces. React Native […]