• 0 Posts
  • 21 Comments
Joined 4 months ago
cake
Cake day: February 23rd, 2024

help-circle


  • A big peeve of mine is when someone says they did something, “I remodeled my floors, I painted the walls, I fixed my car, i put in a fence”, when they really mean they hired people to do these things. It’s straight up taking credit for other people’s work and it’s normalized.

    I grew up poor where hiring help was rare so when someone said they did something, they always said it proudly and they meant they did it themselves.

    Now I always ask and point out they didn’t do anything. I’m really fun that way. But honestly i think the language matters. For big jobs i personally say I had the walls painted or I got the car fixed since that implies getting someone else to do it.


  • Microservice from the start may be a lot of overhead, but it should at least be made with that scalability in mind. In practice to me, that just means simple things like make sure you can configure it via environment vars, run it out of docker compose or something because you need to be able install it on all your dev systems and your prod server. That basic setup will let you scale if/when you need to, and doesn’t add anything extra when planned from the start.

    Allocating infrastructure on a cloud service with auto scaling is the hard part imo. But making the app support the environment from the start isn’t as hard.