Today, Perficient colleagues are excited to welcome 25 new women to the tech industry as the first Perficient Bright Paths training program kicks off at an online pop-up campus in Detroit! The Perficient-sponsored Hackbright Academy offers 25 women a fully-paid, customized coding bootcamp over the next ten weeks. This all-women coding bootcamp and software engineering […]
How to Show/Hide HTML Elements by Only Using CSS
The ability to show/hide an HTML element should be simple enough, right? Well, we can use some HTML attributes and JavaScript functions if we want to, but what if we want to do perform this task without using JavaScript. Is it possible? Yes, it is possible. We can do it with just CSS. Yes, you […]
Permission-driven canvas app navigation component
The case for permission-based navigation Many app stakeholders want to lock down parts of their canvas apps so that certain screens are only accessible to a subset of application users. Configuration of these permissions can be achieved a variety of ways, including security roles, CDS data, or other logic based on the current user. If […]
Sitecore Upgrades: A Mini-Series Part 2 Database Upgrades
Welcome to Part 2 of my Mini-Series on Sitecore Upgrades. This blog post is entirely dedicated to tips surrounding what you need to do to upgrade your databases to account for all the new modifications that come with a newer version of Sitecore. Heed these tips carefully. They may save you a lifetime of stress […]
Byte-7: Utilize your data via API to maximize the market presence
Today organizations are transforming to adapt to the new market needs and expand the business. Every organization is looking to maximize its value by utilizing the most incredible asset called data. Some organizations don’t have the scale to build everything independently, which drives the need for partnership with other organizations to maximize the market presence […]
Choosing Between Ternaries or && in JSX
There is always the question that runs in the mind of developers, do I choose ternaries or logical && to use in React? Personally, I always prefer logical && over ternaries to handle the truth condition. Let me explain why. Just a few days ago, I was writing the following React code: import React from […]
Continuous Integration (CI) Pipeline Configuration for Episerver B2B Commerce
After learning how to set up a basic continuous integration (CI) pipeline through Azure in my first blog, How to Set Up Automated Deployment with CI/CD Pipelines through Azure, the next stage is walking through the steps to build the CI pipeline for the Episerver B2B Commerce application. Below, you will find a snapshot of […]
Complementing SAP with True Order Management Capabilities
Seamless order to fulfillment is the crux of any good experience. A brand’s reputation and longevity, as well customer loyalty and adoption, often hinges on the success of how order management (OM) is rooted in an organization. The interaction with users at their point of need is the tipping point and often dictates success or […]
Kafka Consumer Error Handling, Retry, and Recovery
This blog post is about Kafka’s consumer resiliency when we are working with apache Kafka and spring boot. As a scenario, let’s assume a Kafka consumer, polling the events from a PackageEvents topic. service class (Package service) is responsible for storing the consumed events into a database. Note: Here in the place of the database, […]
A Process Integration Timeline of Accessibility Testing
All too often, accessibility does not cross the mind of designers or developers until it is too late in the process. Approaching accessibility as a final checkbox in the entire process of a webpage and website development will result in exurbanite defects and adversely affect the final product. Developers and designers must take on the […]
Byte-6: Integration Center For Enablement
Integration center for enablement helps an organization to maximize its investments. Integration is the heart of any organization to deliver the best returns and make the enterprise produce products/ features rapidly. Building an integration center for enablement is a journey. Think from enterprise vision vs. siloed vision Get executives to support, an important aspect. Establish […]
Check for Suspicious Email Registration Through Episerver Commerce Framework
Several users are signing up under a suspicious or fraudulent email address when registering within an ecommerce site. These users are posting multiple irrelevant links to their own website to try to boost their ranking, or even posting URL links to dangerous or unsolicited websites. To avoid suspicious email addresses, we can check the reputation […]