IT Blog & Photo Gallery

Articles on 'master thesis'

Static code-analysis for Domain Driven Design, Part 1

September 29, 2017

The main aspects of Domain Driven Design are of course communication and the actual problem/solution domain. But there are also some principles regarding the actual software implementation, where domain concepts should be easily spotted in the central domain model. For my master thesis, I have developed and evaluated a plug-in for SonarQube that should analyze some basic principles for implementations of Domain Driven Design.

Introducing an advanced LaTeX toolchain

September 15, 2017

Creating large documents with different kinds of graphics, like UML diagrams and various plots, can be a quite daunting task. Building up on the LaTeX toolchain, this article will introduce ways for including PlantUML and GNUPlot graphics in a comfortable and easy to use manner. The resulting toolchain will streamline the writing process and eliminate unnecessary side tasks.