Disable pingbacks and trackbacks on WordPress

Disable pingbacks and trackbacks on WordPress

0
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

Get request header in Laravel 9

0
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

Get client IP address in Laravel 9

0
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

Get client IP address in Go web application

0
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

Capture desktop screenshots in Go

0
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...