Disable pingbacks and trackbacks on WordPress
If you ever feel like it is super annoying having pingbacks and trackbacks, follow my instructions on this post to disable pingbacks and trackbacks...
Get request header in Laravel 9
In this post, I will show you how to get request header in Laravel 9.
There are several ways to get headers in Laravel 9,...
Get client IP address in Laravel 9
In this post, I will show you a tip to get client IP address in Laravel 9, which even works when Laravel application is...
Get client IP address in Go web application
This post demonstrates how to get client IP address in Go web application, even when the app is behind a proxy or a load...
Capture desktop screenshots in Go
Just another day for a good Go programming tip. In this article, I will show you how to capture desktop screenshots in Go.
To capture...