Archive

Posts

Development

The lifecycle of an application

What I've learned about the lifecycle of an application from a technical view which might be useful information for assessing your application and determining the next steps for your application.

Lifecycle
Published
Author Dick van der Heiden
Read post
Laravel

The power of Form Requests in Laravel

Laravel has a very handy feature called Form requests. Form requests are custom request classes that take care of validation and authorization.

Form Requests
Published
Author Dick van der Heiden
Read post
Software

Mcrypt for PHP 7.2+ on cPanel server

Mcrypt is deprecated since PHP 7.1 and completely removed from PHP since version 7.2. You should use OpenSSL or Sodium. But sometimes you're stuck on using mcrypt because of an older server or application.

cPanel Mcrypt
Published
Author Dick van der Heiden
Read post