SDK project format for Sitecore solutions

Nowadays SDK Visual Studio project format is mainly used by .NET Core projects. It is lean, offers a lot of great features and is generally awesome. But can we use it in traditional ASP.NET Sitecore solutions? What are the benefits and pitfalls?

August 6, 2019 · 5 min · Vitalii Tylyk

DevOps with Sitecore JSS: configuration management

I have already touched upon deploying JSS apps in my Guide on migrating your solution to Sitecore JSS. In this post I want to extend a bit on the topic, in particular on configuration management.

June 17, 2019 · 3 min · Vitalii Tylyk

Guide on refactoring your Sitecore solution to Sitecore JSS

Sitecore JSS provides a lot of benefits in comparison to the “classic” Sitecore MVC/Webforms development approach in terms of both usage of the latest and greatest frontend frameworks, but also improving the development workflow. In this post I’ll describe steps and considerations of migrating an existing Sitecore solution to JSS, based on a real world project experience.

March 11, 2019 · 14 min · Vitalii Tylyk

Sitecore + Solr – fault tolerance guide

A search engine is a crucial component of Sitecore scaled setup, as almost all of the Sitecore server roles depend on it. However, like any other software, it can fail. Therefore, it is very important to make sure that such failures are handled gracefully. Sitecore eventually did a good job in handling Solr connectivity issues, however there are still some pitfalls you should know about.

October 28, 2018 · 6 min · Vitalii Tylyk

Sitecore JSS meets Helix: introduction

A while ago, the Technical Preview 4 of Sitecore Javascript Services has been released, and GA release is coming soon, together with Sitecore 9.1. I am really excited about this and in my company we have already established JSS as a standard for new projects. But… How does it fit with Helix architecture? Do we still need an ORM tool like GlassMapper with JSS? If these questions are also bugging your mind - read on.

September 30, 2018 · 8 min · Vitalii Tylyk