Writing on Web development, tips and tricks and more.

All of my long-form thoughts on programming, application architecture, tips and guides that i wished exist.

How to quickly import large datasets into Laravel

Sometimes you need to import large datasets from old databases, files or just save some dummy and test data into your Laravel Application. These imports can take a long time and use a lot of memory, so in this Article I will show you how to optimize this kind auf tasks.

PHT: Building Typescript for PHP

The PHP type system gets better and better. But there a still some things that are missing. So lets do a little experiment and see if we could build something like TypeScript for PHP.