I'm a freelance developer that works with Laravel. Occasionally I write about Laravel & SaaS.
So it's been almost 3 years now since I started ploi.io, and what a ride has it been. In this article I will share my experiences on this journey. What I encountered, partnerships, which tools I used and most importantly; what I learned from managing a SaaS.
Learn moreRecently I came across an article about someone building his own Arcade Machine, I was stunned, it was so awesome to see. It completely brought me back to the 90's and the good old pixelated days.
Learn moreBackups are important, period. You will be needing these once your server or server provider suddenly dies. In this tutorial I will cover how to setup Google Drive backup, with Spatie’s backup package, Googles Flysystem and Laravel.
Learn moreI personally love Traits, exporting functions/logic that can be used by multiple classes is so awesome and clean. You get more standardized and readable code by using Traits. In this tutorial i’ll explain how to make an easy make:trait command so you can easily whip up traits.
Learn moreSometimes you might want to create a function that is available everywhere, this is where this tutorial comes in handy for you ?
Learn more