Independent comparison · no paid rankings
Blog

Technical articles

Browse our Technical posts on European hosting.

Technical

Laravel queues: process jobs without forgetting failures

A Laravel worker that drains the queue but ignores failed jobs eventually drops orders, emails, and webhooks into a black hole. Here is how to structure drivers, retries, and dead letters.

5 min read · Jun 17, 2026
Technical

Reading PostgreSQL EXPLAIN to stop guessing

"The database is slow" is not a diagnosis. EXPLAIN (ANALYZE) shows where PostgreSQL loses time — scan, join, sort — before you buy hardware.

4 min read · Jun 4, 2026

Page 2 of 3