Mattia Toselli

@tosellimattia · Joined October 2022

Full Stack Developer, rugby player, party starter. I am good only at the last one.

Create a PWA with Vuejs and Materialize css

![0_474c_htOagCDwoeA.png](https://cdn.devdojo.com/images/january2023/0_474c_htOagCDwoeA.png) ## What Are PWA? At their heart, Progressive Web Apps are just web applications. Using progressiv...

The Repository Service Pattern in your Laravel application

## Why the repository service pattern is a good idea As the definition says: > "The repository is a layer between the domain and data layers of your application with an interface to perform...

Encrypting environment variables in Laravel

Starting from Laravel 9 version, there's a cool feature everyone could find useful: encrypting your .env file. No more environment variables on your server, you can just commit your environm...