SCGen Update February 7, 2019
Go's json.RawMessage helps big time in unstructured needs, which I put to heavy use in a new feature of my Sitecore Code Generator (which also does serialization and deserialization), SCGen.
Read more at SCGen Update
Go's json.RawMessage helps big time in unstructured needs, which I put to heavy use in a new feature of my Sitecore Code Generator (which also does serialization and deserialization), SCGen.
Read more at SCGen Update
I've been coding a long time, and it has definitely had an impact on how I think. I also have an uncanny memory for things that I've built, and can usually describe the inner workings of something I wrong long ago, I think simply by imagining how I would do it today.
Read more at The Mind of a 20+ Year Developer
It's difficult to get a grasp on a large Sitecore project, which is the main impetus behind writing Sitecore Doc. It generates HTML to summarize an entire Sitecore application on one page.
Read more at Sitecore Doc
I've integrated Go heavily into tools to make development of Sitecore much more easier. Replacing Team Development for Sitecore has been hugely beneficial. This is part 3, which involves deserializing the serialized Sitecore data back into the database.
Read more at Go and Sitecore, Part 3
I've integrated Go heavily into tools to make development of Sitecore much more easier. Replacing Team Development for Sitecore has been hugely beneficial. This is part 2, which covers serialization of Sitecore data.
Read more at Go and Sitecore, Part 2
I've integrated Go heavily into tools to make development of Sitecore much more easier. Replacing Team Development for Sitecore has been hugely beneficial. This is part 1 of that thought process.
Read more at Go and Sitecore, Part 1