About Me

This is me.

Hi, my name is Robin Hermanussen. I work at Iquality as a software architect. I'm very passionate about software development.

These are my pet Sitecore projects. Give them a go if you like and contact me if you have any questions!

  • CompiledDomainModel – Code generator and validator for Sitecore items. Creates wrapper classes for your templates and makes fixed paths in your content tree easily accessible through code. Sitecore Marketplace link.
  • Sitecore Editor Android App – Brings the content editor to your Android Smartphone.
  • MongoDB DataProvider – Makes it possible to use document-style MongoDB databases in Sitecore instead of SQL Server; it’s very fast. Sitecore Marketplace link.
  • FixtureDataProvider – Unit test your logic that uses the Sitecore content API by providing test fixtures and running your code with an in-memory DataProvider. Sitecore Marketplace link.
  • Create Sitecore NuGet package – Turn any Sitecore package into a NuGet package. Blog post here.
  • Sitecore Content Usage Tools – In collaboration with my teammates Dražen Janjiček and Johann Baziret. This was our entry for the Sitecore Hackathon of january 2014. Tools for visualizing content dependencies within Sitecore; when editing content, see on which pages that content is being used.
  • Sitecore Html Crawler – Use this computed field implementation to index Sitecore pages by loading the actual page and extracting the content. Blog post here.
  • Sitecore.FakeDb.Serialization – My contribution to the excellent Sitecore.FakeDb project for unit testing. Sitecore.FakeDb.Serialization can be used to write tests that use serialized item data. My blog post about this can be found here.
  • Sitecore.CodeGenerator – Can be used to generate code in Visual Studio using T4 templates, without requiring the use of TDS. Check it out.