Rest API with CodeIgniter
By default CodeIgniter comes with a MVC based approach of serving data. However it is not hard to turn a starter project into a RESTful one.…
By default CodeIgniter comes with a MVC based approach of serving data. However it is not hard to turn a starter project into a RESTful one.…
Docker makes deployment and installation ease. However, when it comes to test small changes, it can be cumbersome to rebuild and rerun the containers manually. Here can help us the hot container replacement.…
Practical example of Docker's hot container replacement feature with the rebuild action.…
Practical example of Docker's hot container replacement feature with the sync plus restart action.…
Practical example of Docker's hot container replacement feature with the sync action.…