KNX-Einstieg (Teil 1)

/ KNX, ETS, Tutorial

Das Thema Smart Home ist in den letzten Jahren immer präsenter geworden. Ein Begriff, der in diesem Zusammenhang häufig auftaucht, ist KNX. Doch was genau verbirgt sich hinter diesem Begriff, und warum ist er so wichtig für die Automatisierung von Gebäuden? In diesem ersten Blog-Eintrag möchte ich...

Read More...

Prefixes in C#

/ Clean Code, C#, Coding conventions

The Use of Prefixes in C# Development: Best Practices and Pitfalls

When writing clean, maintainable C# code, following consistent naming conventions is crucial. One common practice that often sparks debate among developers is the use of prefixes in variable and field names. Prefixes like my or _...

Read More...

ChainReaction

/ Java, NIO

ChainReaction (old)

Implementation for iOS and Android by Manuel Siekmann. ChainReaction can be played with up to 4 players, on a grid of squares up to 8x8 (default 6x6). The aim of the game is to eliminate your opponents by exploding your bombs in order to convert theirs, without exposing yoursel...

Read More...