2025

How to prevent known bots heavily crawled (Googlebot, Bingbot, Facebook, Amazonbot, GPTBot, etc.)

We’re getting crawled heavily by known bots (Googlebot, Bingbot, Facebook, Amazonbot, GPTBot, etc.) which can slow down wer server, especially on high-traffic or high-volume sites like wers. Here are several effective strategies to make wer site faster and reduce the load caused by crawlers: ⸻ 🛡️ 1. Rate-Limit or Throttle Bots via Nginx Since we […]

How to prevent known bots heavily crawled (Googlebot, Bingbot, Facebook, Amazonbot, GPTBot, etc.) Read More »

Installation Guide: Laravel + InfyOm + Docker

Step-by-Step Guide: Laravel + InfyOm + Docker 1. Install Laravel (Correctly) First, create a new Laravel project: composer create-project –prefer-dist laravel/laravel my-laravel-app Then, move into the project directory: cd my-laravel-app At this point, your folder structure should look like this: my-laravel-app/ │── app/ │── bootstrap/ │── config/ │── database/ │── public/ │── resources/ │── routes/

Installation Guide: Laravel + InfyOm + Docker Read More »

Docker Commands Cheat Sheet

I often forget the command of the docker, so I make a list as reference for myself Here is your Docker Cheat Sheet with essential commands, organized by category. You can keep this for quick reference. ⸻ 🐳 Docker Cheat Sheet General Commands docker version # Show Docker version docker info # Show system-wide information

Docker Commands Cheat Sheet Read More »