-
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…
-
SignalRGB: lags, shuttering, input lag… Software to avoid
After setting up a brand new configuration, I wanted to install the SignalRGB software to avoid having to use 50 proprietary programs like Icue, Armory Crate etc. What a big mistake! At first I didn’t realise anything, because I was playing New World, an MMO where the movements are fairly simple and not very dynamic,…
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!



