Automating 'Last Updated' Dates in Next.js with Node's fs Module
How to eliminate human error in blog timestamps by pulling the last modified date directly from the filesystem in Next.js.
All the articles I've posted.
How to eliminate human error in blog timestamps by pulling the last modified date directly from the filesystem in Next.js.
A few handy CLI snippets and notes to remember how to quickly create or overwrite files using the terminal.
A parable from The Way of Testivus on how testing coverage goals depend on context — and how some developers just want simple answers.
Practical Git commands that save you time, recover lost work, and help you debug faster. Think of this as your essential Git cheatsheet.
Lessons learned while extending a Gatsby blog with images, and the pitfalls of outdated tutorials when working with fast-moving frameworks.
A discussion on currying and partial application in JavaScript with practical examples including React's connect and letter ciphering.