Links
- New laravel artisan command to show models (php): Beautiful code.
- Follows project style, conventions
- It’s well factored
- Very readable
- Useful !
- Monitoring a tiny website by Julia Evans: Not every system needs to be available 24/7 or page operators immediately when it goes down. A few things that can be done:
- Setup an up/down check
- Create a simple health check endpoint that does a deep check
- Restart services when you see a problem