What are Git Submodules?

Git submodules are a powerful and useful feature that allow developers to include external repositories within their own repository. This can be incredibly handy in a variety of scenarios, such as when using a third-party library or framework that is updated independently of the main project. By using submodules, you can easily keep the external... Continue Reading →

Git vs Centralized Version Control Systems (CVCS)

In the world of software development, version control systems (VCS) play a pivotal role in managing code and collaboration among developers. Traditional centralized version control systems, such as SVN (Subversion), have long been the norm. However, in recent years, Git has emerged as a revolutionary force, transforming the way developers collaborate and manage their codebases.... Continue Reading →

Install-SitecoreConfiguration : Failed to start service ‘Sitecore Marketing Automation Engine – sc910.xconnect-MarketingAutomationService (sc910.xconnect-MarketingAutomationService). 

Install-SitecoreConfiguration : Failed to start service 'Sitecore Marketing Automation Engine - sc910.xconnect-MarketingAutomationService (sc910.xconnect-MarketingAutomationService). At C:\ResourceFiles\XP0-SingleDeveloper.ps1:80 char:1 + Install-SitecoreConfiguration @singleDeveloperParams *>&1 | Tee-Objec ...  + CategoryInfo: NotSpecified: (:) [Write-Error], WriteErrorException     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration While installing Sitecore 9.1 XP0 using SIM (Sitecore Instance Manager), I have stumbled across the Sitecore.Marketing.Automation Service Failed to Start. After digging into event viewer, I came... Continue Reading →

Thinking in Containerization

Modern applications today are getting built up with cloud native mindset. Cloud native is all about changing the way you think about constructing critical business systems. Cloud-native systems are designed to embrace rapid change, large scale, and resilience.

Create a website or blog at WordPress.com

Up ↑