What is CMS ? (Content Management System) A content management system (CMS) is a software application that enables users to create, edit, collaborate on, publish and store digital content. More specifically, a CMS is a software application that allows users to collaborate in the creation, editing, and production of digital content: web pages, blog posts, […]
Streamlining Development Processes (Command Line Interface (CLI) for Serialization) Over recent releases, Sitecore has really taken notice of developer needs and provided support to the various tools they already use. Sitecore 10 introduces the Command Line Interface (CLI), which opens new capabilities in terms of interacting with Sitecore instances. CLI provides a simplified headless […]
More Improvements to Horizon Horizon is the next-generation editor in Sitecore Experience Platform. Horizon includes the following features: The page editor, which you use to create and edit web pages. As you edit a page, you can see how it will appear on different devices. Simulator mode, which you use to preview web pages as […]
C# has been around for a while since 2002 to be precise. As we wait for the 20th birthday of this popular programming language, we got its new version as well. C# 10 was released in November 2021 along with the much awaited .Net 6. In this blog we will see some cool features of […]
JavaScript is one of the most popular languages among developers nowadays. There are a lot of developers, freshers, and experienced love to build their application or project using JavaScript but still, there is confusion when they have to pick up right framework or library for their project. Angular and Reactjs is their topmost priority but […]
Introduction gRPC is initially developed by Google. It is a high performance, open source RPC framework and is based on a client-server model of remote procedure calls.With help of gRPC client application can directly call methods on a server application as if it was a local object. Strengths of gRPC gRPC is offering many benefits […]
Introduction: The following blog encompasses us to understand about the “Microsoft PowerApps”. It will help us to know why and in which way “Microsoft PowerApps” is relevant, using some pictorial depiction. What is PowerApps: PowerApps is a suite of apps, services, and connectors. It is a data platform that provides a rapid development environment to […]
Selenium is an open-source tool that is used for automating the tests carried out on web browsers (Web applications are tested using any web browser). Why Selenium? Components of Selenium. Selenium has four major components – Selenium IDE, Selenium RC, Selenium Web driver, Selenium GRID. Selenium IDE: Selenium IDE (Integrated Development Environment) is the major […]
What is Apache Solr? Available since 2004, Apache Solr is an open-source search platform,written in Java language, which is used to build search applications. It is built on top of Lucene (full text search engine). Solr is enterprise-ready, fast and highly scalable. Not only search, Solr can also be used for storage purpose. Like other NoSQL databases, it is […]
Microservices are individual pieces of business functionality that are independently developed, deployed and managed by a small team of people from different disciplines. See picture. Inner versus Outer Complexity Fundamentally, microservices shift complexity outward. “Inner” is what’s in a single microservice and how it’s packaged. It includes the runtime, the business logic, coding to the […]