October 20, 2022
To just check out Codeface without any LSP server setup, download and open these .codebase files of different open-source projects.
September 12, 2022
We visualized 20 top-level scopes of Apple's open-source LSP server. Download the .codebase file to open the project yourself in Codeface.
July 26, 2022
Codeface can inspect codebases of all languages because it can leverage LSP servers. Here is how to use LSPService to make these servers available.
September 27, 2019
The road to complexity hell is plastered with well intended technologies. And so the promises of the Interface Builder are an illusion.
August 26, 2019
In part 4 of this series, we show how dependencies between hierarchically composed artifacts make up the structure of source code.
August 25, 2019
In part 3 of this series, we show how the meaning of code roots first in its ideational- and second in its technical environment.
August 24, 2019
In part 2 of this series on software architecture, we discuss the relevance of principles or "natural laws" that govern the realm of code.
January 14, 2019
A short intro to ”Zen in the Art of Software Architecture - From Timeless Principles to Timely Products”. The why, what and how of this project.
March 17, 2018
Fundamental primitives for observing in Swift as a no BS approach to reactive programming. Stupid easy, safe, clean, readable, flexible, non-intrusive, sweet.