Mike Rockétt

Routisan is Retired

Vue 1 April 2023

But it’s far from dead. I’m rebuilding it in TypeScript, and will be releasing it under a new name soon.

Pipelines for PHP

PHP 31 July 2021

Some months back, I forked the League’s Pipeline package to give it a little more oomph.

To name, or not to name

JavaScript 20 December 2020

In the world of JavaScript modules, default exports are really a compatibility layer for CommonJS-of-old. Named exports solve problems may developers experience – this post explores them.

Component Factories for Vue

Vue 20 December 2020

It’s not uncommon to follow the default approach and register global Vue components manually. But there’s a better way. Two of them, in fact. And we can do it for Vuex too, but that’s for another post.

State Helpers for Vuex

Vue 20 December 2020

Shorter code is great. Even shorter code is even better. In this post, you’ll learn how to drastically shorten the length of your Vuex mutations, making for some really clean code.

Since November 2017, I’ve been working with a small web-dev firm that uses Laravel for all its client API backends. Over time, we’ve been taking new approaches to solving problems, and simplifying our code to make life easier in the long run. Here are some quick and useful tips we’ve been following as part of this process.

From Laravel 5.5, JSON responses are a little different. In particular, you’ll find that validation exceptions have changed, and it’s easy to miss what the upgrade guide says about it.

If you’re on Windows, chances are you don’t have a handy package like Valet to make your development-workflow easier. If you’re using a standard Apache installation, this might go a long way in speeding things up.