Building and pushing docker images using GitHub Actions for your Sitecore solution

Hello, dear fellow Sitecore developers! Recently Sitecore 10.1 was released and WOW – what a release!So many wonderful things, the konabos guys did a great post describing it all – What’s New in Sitecore 10.1Read and be amazed 🙂 Today’s post will be about the joy of using GitHub Actions. So what are GitHub Actions? … More Building and pushing docker images using GitHub Actions for your Sitecore solution

#Sitecore Helix Examples, Dockers, Sitecore Helix Visual Studio Templates, VS2019 project type, Sitecore TDS and Libman – All together in harmony

Dear friends, There are indeed exciting times ahead for Sitecore, I’m thinking of Sitecore SaaS. Where Sitecore will become a typical “black box” (in the cloud). Love it! What really warms my heart is that .Net Core is coming 🙂 Here is a great post by Jeremy Davies, where he describes Sitecore SaaS very well … More #Sitecore Helix Examples, Dockers, Sitecore Helix Visual Studio Templates, VS2019 project type, Sitecore TDS and Libman – All together in harmony

One solution (setup) to rule them all – Blazor Webassembly, Blazor Server, Blazor Electron

Hello my dear friends and Blazorians 🙂 This post will be a follow up on the previous post – Make it all dynamic in BLAZOR – Routing, Pages and Components But before we start, I want to give a shout out to some of the great contributors in our BLAZOR community: Ed Charbeneau, aka mr … More One solution (setup) to rule them all – Blazor Webassembly, Blazor Server, Blazor Electron

Make it all dynamic in BLAZOR – Routing, Pages and Components

Dear friends, Microsoft just released .Net Core 3.0 Yes! It happened at .NET Conf 2019. A lot of interesting stuff 🙂 Like the new fast JSON API – System.Text.Json(No need for Newtonsoft anymore) and of cource C# 8 with all it’s new stuff: Async streams – IAsyncEnumerable(we can finally use Yield) Switch Expressions Nullable reference … More Make it all dynamic in BLAZOR – Routing, Pages and Components

Sitecore + Xamarin Workbooks = Interactive Sitecore learning

Xamarin Workbooks is the perfect tool/media for interactive learning. Xamarin Workbooks provides you a blend of documentation and code that is perfect for experimentation, learning, and creating guides and teaching aids. Mainly the idea was to use it to run “Xamarin code” but it also works great for all kinds of .Net libraries, like Scott … More Sitecore + Xamarin Workbooks = Interactive Sitecore learning

Track a visitors coordinates in the Sitecore DMS

MaxMind is great for tracking visitors – It gives you all kind of information based on the IP address. Today when more and more users/visitors are using handheld devices with GPS for browsing the internet, I wanted to get the actual location for the visitor using HTML5 Geolocation API Note: Since it can compromise user … More Track a visitors coordinates in the Sitecore DMS

Make your own Droplink control for the Sitecore Page Editor

Like I mentioned in previous post, How to make a customized control for the SitecorePageEditor,  there are some basic controls missing… One of them is the Droplink control. So let’s make one 🙂 I have a page with a “typical” column layout, I want my widget/spot to be flexible so it can fit/span over one or … More Make your own Droplink control for the Sitecore Page Editor

How to make a customized control for the Sitecore Page Editor

For not so long ago I saw the Content Editor as the only true tool that the editors should use for administering websites. But then I had a revelation – the DMS – and the Page Editor showed me the way. The Page Editor feels really nice and it’s so easy to work with. It … More How to make a customized control for the Sitecore Page Editor