Fix issue missed schedule in WordPress
In WordPress, post schedule is triggered through wp-cron script when someone visits the page; however, if the page has low traffic, the post will...
Enforce HTTPS scheme in Laravel 9
Just another day for a Laravel 9 development tip. Today, I will show you how to enforce HTTPS scheme in Laravel 9 application such...
Use Redis to cache data in Go
Go and Redis have been paired together pretty for caching data, and most of Go developers will pick Redis for cache purpose. In this...
Get first N characters of a string in Javascript
Just another coding tip with Javascript. Let's learn how to get first N characters of a string in Javascript.
Get first N characters of a...
Export InfluxDB Data to CSV
In this post, I will show you a tip to export InfluxDB data to CSV format. You can use the exported sample data for...