HN user

devduderino

15 karma
Posts0
Comments3
View on HN
No posts found.

Taskfile is a wonderful little tool.

Used with an alias it can be a wonderful way to manage scripts.

I use mine as a sort of global bookmark for shell commands I can't be bothered to memorize all the params for.

Handling env files is also a huge help.

I care because it usually goes like this: Product manager > "Niche sass app {x} will never need to support more than 10-20 users"

Two weeks after launch > "We have 10k users and counting, why didn't you architect this for scale?"

Always assume you underestimated the scope of the project.