minus-squareKkmou@lemm.eetoProgramming@programming.dev•Working from multiple computers - thoughts on auto-push branch to git repository?linkfedilinkarrow-up5·edit-23 months agoDon’t think git as a sync storage, more like to merge works. If you need to share files between computers use a shared storage. Always use the right tool for the job. Mount a shared storage or use synctools rsync, etc linkfedilink
minus-squareKkmou@lemm.eetoProgramming@programming.dev•which python trick or hack you know that you would want to share?linkfedilinkarrow-up2·7 months agohttps://github.com/jdx/mise linkfedilink
minus-squareKkmou@lemm.eetoDevOps@programming.dev•How to scale MySQL horizontally?linkfedilinkarrow-up3·1 year agoIn AWS, you can use Aurora to scale reads access over multiple instances. It’s easy to setup and you can use scaling policies to follow your load. You need to check your billing, it’s not the cheapest service. linkfedilink
Don’t think git as a sync storage, more like to merge works.
If you need to share files between computers use a shared storage.
Always use the right tool for the job. Mount a shared storage or use synctools rsync, etc