Posted in 2020

Say it with style in CLI

So I glued some awesome software together into a shell one-liner and now I can make my announcements with a rainbow tortoise on the CLI :)

Read more ...


Universal app reload with entr

A useful feature many web frameworks have is auto-reload. Your app is running in the background, you change the code, and the app is restarted with those changes, so you can try them out immediately. What if you wanted that behavior for everything that you’re writing? And without any coding to implement it over and over in every little project?

Read more ...