About Mocking in Unit Tests

Recently at SCAYLE, I wrote a Laravel service that inserts data using Eloquent into a table like this: For people not familiar with Laravel/Eloquent: The HelloWorld model mirrors the database structure and the save method persists data into the database table. So far, so good. Like for any good and responsible project, I wrote unit … read more …

Passwords and Managers – My Very Own Story

Keestash

Back in 2010, when I started studying computer science, the very first thing that I have asked myself was: who is responsible for protecting my data? Especially passwords and a password manager. This was a start of a new journey for me. On the one hand, I was learning a lot of new things, such as … read more …