$ cat ~/writing/* — notes on web dev, games, and the small tools I build.
-
How to Implement Lazy Load in CodeIgniter 4 (CI4)
Lazy loading is a technique to make your website faster by loading images or content only when it’s needed, like when it’s visible on the screen. This...
read