So.. yeah here we are again, with a new post. It is not actually about CodeIgniter but I decided to move further with our previous project code setup, we discussed from previous post. The Virtual Host Let us get this straight, instead of using http:localhost/ci4/public we will use something like http://dev.ci4.local . That looks pretty … Continue reading CodeIgniter 4: Setup Virtual Host
Category: Tutorial
CodeIgniter 4: The Basic
Hello Devs,Hope you are all safe and healthy at home. CodeIgniter4 landed last month and I finally got the chance to use it on a new project. If you have been working on any MVC, using CodeIgniter 4 should be smooth. CodeIgniter 4 has been re-developed from scratch. Consider it as a new framework. I … Continue reading CodeIgniter 4: The Basic
MySQL has gone away…
Hello guys,You must be working from home I guess, well, me too.So while working on a new module of the project. I came across a situation where we needed to regularly push data from MySQL to Elasticsearch and send emails as well. No wonder we cannot keep user waiting after submitting a form. So I … Continue reading MySQL has gone away…
Work From Home
Work from home. That is my cup of tea. Here in India, few don't like it, some don't know it & many don't believe in it. Being a full-time freelancer from 2011-2017. I was able to gather some good skills to balance my personal & professional life, deliver good quality work and have stable income. … Continue reading Work From Home
HTML Cache: CodeIgniter3 + PhpFastCache + Redis
Website performance has been the key factor for user engagement. Since more and more users are using tablets and mobiles for internet access, it is very important to have a fast loading website in place. Though there are multiple ways to enhance your site, I would like to concentrate on caching. I have implemented caching … Continue reading HTML Cache: CodeIgniter3 + PhpFastCache + Redis