Technical writing
Articles & Notes
Practical insights on software development, Linux, security, and architecture. No filler, no fluff.

Sep 01, 2024
Multiple languages in Laravel
How to implement locale detection and multilingual routing in Laravel using middleware — no extra packages required.

Aug 03, 2024
Create random strings in Bash
Two reliable methods for generating random strings in Bash — using openssl and /dev/urandom — for process IDs and similar use cases.