February 10, 2019
Comming from php, I noticed something in javascript that I found pretty wierd - how the the logical or operator || behaves. In php, the expressions on boths sides of the or operator is being casted...
ReadMay 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...
Read