Jump into the fascinating world of JavaScript objects with us! We’re going to explore cool methods and tricks that can make your coding skills even better. If you’re new to objects in JavaScript, no stress! Our guide, ” The Power of Objects in Javascript: Part 1” is there to help. It breaks down both the […]
Technical
Sitecore database post upgrade steps
In the first part of this 3 part blog series, we did a deep dive in to the prerequisites required for upgrading Sitecore databases from 9.3.0 to 10.3.1 and steps needed to prepare for it. In the second part, we went over the steps that need to be performed to do the actual upgrade of […]
The Power of Objects in JavaScript: Part 1
Objects are an essential building block for data manipulation in JavaScript, the language that runs the internet. Developers may easily organize and arrange data by using JavaScript objects, which are versatile containers. Together, we will unravel objects and examine many essential techniques that simplify our interactions with them. Understanding Objects in JavaScript An object in […]
Internationalization (I18n) Implementation in React
Internationalization (I18n) is a crucial aspect of building web applications that cater to a global audience. It involves adapting your application to different languages and regions seamlessly. In this blog, we will explore the implementation of I18n in a React app, ensuring a smooth user experience for diverse audiences. Why Internationalization? Before delving into the […]
How Breaking Down Barriers with Equitable Use in Universal Design
In the pursuit of creating a world that values diversity and inclusivity, the concept of Equitable Use in Universal Design emerges as a powerful tool for breaking down barriers. Beyond its immediate impact on individuals with disabilities, Equitable Use has the transformative potential to reshape environments, products, and services to be more accessible and inclusive […]
Ryman Hospitality Migrates to Oracle ERP Cloud!
ERP | Enterprise Resource Planning Migration to the Cloud – July 2023 Go Live! Ryman Hospitality Properties, Inc. (NYSE: RHP) Business Challenge + Opportunity Migrate existing footprint and well-established business processes from Oracle EBS and NetSuite financials into Oracle ERP Cloud (Fusion), with over 500 custom reports written across different tool sets (FSGs, Discoverer, GL Wand, […]
Adobe Target Recommendations Designs: Iterating Over $entityN.variable
Adobe Target Recommendations uses the open-source Apache Velocity Engine – with an emphasis on velocity – to retrieve recommendations data. A Recommendations Design is a specialized Target offer populated at runtime with the entities, i.e., products or items, to be displayed. This is done by incorporating Velocity Template Language (VTL) identifiers to denote entity attributes […]
CSS Revolution: Empowering Your Web Design with React Magic
Styling plays a fundamental role in web development. Furthermore, when you embark on building React applications, you can choose from various approaches to skillfully manage styles and CSS. This comprehensive guide will explore diverse techniques, tools, and best practices for styling React components using JavaScript. Different Approaches to Styling in React In the expansive realm […]
Part-1 Demystifying Next.js: Exploring the Power of Parallel Routes for Smoother Web Experiences
Understanding Parallel Routes in Next.js Imagine you’re on a road trip, and you have multiple routes you can take to reach your destination. Similarly, in web development, when you build a website using Next.js, you create different routes for different pages. What are Routes? Routes are like paths or directions to specific pages on a […]
Part-2 Next.js Parallel Routing for Unique Loading and Error Experiences
Parallel Routing with Loading: Imagine visiting a website, and while a page is loading, you see a spinning wheel or a loading symbol. That’s the loading state – it shows that things are still getting ready. In Next.js, using Parallel Routing, each webpage can have its own unique loading symbol or message. So, as you […]
Decoding DI in Optimizely CMS 12
DI or Dependency Injection is a complex topic, not just in Optimizely CMS, but in general in .net core implementations. Some aspects we get, like the different ways dependencies can be injected and which is better over others, while some leave us scratching our heads. Often times we end up doing a lot of troubleshooting, […]
Different Methods to Share Data Between Components in Angular – Part 2
Welcome back to different methods to share data between components in Angular. In this post, we’ll continue with the remaining ways to share data in Angular components. 3. Sharing data using Routing Parameters or Query Parameters. Angular’s routing module allows for passing data between components by utilizing route parameters. Example: We can pass data through […]