I've been in a similar situation, probably not as extreme but nonetheless. Some things I would recommend you considering: a) Consider the take-home after tax, and compare that as it does make the numbers a bit more…
I think the rise of static site generators has pretty much gotten rid of this as a problem. Regarding posting only from your computer, you can just use a git repo that triggers builds on push. You can see many options…
I always really enjoy reading both the Raycast and Linear engineering blogs because they’ve really got a great approach to empowering distributed teams, and giving engineers the autonomy to work well. I can’t…
I really like 11ty for this sort of thing. It uses nunjucks templating but the starter is enough to just build a blog and add your own css. Works with most hosts as it has a build script you can run and serve the output…
I've been in a similar situation, probably not as extreme but nonetheless. Some things I would recommend you considering: a) Consider the take-home after tax, and compare that as it does make the numbers a bit more…
I think the rise of static site generators has pretty much gotten rid of this as a problem. Regarding posting only from your computer, you can just use a git repo that triggers builds on push. You can see many options…
I always really enjoy reading both the Raycast and Linear engineering blogs because they’ve really got a great approach to empowering distributed teams, and giving engineers the autonomy to work well. I can’t…
I really like 11ty for this sort of thing. It uses nunjucks templating but the starter is enough to just build a blog and add your own css. Works with most hosts as it has a build script you can run and serve the output…