The most recent iteration of the Appium mobile automation framework is Appium 2. This edition includes numerous enhancements, new features, and improved performance. This tutorial will guide you through upgrading from Appium 1.x to Appium 2.x, stressing the advantages and providing code samples to illustrate them. Unlike Appium 1, Appium 2 does not have built-in […]
Technical
Dev Tutorial: Building a Shared Navigation With Help From AEM Headless Services | Part 1
Modern AEM can serve content in a headless manner across multiple channels, be they React or Vue apps, native mobile apps, or some other non-AEM platform. This is accomplished through AEM’s built-in headless services. Here are content fragments of importance that provide the building blocks for exposing content in a headless way. These work in tandem […]
Level Up Your Map with the ArcGIS SDK
In today’s tech-driven world, the ability to visualize data spatially has been vital for various industries. Enter ArcGIS, a Geographic Information System (GIS) developed by ESRI, which is here to help us solve our client’s needs. Let’s chart our way into the world of ArcGIS and how it empowers businesses to harness the full capabilities […]
Handling Not Allowed Reflection Method in Sitecore
Recently, to meet project requirements, we customized and expanded the functionality of the “General Link” feature by incorporating a new “Telephone Link” feature. Everything was working correctly on our local project instance, but we got the below-listed error when the changes were deployed on the higher environment. Exception: Sitecore.Exceptions.AccessDeniedException Message: Calling Fieldtypes.ExtendedGeneralLink.ExtendedGeneralLinkForm.OnModeChange method through reflection […]
What’s New in React19?
Recently, React released React19 Beta. It includes some exciting changes, updates, APIs, and hooks. This React 19 update article will cover some significant new hooks we need to understand, as well as reference code and working snapshots. Contents: Introduction to React Compiler. Document Metadata. Automatic Re-rendering with the inbuilt memo, useMemo, and useCallback hooks. API […]
useOptimistic: Powering Next.js
In today’s blog, we will examine an experimental hook that helps us display optimized results when we display data we fetch from the server. What can we do to optimize such a use case? Is there a way to show updated data as it is being fetched from the server? We will explore precisely that […]
Using Optimizely Content Delivery API for data migration
Optimizely Content Delivery API is very well known for building headless CMS, to connect to Single Page Apps, mobile apps, etc. However I also found that come in handy in terms of data migration. With the Content Delivery API, you can easily retrieve detailed information of source content in JSON format and map it to […]
React Native – A Web Developer’s Perspective on Pivoting to Mobile
Making the Switch I’ve been working with React Web for the last 6 years of my dev career. I’m most familiar and comfortable in this space and enjoy working with React. However, I was presented with an opportunity to move into mobile development towards the end of 2023. Having zero professional mobile development experience on […]
Create Experiences with Multiple Layouts in Sitecore Personalize
Sitecore Personalize uses a combination of experiences, decision models and offers to personalize content. An experience defines a variant. The variant is used to create the UI for the experience. The decision model uses programmables and decision tables to select an offer. The variant reads data from the offer to populate the UI. By default, […]
IICS Micro and Macro Services
Macros in IICS Informatica IICS: An expression macro is a useful technique for creating complex or repeating expressions in mappings. This makes it possible to perform computations over various fields or constants. creating a collection of related expressions so that the same computation can be done on several input fields. Steps to Use […]
Microservices – 12 API Guidelines for Security
In the interconnected landscape of modern software development, Application Programming Interfaces (APIs) have emerged as the linchpin, facilitating seamless communication and integration between diverse systems. As the digital ecosystem expands, the need to fortify APIs against potential vulnerabilities becomes paramount. This blog delves into the intricacies of API security, unraveling 12 indispensable tips to bolster […]
Advanced Array Methods in JavaScript: Part 3
Welcome back to the third part of our series on elevating your JavaScript skills through array methods. Having established a solid foundation with simple array methods, we’re now poised to tackle more advanced methods. In this blog, we will discover sophisticated array methods that offer greater flexibility and power in manipulating data. Prepare to unlock […]