Low-code development vs. MDE

Today I want to share with you this excellent article about MDE (Model-Driven Engineering) and low-code platforms that I found through Twitter. The article is titled Low-code development and model-driven engineering: Two sides of the same coin?. The paper explores the commonalities and differences of the two approaches and throws very good insights on the different concepts.

Continue Reading

The main problem you will face when choosing a low-code platform

Today I found thread on reddit about a programmer being put on a no-code project and having a very bad time with it. The complaint from the OP was that PMs/managers promised things that are not deliverable with the low-code tools. The comments were very interesting and there was some discussion that not all low-code platform are made equal, some are very extensible while other are useful only for a set of use cases.

Continue Reading

How to specify features when dealing with textual DSLs

Today I will be discussing how to do specify features when dealing with textual DSLs. There is nothing more soul draining than a feature that takes forever to implement because the scope is not well defined. The problem is that there is no standard way to specify a language without diving into grammars and formal semantics.

Continue Reading