Ubuntu run out of space?
If you are getting ‘running out of space’ from your SSH console, but running a df -h shows that there are still plenty of free space left, then most likely inode is the one that run out. To confirm it, just...
Scaling PHP CMS in AWS
There’s two major challenge when scaling a traditional CMS like Prestashop / Drupal: – Centralized session – File storage synchronized – Isolate Backend traffic to a single instance Let’s dive into details for each of them: Centralized Session This...
Laratalks #7 – All about A.I.
When comes to Artificial Intelligence, PHP programming language would never cross most programmer’s mind. So happen there is a PHP community called Laravens. They were founded around 6 months ago and organize monthly gathering called Laratalks. Each time they will...
Getting Started with Laravel
What is Laravel? From Wikipedia Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern. Some of the features of Laravel are a modular...