It’s been a while since the site has been updated so I figured it was time. Nothing to fancy, just your simple blog along with all the recent and past projects, and some photography.

Trip to Bali 2017
Last year we went for a family trip to Bali, so here are some of my favorite photos.

Laravel 5.5 On Shared Hosting
I already wrote on how to deploy a Laravel 4 app on a shared server that doesn’t allow the structure that requires a public folder, and the rest of the application outside that folder. Let’s not get into reasons why you can’t pick a better hosting provider, sometimes you just have no choice 😉 Since […]

Zelengaj 2017/03
A day out

Trakošćan 2017
Just a couple of photos taken during out break at the Trakošćan Castle in Croatia.

Winter Fun 2016
Backyard fun
Modules in Laravel 4
I previously published a simple tutorial post on taking the modular approach to building your applications in Laravel 4, but since then I needed a solution that I could use easily on different projects, so this was a no brainer, and I built a composer package for this purpose. It’s located at: https://github.com/creolab/laravel-modules You can […]
Image manipulation in Laravel 4 with Imagine
Laravel 4 already uses many 3rd party packages provided by the community, so there’s really no reason to rewrite things if they are already good enough. I’ve been using the Imagine library for quite some time now, and it served me very well. So in this short tutorial I wanted to share the way I […]