In this episode of the “What If? So What?” podcast, Jim Hertzfeld talks with Brian Solis, a renowned futurist, author, and the head of global innovation at ServiceNow. Brian’s work has been instrumental in shaping digital strategies and customer experience strategies for many organizations. In this episode, He shares insights from his latest book, “MindShift,” […]
Technical
Creating a Mega Menu using Acquia Site Studio
Mega menus are an expandable menu feature with a multitude of options within a single interface, utilizing a dropdown format. Mega menu designs can vary in complexity. They are particularly beneficial for managing a considerable amount of content or providing a quick overview of a sub-category of pages. Steps to create: Required: Acquia Site Studio: […]
Drupal CMS is here, what it means for you and your organization.
In a previous blog post I discussed various content authoring approaches within Drupal and the importance of selecting the right one for your specific situation. Towards the end I mentioned a new iteration of Drupal(Starshot). It is now here, Startshot, i.e. Drupal CMS was released on Jan 15th. As it becomes part of the Drupal […]
Newman Tool and Performance Testing in Postman
Postman is an application programming interface (API) testing tool for designing, testing, and changing existing APIs. It has almost every capability a developer may need to test any API included in Postman. Postman simplifies the testing process for both REST APIs and SOAP web services with its robust features and intuitive interface. Whether you’re developing […]
Unlock the Future of Integration with IBM ACE
Have you ever wondered about integration in API development or how to become familiar with the concept? In this blog, we will discuss one of the integration technologies that is very easy and fun to learn, IBM ACE. What is IBM ACE? IBM ACE stands for IBM App Connect Enterprise. It is an integration platform […]
How to Upgrade MuleSoft APIs to Java 17: A Comprehensive Guide
The Evolution of Java and Its Significance in Enterprise Applications Java has been the go-to language for enterprise software development for decades, offering a solid and reliable platform for building scalable applications. Over the years, it has evolved with each new version. Security Enhancements of Java 17 Long-Term Support Java 17, being a Long-Term Support […]
Comparing MuleSoft and Boomi: A Deep Dive into Features and Components
MuleSoft and Boomi are two popular businesses that provide reliable solutions for integrating devices, data, and apps in the constantly changing field of enterprise integration. Every platform has distinct characteristics and advantages that make it appropriate for various company requirements. To help you make a wise choice, we will examine the key features and elements […]
How Copilot Vastly Improved My React Development
I am always looking to write better, more performant and cleaner code. GitHub Copilot checks all the boxes and makes my life easier. I have been using it since the 2021 public beta, the hype is real! According to the GitHub Copilot website, it is: “The world’s most widely adopted AI developer tool.” While that […]
From Code to Cloud: AWS Lambda CI/CD with GitHub Actions
Introduction: Integrating GitHub Actions for Continuous Integration and Continuous Deployment (CI/CD) in AWS Lambda deployments is a modern approach to automating the software development lifecycle. GitHub Actions provides a platform for automating workflows directly from your GitHub repository, making it a powerful tool for managing AWS Lambda functions. Understanding GitHub Actions CI/CD Using Lambda Integrating […]
AEM Front-End Developer: 10 Essential Tips for Beginners
Three years ago, I started my journey with Adobe Experience Manager (AEM) and I still remember how overwhelmed I was when I started using it. As a front-end developer, my first task in AEM – implementing responsive design – was no cakewalk and required extensive problem solving. In this blog, I share the 10 tips and tricks […]
How Nested Context-Aware Configuration Makes Complex Configuration Easy in AEM
Managing configurations in Adobe Experience Manager (AEM) can be challenging, especially when sharing configs across different websites, regions, or components. The Context-Aware Configuration (CAC) framework in AEM simplifies configuration management by allowing developers to define and resolve configurations based on the context, such as the content hierarchy. However, as projects scale, configuration needs can become […]
Understanding Lifecycle Methods in Vue.js
People praise Vue.js as a powerful and flexible JavaScript framework for its simplicity and ease of use. Vue.js includes lifecycle hooks as one of its standout features. These hooks allow developers to execute specific actions at various stages of a component’s life, making it easier to manage complex logic and interactions. In this guide, we’ll […]