software development

Articles related to software development, that I did and keep doing a lot. A broader list of topics, that may include things about software development management, planning and obviously - building.

Ghost 6.0 - migrate, again [updated]

Recent server migration might turn out to be a perfectly timed moved, as now with containerized environment it shall be super easy for me to upgrade

Ordering abstract JSON in Go

In this article I am sharing the way I extended OrderedMap lib to handle arbitrary JSON to preserve the original structure and order.