• 0 Posts
  • 12 Comments
Joined 4 months ago
cake
Cake day: October 31st, 2025

help-circle


  • I have tried it and liked the idea, but I wish they had started with open-source code already. Also, there seems to be no plans on Android, even though iOS has a version already (I know it’s way easier since it’s built for macOS so porting is easy). I also wish the UX could be closer to something like Zen, allowing me to use only icons for the open tabs, but I’m sure with time that’ll be adjusted.

    Hoping it goes far and we get another option 👏




  • I have an opinion that, as everything else in software, depends:

    If there are tens of teams working on the same repo, it’s chaotic. Separating into smaller ones makes it easier to deploy, specially when there are db migrations involved.

    If there are fewer teams, there’s two approaches: monolith monorepo, or monorepo with separate projects, but with single deployment pipelines. I prefer the latter, as testing changes and deployment isn’t as chaotic. I also prefer when each subproject has it’s own DB, so the migrations can be separated. There’s nothing I hate more than dealing with migration conflicts