Author Archive
Posted in February 2nd, 2021
Akhirnya terjawab sudah pertanyaan yang ingin diketahui oleh ramai pihak.PKP 2.0 disambung lagi 2 minggu, sehingga 18 Februari 2021. Dengan jumlah kes harian masih pada peringkat tertinggi, sepanjang PKP 2.0 beberapa hari telah mencatatkan rekod baru. 5 ribu dan keatas. Adakah kerana SOP (standard operating procedure) kali telah menjadi longgar? Kebanyakan jangkitan adalah di tempat […]
continue reading.....
Posted in December 20th, 2020
Let’s say you have an account in Amazon Web Services (AWS) and got some instance running under an Elastic Container Services (ECS).You had it running OK, until suddenly got the bills charging for the CloudWatch usage. You go in the AWS console and checked the way to disable the Container Insight for the running ECS, […]
continue reading.....
Posted in November 8th, 2020
I came across the following idea recently. How to setup and host wordpress website using one of auto-scaling infrastructure provided in Amazon Web Services. Which can be described as below: It called Elastic Cluster Services (ECS) which come with the Task Definition and Services setting then can be setup to has some part exposed to […]
continue reading.....
Posted in September 16th, 2020
Happy Malaysia Day ! Today is 16 September 2020. We are still in the middle of Recovery Movement Control Order (RMCO) which is has been extended to 31st December 2020. It meant will be only might be fully lifted next year, 2021. Take care everyone!
continue reading.....
Posted in August 27th, 2020
I come across an useful tool to monitoring web application performance — newrelic.com It come very handy to find the root cause for the bottleneck issue in one of our PHP application. I managed to pinpoint where exactly the root cause of the problem from the useful graph of the newrelic dashboard. If you are […]
continue reading.....
Posted in August 25th, 2020
My edit post and add new post has been a blank page. I could not even publish any of the previous post draft. After a google search, the solutions is to install back the classic editor. I guess the Guttenberg editor maybe not compatible with the updates. Weird though, how can it pass and installed […]
continue reading.....
Posted in August 25th, 2020
We started the MCO movement control order since March 2020.As of today we are at RMCO – Recovery Movement Control Order.And it is expected to be ended at 31st August 2020. However, there are still new cases reported daily.And this is quite worrying as the Prime Minister will announce the status only by this week. […]
continue reading.....
Posted in February 23rd, 2020
Let’s say you just want to have Joomla with its Mysql and also redis infrastructure ready. And don’t want to bother setting it up manually for each services. Just make a docker-compose.yaml with the following content and then start it up. version: ‘3.1’ services: web: image: joomla restart: always links: – db:mysql – redis:cache ports: […]
continue reading.....
Posted in February 12th, 2020
I come across the zsh terminal after an upgrade of MacOS to Catalina recently. Where it suggest me to use zsh as default terminal instead of bash. After searching around about zsh, I found there is a useful plugins and very nice themes. I was always wondering how to get the customised console display for […]
continue reading.....
Posted in February 12th, 2020
In development environment you might want to test the integration between your code and some endpoint of the AWS services. To minimise the cost, you might want to find a cheaper alternative instead of setting up the full set of the production infrastructure (copy) just for the development purpose. (Well, if the cost is not […]
continue reading.....
Page 1 of 4312345...102030...»Last »