Automating 'Last Updated' Dates in Next.js with Node's fs Module
• 3 min read
How to eliminate human error in blog timestamps by pulling the last modified date directly from the filesystem in Next.js.
All the articles with the tag "automation".
How to eliminate human error in blog timestamps by pulling the last modified date directly from the filesystem in Next.js.
How I built a CLI tool to create YouTube playlists from my subscriptions, with quota-aware API calls, OAuth caching, and no frontend.
A Python script to automatically clean up GitHub notifications by marking closed or merged issues and pull requests as done.
Learn how to use wget and parallel to download thousands of images from a URL list, with setup instructions and syntax examples for macOS.
A script to automate resolution of common merge conflict patterns using bash.