A quick tip describing how to extract images from Microsoft Word and Keynote files with renaming and unpacking.
Topic: Tools โ Page 8
A command line utility to extract media from .key and .docx files.
Use
npx
to run it locally.npx extract-media cv.docx ./destination
Thoughts on Joel Califa's talk "Full Stack Anxiety".
If you're looking for a new fresh editor font, find some great resources at coding-fonts.css-tricks.com and devfonts.gafi.dev.
A quick configuration snippet to limit the execution of GitHub actions depending on a commit message.