The Era of Generative AI is Upon Us “The Age of AI has Begun” – states Bill Gates regarding the recent surge of AI tools and AI capability. If you have not read this article, it’s an extremely informative read and really we can’t disagree. We’ve already been seeing real innovation in generative AI, especially […]
Technical
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 […]
Omnichannel Retailing Hasn’t Fixed the Divide: It’s Time for Unified Commerce
Omnichannel is critical, but it can only help so much Presenting the customer with a sleek and functional experience for online shopping is a top priority for leading retailers, making omnichannel retailing a key strategy in the industry. Omnichannel retail ensures a brand presents consistently across all customer-facing channels. However, omnichannel retailing alone has not […]
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 […]
Web Content Accessibility Guidelines
What is WCAG? Web Content Accessibility Guidelines (WCAG) are a set of guidelines developed by the World Wide Web Consortium (W3C) to ensure that websites and web content are accessible to all users, regardless of their abilities or disabilities. WCAG provides a comprehensive framework for designing and developing websites that can be accessed and used […]
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 […]
Execution of AXE Tool in Accessibility Testing
This blog is in continuation with Introduction To Axe Tool in Accessibility Testing. I recommend you go through the blog mentioned first for a better understanding. How to Perform Accessibility Testing using the AXE tool Now we will see how to perform accessibility testing using the AXE tool. Make sure that you have already added […]
Pivot and Submit Data through a Spreadsheet using Table Viewer in OneStream
Thing Planning Solution Perficient was recently engaged with a client that was implementing a Thing Planning solution to manage thousands of line items for their planning process. The client wanted to be able to look at a small set of data in a form and submit the changes to just those rows without having to […]
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 […]