If you’re interested in learning a robust, efficient, and scalable enterprise-level server-side framework, you’ve landed on the right blog! 🚀 We’ll start with a quick introduction, and in this post and the ones to follow, we’ll dive straight into the practical part. We’ll build an application that covers various Nest JS fundamental and advanced topics […]
Front-End Development
Astro: The Web Framework Revolutionizing Website Development
In this fast-paced world of web development, speed, flexibility, and usability are crucial to creating powerful online experiences. Within this context, Astro, an innovative web framework designed to generate static sites, offers exceptional performance and versatility. This blog will explore the benefits, challenges, and practical tips with Astro and its relevance today. Astro: A Quick […]
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 […]
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 […]
Different Methods to Share Data Between Components in Angular – Part 1
Introduction Sharing data between components in Angular is a common requirement in complex applications having multiple components. Angular provides several methods to accomplish this task effectively and efficiently. In this blog, we will examine different methods to share data between components. We will cover methods going from easy to cutting edge, permitting you to pick […]
JavaScript: To understand the basic differences between arrays and sets.
1. Introduction The two most common types of data structures to be used in programming are arrays and sets. They may seem to be the same, but in terms of their properties and abilities there are distinct differences. To optimize their code and make it work better, developers need to understand these differences. We’ll be […]
Generative AI Revolution: A Comparative Analysis
In the world of Generative Artificial Intelligence (AI), a new era of large language models has emerged with the remarkable capabilities. ChatGPT, Gemini, Bard and Copilot have made an impact in the way we interact with mobile device and web technologies. We will perform a comparative analysis to highlight the capabilities of each tool. […]
Optimizely CMS – Custom form element with dependencies
Optimizely CMS comes with a package called Episerver.Forms that enables you to incorporate easy to build forms within a CMS website. There is a built in form container that supports standard built in form elements like input fields, checkboxes, radio buttons, select lists, buttons etc. And just like any other feature, Episerver Forms also come […]
Unlocking React’s Power: Why Functional Components Outshine Class Components
Introduction As React development continues to evolve, the rise of functional components and hooks has significantly transformed the way we build applications. In this blog, we’ll unravel the magic behind functional components and explore why they emerge as the superheroes of modern React development. So, get ready for a journey into simplicity and power, supported […]
Exploring jQuery’s Tree Traversing: Unleashing the DOM Navigation Potential
The popular JavaScript library jQuery simplifies DOM manipulation with powerful traversal methods. Web developers need to traverse the DOM tree to interact with HTML components. This blog covers jQuery’s DOM traversal using simple examples to teach navigation techniques. Understanding the DOM Tree:Â Let’s define the DOM tree before learning jQuery’s tree traversal techniques. It’s the […]
Apply CSS classes in Rich Text Editor Sitecore
Rich text in Sitecore refers to the capability of the Sitecore content management system (CMS) to handle and display formatted text content with various styling options. It enables content editors to create and manage content that includes not just plain text, but also a range of formatting elements such as headings, paragraphs, lists, links, images, […]