It has been a year+ since I’m using Honda Vario 150. I bought the motorcycle on 23 December 2021, just after the series of covid-lockdown ends. I have ride the motorcycle back and forth from KL to Penang several times and so far, it is a good experience.
(more…)Author: Wan Zulkarnain
-
How to integrate with CHIP Payment Gateway (PHP)
You are new to payment gateway integration and you wish to know on how to integrate with payment gateway. In this article, we will walkthrough the very basic things you need to know to integrate with CHIP Payment Gateway.
(more…) -
PSA: Amanah Saham Malaysia new units starting 1 May 2023
Starting from 1 May 2023, Malaysian will be able to subscribe or buy additional unit for Amanah Saham Malaysia (ASM). This thanks to additional 5 billions unit that are created where every eligible person will be able to buy up to 100,000 unit until 31 July 2023.
(more…) -
How I make simple HTTP load test
This WordPress blog is running on Amazon Web Service Elastic Compute Cloud (AWS EC2) with t2.nano instance. The web (apache + php-fpm) and database (mariadb) is put in different instance, making this blog technically running on two t2.nano instance or equivalent to one t2.micro instance.
(more…) -
Adding imagick to PHP 7.4 and 8.1 on MacOS 12.6
I’m currently preparing my brand new Macbook Air for WordPress plugin development. I have installed PHP 8.1 using homebrew, a well-known package manager for most software developers using Mac. After installing WordPress, I notice WordPress complained about missing imagick library. I tried to install but encountered an error.
(more…) -
Egg Fried Rice Recipe
Have you ever thinking what is that suitable when you attending potluck event?You are coming to right place. Here is my recipe for Nasi Goreng Telur (Egg Fried Rice).
(more…) -
Making PostgreSQL run on the first start of WSL 2 terminal
My daily routine involves working with Ruby on Rails with PostgreSQL as a relational database service. Thus, I will be discussing about how to automate the start of PostgreSQL service on Windows Subsystem Linux (WSL) 2.
(more…) -
What you should do if you get million in cash?
Getting RM 1,000,000 in cash is almost impossible for average working Malaysians. However, it is not entirely impossible considering the possibility of you hitting jackpot by gambling in 4D numbers or lucky enough to win BSN Sijil Simpanan Premium (SSP) or by any other means. Just in-case if this to be you, what you should be planning for the million ringgit you just got?
(more…) -
RoR: Determining two date within the acceptable range
There are two dates where the first date is greater or equal to (gteq) and the second date is less than or equal to (lteq). Both dates set to have a rule where it must be within 3 months range. As always, there are always many ways to determine the range of between gteq and lteq. We will discuss three (3) solutions for this case where the third solution is the best way to consider.
(more…) -
5 reasons why NOT TO host WordPress on Heroku
Heroku is a great platform for web developers to quickstart with web application development. 2 years back, I wrote an article about how I manage to install WordPress on Heroku. At that time, I was thinking it is cool to have WordPress installed on Heroku as it is cost-free to start. However, after a few years, I was thinking otherwise for 5 reasons.
(more…)