-
Albion Online: The depths the best safe content to make money quickly in 2026
In Albion Online, many players are looking for efficient ways to make money without taking unnecessary risks. Between PvP zones, dangerous transports, and activities that require heavy investment, it can be difficult to find something that is both profitable and safe. However, there is a type of content that is often underestimated and combines profitability,…
-
Widen your screen in Albion Online to better see enemies on the sides
In Albion Online, what you can see on your screen can make the difference between surviving an ambush or losing all your gear.Many players use a simple trick: changing the game resolution to get a wider screen, which allows you to see more on the sides and anticipate enemy attacks. In this guide, I’ll explain…
-
Build a Sturdy and Stylish Pallet Garden Shed: The Affordable Solution (5.40 m²) – With SketchUp Plans
What if your next garden shed was both affordable, sturdy, and stylish?This is exactly the idea behind this project: a mini chalet-style garden shed built from pallets, designed to be easy to build while offering a clean and durable result. A Mini Chalet-Style Garden Shed This garden shed project was designed to integrate easily into…
-
Properly Handling File Deletion on a CDN (S3) with Laravel Filesystem and Spatie Media Library
When working with remote storage such as S3, Cloudflare R2 or another S3-compatible CDN, file management can quickly become problematic if it is not properly controlled. A common case appears when deleting files linked to a database. In this article, we will look at: The problem: Laravel does not always report deletion errors Laravel provides…
-
Laravel: List all queries of an SQL transaction with DB::listen()
When an SQL transaction becomes complex, it can be difficult to understand exactly which queries are executed and in what order. Laravel allows you to listen to all SQL queries using the DB::listen() method. Example of listening to queries inside a transaction Result obtained: Warning: DB::listen() should not be used in production, because it intercepts…
-
Laravel : prefer chunkById() over chunk() for batch processing
Laravel provides several methods to iterate over large amounts of data without exhausting memory, including chunk() and chunkById(). Although chunk() may seem convenient, it is strongly recommended to prefer chunkById() for all batch processing tasks. The chunk() method works using SQL offsets (LIMIT / OFFSET). However, if records are added, deleted, or modified while the…
-
Laravel: Never use whereDate() on a DateTime field, use whereBetween() instead
whereDate() When you use whereDate() on a datetime field, the query casts the column to date before performing the comparison. This operation prevents the use of indexes defined on the created_at column, which results in a full table scan and degrades performance, especially on large tables. Here is an example query: The result (PostgreSQL): whereBetween()…
-
Installing Add-ons for The Elder Scrolls Online Using Minion (2026)
Last updated on If you play The Elder Scrolls Online, you probably already know that addons can transform your gaming experience. Whether it’s improving the interface, making crafting easier, optimizing your DPS, or tracking resources, addons have become essential.But how do you install them easily without getting lost in the game files? The simplest and…
-
The essential addons for The Elder Scrolls Online (2026)
Last updated on Whether you are a beginner adventurer or a veteran of Tamriel, addons can completely transform your gaming experience in The Elder Scrolls Online. They improve the interface, optimize your gameplay, and help you save valuable time every day. If you don’t know how to install addons, follow my other guide: Install addons…
-
Improve TESO’s graphics using NVIDIA filters
It is possible to significantly enhance the visual appearance of The Elder Scrolls Online thanks to the NVIDIA filters available for RTX graphics cards. Step 1: Check that NVIDIA filters are enabled In the NVIDIA settings, make sure the In-game Filters option is enabled. Step 2: Open the filter interface and apply the filters Launch…
GhostvOne.tv - Passionate gamer and full-stack web developer.
Discover all my videos, live streams, tutorials, and articles on my blog!
GhostvOne.tv - Passionate gamer and full-stack web developer.
Discover all my videos, live streams, tutorials, and articles on my blog!






