Last year, 2021, in September, we had another meetup by Sitecore User Group Cluj-Napoca – this was a hybrid one: in-person and online. This edition was sponsored by Ddroidd. I took care of all the organization things together with the lovely girls from Ddroidd that also took care of the snacks and drinks for the […]
Category: Sitecore
ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on. If you don’t know what port your web server is listening on, it’s probably port 80, the default for HTTP. So, what exactly I can do in the […]
In Sitecore 10.1 (released in February 2021) was introduced a new functionality that will make indexing data to SolR to retry an operation if the first attempt to run the operation fails. Makes sense to activate this functionality when there are network problems on your SolR setup or there are other kind of availability issues. […]
Sitecore MVP 2021
For the forth year in a row, I am happy to announce that I have been named Most Valuable Professional (MVP) by Sitecore! I am one of only 170 Sitecore professionals worldwide that have been awarded an MVP title in the Technology category and 284 Sitecore MVPs altogether this year. This year, I am one […]
I order to improve performance of a Sitecore solution that is hosted in Azure webApp its recommended to remove the Sitecore FileWatchers. Sitecore FileWatchers are “watching” various folders in the disk for changes (delete, create, rename) and this process is consuming in Azure webApps and prone to instance restarts. All FileWatchers in Sitecore are defined […]