Isak Berglind

Isak Berglind

April 23, 2018

?? vs ?: vs || in php

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...

Read

April 23, 2018

Translate content on the front end

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

September 26, 2017

External api routes in laravel

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