Blog

Posts

  1. Processes
    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
  2. Technical
    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.

    Laravel cPanel Mcrypt