• Don’t over-architect, but also don’t architect yourself into a hole.

    The best advice I was ever given was don’t do more than you need to, but make sure that you design in such a way that you can rearchitect without rewriting the while damned thing.

  • TheHarpyEagle@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    4 months ago

    Honestly helpful when I’m feeling overwhelmed with my side project. I really started getting in my head about load balancing and hosting before remembering “chill, it’s a hobby project literally no one is using yet. You could run it off a pi in your basement.”

  • Ziglin@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    4 months ago

    It’s just practice is what I tell myself. One day you might need something to scale and then you’ll regret it not having made it scalable. If you have a previous project to copy that’s probably good too.