Enforce HTTPS scheme in Laravel 9

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

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

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

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...
Hide MacOS desktop icons

Hide MacOS desktop icons

As a Mac user, your desktop might gradually pile up with a lot of icons and folders, right? I am going to show you...