If you read my last article, the big deal with headless, you know that the big deal is performance. The architecture you get leveraging a headless architecture with Next.js front end is fundamentally superior to MVC. When you are ready to make the move to headless, you may be surprised that there isn’t just one […]
Technical
Embracing Flexibility: Adaptive Tools Transforming Lives
Flexibility is a key aspect of independence, allowing individuals to perform everyday tasks with ease. For those with flexibility challenges, assistive technologies have evolved to provide adaptive solutions, enhancing their quality of life. In this article, we’ll explore the innovative adaptive tools that are currently in use, empowering individuals with flexibility disabilities to navigate the […]
Beyond the Chair: Cutting-Edge Mobility Aids Transforming Lives
Mobility is a fundamental aspect of human independence and quality of life. For individuals with mobility challenges, assistive technologies have evolved significantly beyond traditional wheelchairs. In this article, we will explore some of the innovative mobility aids that are currently in use, offering individuals with mobility disabilities newfound freedom and opportunities. **1. Power Wheelchairs While […]
Bridging Minds and Machines: The Promise of Brain-Computer Interfaces (BCIs) in Assistive Technology
In the realm of assistive technologies, Brain-Computer Interfaces (BCIs) stand out as one of the most revolutionary innovations. BCIs bridge the gap between the human brain and external devices, offering new horizons of communication and control for individuals with severe disabilities. In this article, we’ll explore the groundbreaking world of BCIs and their transformative potential […]
How to create custom Cascading Dropdown List element in Sitecore Form.
Sitecore has form elements OOB that meet practically all form requirements. But in some scenarios, we may need to create a custom element to fulfill the requirement like the Cascading Dropdown List. We had a scenario where we needed to load all Products of selected Categories in dropdown lists. We intended to utilize the Sitecore […]
The Big Deal with Headless
Performance Matters. According to Amazon, 1 second of load lag time would cost them 1.6 billion in sales per year. Walmart says, for every second of improvement, they receive a 2% conversion increase. According to Akamai, every 100-millisecond delay in website load time can hurt conversion rates by 7%. And for every second delay in […]
Assistive Technologies for Speech Synthesis and Voice Generation
Communication is an essential human need, enabling us to connect, share ideas, and convey emotions. For individuals with speech disabilities, expressing themselves can be a significant challenge. However, the rapid evolution of assistive technologies has led to groundbreaking solutions in the form of speech synthesis and voice generation. In this article, we’ll explore the transformative […]
Revolutionizing Communication: Assistive Technologies for Speech Disabilities
In a world that relies heavily on spoken communication, those with speech disabilities face unique challenges in expressing themselves and connecting with others. However, thanks to rapid advancements in technology, a wide range of assistive technologies has emerged to empower individuals with speech disabilities, enabling them to communicate effectively, engage in conversations, and participate in […]
Kotlin Tutorial | Kotlin Programming Language for beginners
Responsibilities, Skills, Scope and More. The tutorial provides basic concepts of Kotlin. Our Kotlin tutorial includes. What is Kotlin? Pre-Requisites Features of Kotlin Kotlin Architecture What is Kotlin? Kotlin is a programming language introduced by JetBrains in 2011. Kotlin is free, has been free and will remain free. It is developed under the Apache 2.0 […]
Getting to know Sitecore Search – Part 7
Welcome back to getting to know Sitecore search. In this post, we’ll continue modifying our react ui to add a search bar, facets, sort options, and more style updates. Update Search Results Component In the previous post we used the basic search results component. But it was missing a search bar. Luckily, the sdk has […]
Migrating Sitecore SXA themes from MyGet to NPMJS
Sitecore recently announced they are moving away from MyGet and to NPMJS for its package provider. After November 2023 the MyGet public feeds will be unavailable and any SXA themes and publishing pipelines should be updated before that time. Sitecore was unable to retain the @sxa prefix with this move and as a result, the […]
Using Feign Client in Spring Boot: Simplifying Microservice Communication
Introduction to Feign Client: In the world of software, microservices are like building blocks that help make programs more flexible and scalable. But for these blocks to work together, they need to talk to each other effectively. Imagine each block sharing information, asking for help, and working together smoothly. Meet Feign Client, a super useful […]