You are interested in learning vim? Good. What you learn will be useful knowledge forever. I will...
Microsoft's Visual Studio Code, commonly just called VS Code, is a great piece of software. This is...
This article explores how you can take advantage of Go's interface mechanics to create very simple...
This series is about Go, a simple, yet powerful, language that has some unique features in its...
For more than half my career, I've been a practitioner of TDD, Test-driven development. The practice...
This article is about the implementation of Gost-DOM, the headless browser written in Go. Web...
Gost-DOM is headless browser written in Go. It is written with the purpose of supporting a TDD...
I have more then 20 years of web development experience, both using server-side rendering, and React....
How do you prevent bad commits from entering the main branch? You can add a workflow that builds and...
After just under 2 weeks of work; I finally reached the first major milestone for Go-DOM. Now, the...
Having too little to do sometimes results in a crazy idea, and this time; it was to write a headless...
I once had a talented developer join my team. He was quick to understand the sometimes odd idioms...
Now that I have some changes in my init.lua, I want them under version control. To do that, I want to...
As always, when I write "vim", the information is valid in both vim and neovim (to the best of my...
In this series I will explain principles of vim and neovim, and it is complementary to another series...
Now I am about to write a lot of neovim configuration code, the first configuration will be settings...
When I started creating the configuration, I already had a working configuration, that should stay...
In this series I will recreate my current neovim configuration, which I recently build from...
I have written an Obsidian plugin that can publish notes from Obsidian as articles on DEV.to, which...
I recently developed the initial version of Obsidian DEV Publish Plugin, a plugin that enables...
Recently, I decided to get back to OCaml, a very powerful functional language that has also received...