Luis Dalmolin

Luis is a senior developer at Kirschbaum and has over 10 years of experience architecting complex applications and has been working with Laravel since the early days of Laravel 4.

In addition to PHP and Laravel, Luis specializes in VueJS/Javascript and everything DevOps related. He loves working with Open Source and has contributed several open-source projects to the community.

Luis taught an AngularJS course at University Feevale, where he also earned his degree in Internet Systems, and he translated the Laravel book "Code Bright" by Dayle Rees into Portuguese.

7 Tips for Adding a Second Server to your App image

7 Tips for Adding a Second Server to your App

Adding a second server to your app can be a great way to improve your app's performance and/or increase its reliability. However, there are a couple o...

Read article
Laravel Github Actions image

Laravel Github Actions

This tutorial will show you how to configure Github actions to run your PHPUnit tests, how to deploy after your tests pass, and a few other things.

Read article
Using Laravel translations in Javascript with the Laravel Translations Loader image

Using Laravel translations in Javascript with the Laravel Translations Loader

Have you ever wanted to use the same Laravel translations you use on the back-end in your front-end code, like Vue.js, Angular? This package allows yo...

Read article
Laravel Eloquent Power Joins Package image

Laravel Eloquent Power Joins Package

Eloquent power joins is a package that adds some Laravel magic to your Eloquent joins.

Read article