A clean method to write transactions anywhere, without leaking database internals.| Thibaut Rousseau's Blog
I know TDD. I know what real TDD is. I know how to do it right, whatever that means depending on the TDD practitioner.|
The shell is an odd beast. Although it goes against every current trend in software engineering (strong typing, compile checks over runtime checks, ...), shell scripts are here to stay, and still constitute an important part of every developer's life.|
screen, or GNU screen, is a terminal multiplexer. It allows to manage multiple terminal sessions within the same console. In a way, it does the same thing as modern terminal emulators such as Terminator or Terminology with their built-in tab system and layout management. The main benefit is that screen also works through an SSH connection: you will be able to use your screen knowledge and configuration on any machine supporting screen in the world!| blog.thibaut-rousseau.com
Go 1.23, amongst other features, brought Iterators to the standard library.| blog.thibaut-rousseau.com