Raul NaupariProblog.raulnq.com·Sep 11, 2023Understanding Acceptance TestingThe following article presents my understanding of the concepts discussed by Dave Farley regarding Acceptance Testing, aiming to address questions such as: How do we fail fast? How do we make our testing scalable? Are we ready to release? Please...Discuss·55 readsTesting
Phakorn KiongProblog.phakorn.com·Mar 31, 2023My Naive implementation of no-code/low-code toolIntroduction In recent years, the popularity of no-code/low-code tools has skyrocketed, with more and more individuals and organizations looking for ways to simplify their development processes. As a software engineer, I am intrigued by these tools a...Discusstemporal
Krzysztof Drozdblog.drozd.dev·Jun 18, 2022What are Domain Specific Languages (DSLs)?First, what is Domain Specific Language? A Domain Specific Language is a programming language with a higher level of abstraction optimized for a specific class of problems. A DSL uses the concepts and rules from the field or domain. This is the ni...Discuss·61 readsOn the DSLsprograming