Get request header in Laravel 9

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

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

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

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...
Implement global event hook for keyboard and mouse in Go

Implement global event hook for keyboard and mouse in Go

In this post, I will show you a cool trick to implement global event hook for keyboard and mouse in Go (golang). First, create a...