The PowerShell 5.0 has features to support ZIP archives - Expand-Archive and Compress-Archive. They are very handy but what about performance? In my previous post I measured performance of extracting ZIP archive, in this post I will focus on a…

My personal place to share knowledge about Sitecore, Powershell, Amazon Web Services and .NET
The PowerShell 5.0 has features to support ZIP archives - Expand-Archive and Compress-Archive. They are very handy but what about performance? In my previous post I measured performance of extracting ZIP archive, in this post I will focus on a…
The PowerShell 5.0 has features to support ZIP archives - Expand-Archive and Compress-Archive. They are very handy but what about performance? During deployment we have to extract a ZIP archive, and I wrote a simple PowerShell script to measure a…
In one of my projects, Unicorn is used to Sitecore items synchronization. Time to time during items synchronization we can notice problems during sync process. Unicorn logs are part of Sitecore global log file, but I decide to have Unicorn…
A few days ago a new update for Sitecore publishing service appeared on download site. After lecture of release notes I take a decision to apply this update because a lot of issues were fixed. I started my adventure on…
Today I started my blog http://lets-share.senktas.net/ migration to a new platform. The previous blog is a static page hosted on AWS S3. Using static site generator was an exciting experience, but creating a blog post takes me too much time.…
In this article I explain how to download all Sitecore packages from Sitecore download page in automated way with a PowerShell.
I had the pleasure of participating in the Virtual Developer Day Sitecore event as a speaker. The recordings took place during the Sitecore Symposium in Orlando in 2018. You can watch the recorded session here. However, below I share my…