Shubham SharmaCombining Test-Driven Development (TDD) and REPL-Driven Development (RDD) in ClojureClojure’s dynamic nature and emphasis on interactivity have made it a favourite for REPL-driven development (RDD). However, as projects…Nov 28
InDev GeniusbyLuís SoaresAutomated testing in C — Part IIAcceptance testing means testing software in a user-centric way (roughly the same as end-to-end testing). I’ll present a way to test a CLI…May 21
InJupyter BlogbyJeremy TuloupJupyter EverywhereEasily embed a console, a notebook, or a fully-fledged IDE on any web page.Mar 15, 20223Mar 15, 20223
InGeek by Nature, Engineer by ChoicebySergii GulenokThings I’ve Learnt from the Best Software Engineer I Have Ever Met: Part 1A few months ago I have lost a dear friend, a former colleague, and the best software engineer I have met. So I wanted to honour his…Aug 10, 20231Aug 10, 20231
Shubham SharmaCombining Test-Driven Development (TDD) and REPL-Driven Development (RDD) in ClojureClojure’s dynamic nature and emphasis on interactivity have made it a favourite for REPL-driven development (RDD). However, as projects…Nov 28
InDev GeniusbyLuís SoaresAutomated testing in C — Part IIAcceptance testing means testing software in a user-centric way (roughly the same as end-to-end testing). I’ll present a way to test a CLI…May 21
InJupyter BlogbyJeremy TuloupJupyter EverywhereEasily embed a console, a notebook, or a fully-fledged IDE on any web page.Mar 15, 20223
InGeek by Nature, Engineer by ChoicebySergii GulenokThings I’ve Learnt from the Best Software Engineer I Have Ever Met: Part 1A few months ago I have lost a dear friend, a former colleague, and the best software engineer I have met. So I wanted to honour his…Aug 10, 20231
InBackToCodingbyMilind AmrutkarGetting started with Kotlin REPL (Mastering Kotlin Part 3)Welcome back to our “Mastering Kotlin” series. In this article, we’ll learn what is Kotlin REPL.Oct 23
InBetter ProgrammingbyPavel DurovWriting Interpreter in Rust — Repl, Files, and Comments (Part 4)Let’s implement the REPL (Read-Eval-Print Loop), reorganise the project, and add file and comments supportOct 17, 2023
Subhadipta Nayak 👨💻REPL in Node.js: The Debugging Tool You Didn’t Know You NeededNode.js REPL (Read-Eval-Print Loop) is a computer environment similar to Shell (Unix/Linux) that allows you to run JavaScript code in…Oct 4