Featured content

Hello, 👋 I just want to announce that the forum is working as intended and I've setup backups for it (hope I won't need them). I've also tested the recovery from a backup and everything went smooth after I figured out that the XenForo gives an ambiguous error when accessed on localhost and not 127.0.0.1. I'm going to keep it, mostly for my blog. It's kind of nice to write on an editor and not markdown files since that's what I've written in for the last 3 years. Email also works and is...
Hi 👋, In this article I wanna show a testing tip that I’ve recently learned myself by reading Software Engineering at Google: Lessons Learned from Programming Over Time. The technique improved the way I write unit tests. When I’m writing bigger unit tests, I have execute something in the background, like for example publishing a message to a message broker, wait for the message to be published and then consume it to test that what I published is correct. When waiting for the message to be...
Back
Top