Boris Strahija

This is my digital portfolio and personal playground.

VS Code Setup with Vim Motions

August 8th, 2025 — I recently started using Neovim more and more, but I feel like I still miss/need some of the functionality I get in VS Code, so I decided to try to...

Laravel 5.5 On Shared Hosting

September 19th, 2017 — 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...

Modules in Laravel 4

October 8th, 2013 — 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...

Image manipulation in Laravel 4 with Imagine

July 15th, 2013 — 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...

How to use Composer packages in Wordpress

July 9th, 2013 — I recently had the need to use a couple of Composer packages in a Wordpress project (Carbon, Calendr, Illuminate Support...). This is actually...