May 31, 2018
Laravel collections is one of my favorite features of Laravel. I use them about every time I need to loop through something or deal with arrays. Some methods are quite similar to each other, though,...
ReadApril 23, 2018
Have you ever been confused about what exactly these operators do? I know I’ve been, so I spent a little time to look it up. It turns out it’s quite simple really, but while i did my research, I...
ReadApril 23, 2018
A multilingual site comes with a few more challenges than a normal single language site. One of those challenges is how to provide the translated strings to your frontend framework. How to approach...
ReadSeptember 26, 2017
Almost all of the apps i write nowadays are communicating with an external API of some sort. It can be an API i wrote myself, or some service used to get or post data. Some of these services provides...
Read