Posts
All the articles I've posted.
Avoid "binary file matches" on Log Files
Updated: at 05:32 AMLearn how to make `grep` show you the text in supposed binary files, ensuring you don't miss critical information hidden in your log files due to emojis or special characters.
Understanding Cumulative Layout Shift and CSS Grid Ordering on Mobile
Updated: at 04:58 AMTo ensure a seamless web experience, avoid using negative values for CSS grid item ordering, as it can cause content shifting during loading, impacting user interaction on mobile devices.
Run Your GitHub Actions Locally
Updated: at 05:38 AMact is a Docker-based tool that allows developers to run GitHub Actions locally, blending the popularity of GitHub Actions with the flexibility of local machine usage for tasks like CI/CD and automation.