Technology has become an integral part of our daily lives in today’s rapidly advancing world. From smartphones to smart homes, technology has transformed how we communicate, work, and navigate the world. But there is one aspect of technology that often goes unnoticed, yet holds immense potential for transforming lives – assistive technology. In this blog […]
Technical
How Manufacturers Can Determine If They’re Ready to Go Direct-to-Customer (D2C)
As a manufacturer, you’re a master in your products and their production, but developing a digital go-to-market strategy to help your organization evolve is equally as important with getting your products out the door – especially if you’re considering going direct-to-customer (D2C). Targeting customers directly can provide many benefits to your business, such as building […]
2023 Global Accessibility Awareness Day
In an increasingly interconnected world, digital accessibility has emerged as a vital component of creating inclusive experiences for individuals with disabilities. Global Accessibility Awareness Day (GAAD) serves as an annual reminder of the importance of accessibility and aims to promote awareness and understanding among developers, designers, and decision-makers. In this blog post, we’ll explore the […]
Code Review Testing for Inclusive Digital Products: Digital Accessibility Testing Fundamentals 4 of 4
Welcome back to our series on Digital Accessibility Testing Fundamentals! In this last installment, we’ll discuss some of the Code Review Testing for digital accessibility and why it is a critical step toward building inclusive digital products. In today’s digital landscape, accessibility has become an integral part of creating inclusive and user-friendly experiences for all individuals. […]
Mock Server in Postman
Introduction to Mock Server The mock server is a fake server that resembles the behavior of a real server to assist users in testing and verifying their APIs and API responses. A Mock server is used during the various API testing when a specific response must be obtained that is not readily available on the […]
How a React Native Swift Bridge Solved My Problems in 2 Days
During my time working with React Native, I have collaborated with many people from all around the world. While their skill sets and methodology varied greatly, many developers preferred using third-party libraries. Often there seemed to be hesitancy in creating solutions interacting with the native layer of the app. Even going so far as brute-forcing […]
Getting to know Sitecore Search – Part 4
Welcome back to getting to know Sitecore search. In this post, we’ll focus on the advanced web crawler. We’ll modify the source, document extractors, taggers and attributes to customize our indexed documents. Manage Sources To manage sources, visit Administration/Sources From this screen you can see a list of your sources. You can see the source […]
Unboxing the Box-Sizing Property in CSS
Box-sizing property in CSS Box-sizing is a CSS property that helps us set the height and width of an element. Sometimes, when we set the height and width of an element, it doesn’t work as expected. In such situations, we can use the box-sizing property to adjust the element’s size. Box-model: The Box-model is a […]
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 […]
Basic Understanding of Full Load And Incremental Load In ETL (PART 2)
In the last blog PART1, we discussed Full load with the help of an example in the SSIS (SQL Server Integration Service). In this blog, we will discuss the concept of Incremental load with the help of the Talend Open Studio ETL Tool. Incremental Load: The ETL Incremental Loading technique is a fractional loading method. […]
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 […]
Informatica PowerCenter Overview: Part 1
what is ETL? ETL is a process that extracts the data from different source systems, then transforms the data (like applying calculations, concatenations, etc.), and finally loads the data into the Data Warehouse system. The full form of ETL is Extract, Transform, and Load. What is a data warehouse (DW)? A Data Warehouse (DW) is […]