2024-10-08

Redesigning textures in my engine

To support streaming better and to have nicer code :)

When implementing texture streaming in my engine, I realized some not-so-nice bits in the existing code textures. So I changed it.

2024-07-01

Test at your boundaries!

I will motivate why you should always define the boundaries of your system as small and as far out as possible and why you should only test them, instead of the rest of your system.

2024-05-03

The DDD controversy

Domain driven design is as old as some programmer's beards, yet recently it gained some unexpected attention. And hate. I explain my perspective and how we can stay healthy with that topic.

2024-04-02

Persistence in Testing

Testcontainers and repository abstraction in combination with a good testing framework like JUnit can be so nice.