Skip to main content

Innovation + Product Development

Businessmaninchaircodingwithai

Github Copilot: More Than Just Autocomplete

I’ve heard many people, from entry level developers to senior architects and directors, wonder if GitHub Copilot was anything more than just autocomplete. I kept struggling to put into words why I felt that it was. And today it clicked for me. Cognitive Load. It’s the secret enemy that’s really difficult to pin down concretely, […]

Coding See Through

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 […]

Screenshot 2023 06 14 115621

Navigating Digital Accessibility: The Power of Landmarks and Correct Markup

In the realm of digital accessibility, landmarks and correct markup serve as the backbone of an inclusive and user-friendly web experience. By understanding the significance of landmarks and implementing them with proper markup using  HTML and ARIA (Accessible Rich Internet Applications), we can ensure that websites and applications are accessible to all individuals, regardless of […]

Amandine Bataille 5w78i6jvbjw Unsplash

Using Merlin to Migrate Your Site to Sitecore

In a previous post, I shared my journey with Sitecore Data Exchange Framework.  I was excited to use it to create a reusable importer process.  In the end, I decided it was not the right tool for me.  I ended up using Powershell.  In the process of researching site migration tools, I discovered “Merlin”.  Merlin […]

Screenshot 2023 06 12 125602

Headings and Screen Readers: Enhancing Accessibility with Proper Markup

In the digital era, web accessibility is a fundamental aspect of ensuring inclusivity and equal access to information for all users. Headings and screen readers play crucial roles in creating accessible web content. In this blog post, we will explore what headings are, what screen readers are, the importance of headings for screen reader users, […]

Screenshot 2023 06 09 231015

Heading Levels for Assistive Technology: Promoting Inclusivity and Ease of Use

In the realm of digital accessibility, headings play a crucial role in creating an inclusive and user-friendly experience for individuals with disabilities. In this blog post, we will explore the importance of heading levels for assistive technology and their significant impact on promoting inclusivity and ease of use for all users. Let’s delve into the […]

Screenshot 2023 06 09 222341

Harnessing the Power of HTML for Assistive Technology: Creating Inclusive Digital Experiences

In our quest for inclusivity and accessibility, leveraging the power of assistive technology is essential. HTML, the fundamental language of the web, provides a versatile toolkit for integrating assistive technology features seamlessly into digital experiences. In this blog post, we will explore practical ways in which HTML can be harnessed to enhance accessibility and empower […]

Photo of kids with thinking hats on, unleashing creativity.

Unleashing Creativity through Constraints

When you hear the word “constraints,” what creative images and stories does your mind conjure up? The word often leads people toward negative thoughts of confinement, limitations, obstacles, or not getting what you want. With this article, though, I want to talk about useful constraints and how they can encourage creativity and innovation. Common Views […]

Small Business Owners

Advantages of Magento and Salesforce Integration for Your E-Commerce Business

What is Magento 2? Magento (Adobe Commerce) is an e-commerce platform built on open-source technology that provides online merchants with a flexible shopping cart system as well as control over the look, content, and functionality of their online store. Magento offers powerful marketing, search engine optimization, and Catalog management tools. It’s open-source software, which is handy […]

Young Asian Man Wearing Black T Shirt Sitting On Desk Hand Holding Smartphone To Searching For Information. Using Search Console With Your Website.

How to Customize & Debug SEO Pages in Optimizely Configured Commerce

Optimizely Configured Commerce SEO is a vital aspect of any ecommerce application, as having a good SEO ranking increases traffic to your website and brings in revenue opportunities. Optimizely Configured Commerce (formerly Optimizely B2B Commerce) comes packaged with SEO features built-in, providing SEO configuration settings without requiring development code. Don’t worry if the native capabilities […]

Screenshot 2023 05 05 163518

Forecasting In Power BI

Forecasting In Power BI Forecasting is one of the important features of Power BI which helps take out insights from time series data. This blog is the continuation of my previous blog that is – “ Analytics Pane in Power BI / Blogs / Perficient ” where we have seen multiple analytics line and their […]

B2B Commerce Strategy

Understanding the Context API in React: Simplifying State Management

Introduction The Context API in React allows components to share data with each other, even if they are not directly related. It helps avoid the problem of passing data through many components by letting components access shared data directly. It helps in preventing the prop drilling problem. Consider the diagram to represent a chain of […]

Load More