The last Fuse day at Tikal was a different one than the regular Fuse days. This time we decided to do something a bit…
You will often have a struct with many dependencies for your main logic. Dependency injection comes in handy if you want to test and mock certain dependencies. I will show you in this article how to apply DI for mocking in test with Golang.
I’ve integrated Vault into a Django application, but didn’t want to mock it out during testing. I had to verify that the secret was written into the correct path.
We have come to an end of our current roadmap, and I would like to share with you our experience and journey.
There is this one spark job which gave us quite a headache. In the beginning, it seemed quite simple…