This website ran for years on a very old JBake fork and has now moved to Hugo: 73 articles in two languages, old URLs, audio, admonitions. Implemented with an AI agent, steered through a Werkbaum. This article describes the process and why Werkbaum proved itself as a planning tool for agentic AI in particular.
SQL and CSS are both declarative languages. Why do many backend developers write complex SQL queries with ease, yet despair over CSS? A comparison of locality, hidden dependencies, and the question of how declarative both languages really are.
In this article I collection questions which I posted on Twitter, maybe you have an answer? Looking forward to your responses!
The gradle wrapper can download and verify a specified version of gradle for a project without the need of a local gradle executable. The gradle documentation suggests to check it into the VCS (version control system, e.g. git). This article discusses the advantages and disadvantages of keeping the gradle wrapper in a VCS and presents an alternative.
COBOL (COmmon Business Oriented [programming] Language) dates back to 1959, and is still used in its realm of business software, mostly on mainframe computers. Of course, there are also many related software modernization and migration projects. Thus, once in a while even non-mainframe developers might need some COBOL knowledge. Commercial COBOL systems, especially on real mainframes, are expensive. In this article I demonstrate how to set up the GnuCOBOL compiler and integrate it with Visual Studio Code on Ubuntu Linux, but it also works on Windows and macOS. This way, experimenting with COBOL becomes easy and cheap.