Introduction In the ever-evolving landscape of software development, choosing the right architectural approach is crucial for building robust and scalable applications. Two popular architectural styles that often come into consideration are Monolithic and Microservice. Both have their merits and trade-offs and understanding their differences is vital for making an informed decision that aligns with your […]
Software
Industries Document Generation
Every company needs documents for its processes, information, contracts, proposals, quotes, reports, non-disclosure agreements, service agreements, and for various other purposes. Document creation and management is a crucial part of their operations. To make it easy, Omnistudio provides document generation capabilities, tailored to meet the unique requirements of different Industries. In this blog post, we […]
Understanding jQuery UI in Magento 2
jQuery is nothing but a JavaScript library which helps to manipulate the content, event handling, ajax and traversing through the document. jQuery UI extends the jQuery functionality with the set of options to improve the User Interface, adding effects, themes, and widgets. If you would like to know what is jQuery and its advantages in […]
Building Quality in Salesforce: Exploring the Apex Testing Framework
Apex Unit Test: Why do we need to write test classes in Salesforce? In Salesforce, writing test classes is an essential practice for ensuring the quality and reliability of your code. They are specifically used to test the functionality of your Apex classes, triggers, and other components. Test Classes or a Test Method verify whether […]
Best Practices for Vuejs Projects
A well-liked JavaScript open-source front-end development framework called vue.js is fully capable of creating single-page applications. This language enables Vue.js developers to create complex apps using a single file component instance. You can use Vue.js to merge the codes for improved performance. Because of its minimal weight and distinct framework design concepts, the Vue.js framework […]
Appian World 2023 Recap
Last week, our team attended Appian World, in San Diego. During the three-day conference, Appian partners, clients, and vendors got together to hear from Appian leadership, industry experts, and get hands-on experience with Appian platforms. The Perficient team learned about new Appian capabilities and technologies, heard new product announcements, and connected with peers and clients […]
Icon Library in Optimizely CMS
What are Icons? Icons are graphical representations of different elements on a website. They make the webpages visually appealing and like any other image, have a stronger connection and retention to the end user’s memory than plain text. When used in moderation and the right way, they can be self-explanatory and reduce the need for […]
“Just In Time” User Migration Approach in Azure AD B2C
“Just In Time” User Migration This is a continuation of our B2C series on consolidating users identities into Azure B2C. So far we have looked at the benefits on consolidating user accounts into Azure B2C and a brief overview of the Bulk Migration strategy for migrating users from an existing identity provider into Azure B2C. […]
Bulk User Migration Approach in Azure AD B2C
With Azure AD B2C, you can migrate and consolidate users from other identity provider systems. In this blog, I’ll walk you through one approach for migrating user accounts: a Bulk Migration in one batch. Read More: Consolidating Users into One Identity Provider with Azure AD B2C Bulk migration can be done with little-to-no impact to […]
Slowly Changing Dimension(SCD) TYPE 3 in Informatica PowerCenter
What is a Slowly Changing Dimension? Slowly Changing Dimension (SCD) is a dimension that allows us to store and manage both current and previous data over time in a data warehouse. It is considered and implemented as one of the most critical ETL tasks in tracking the history of dimension records. There are three types […]
Troubleshooting Docker Container Problems Part 2
We discussed a few Docker problems in the Troubleshooting Docker Container Problems article with its solutions. We will discuss several other Sitecore docker issues in this article. Problem 1: Requested resource is in use ERROR: for xxxxxx Cannot start service xxxxxx: hcsshim: CreateComputeSystem xxxxxxxxxxxxxxxxxxx. The Requested resource is in use. First Solution: The very first […]
Troubleshooting Docker Container Problems
Several factors could cause Sitecore containers running on Docker to stop functioning or display as unhealthy containers. To troubleshoot or fix the errors, we ran into a few Docker container issues, which we have listed below. This helped us identify and comprehend the root causes of the problems, which allowed us to check and fix […]