Namran Hussin

How to setup wordpress with auto-scaling enabled using AWS infrastructure

I came across the following idea recently. How to setup and host wordpress website using one of auto-scaling infrastructure provided…

6 years ago

Happy Malaysia Day 2020!

Happy Malaysia Day ! Today is 16 September 2020. We are still in the middle of Recovery Movement Control Order…

6 years ago

The performance monitoring tool – newrelic

I come across an useful tool to monitoring web application performance -- newrelic.com It come very handy to find the…

6 years ago

The add new post and edit post have been blank after update to wordpress 5.0

My edit post and add new post has been a blank page. I could not even publish any of the…

6 years ago

Covid19 and its update in Malaysia

We started the MCO movement control order since March 2020.As of today we are at RMCO - Recovery Movement Control…

6 years ago

Docker-compose for joomla development with mysql and redis

Let's say you just want to have Joomla with its Mysql and also redis infrastructure ready. And don't want to…

6 years ago

How to customise your terminal to zsh with its useful theme and plugins

I come across the zsh terminal after an upgrade of MacOS to Catalina recently. Where it suggest me to use…

6 years ago

Getting dockers with local AWS services

In development environment you might want to test the integration between your code and some endpoint of the AWS services.…

6 years ago

Running amazonlinux image in docker and install php7.3 into its image

First, grab docker image from docker hubs repository docker pull amazonlinux run and get into its bash : docker run…

6 years ago

How to change permalink from postname to category/postname

I come across to have some changes of the permanent link on my blog. The requirement for the URL change…

7 years ago