I migrated this blog from Zola to WordPressblogoboros.fly.dev2 points·by ngalaiko·il y a 30 jours·0 comments
ngalaiko·il y a 11 jours·discussgreat app, neat and native, but unfortunately the website still loads faster, which beats the whole purpose to me
ngalaiko·il y a 4 mois·discussdid you consider using code-generators to make sure spec and implementation are aligned?openapi is really meant to be either generated from code, or server-code is meant to be generated from openapi spec
ngalaiko·il y a 4 mois·discussby drift, do you mean breaking api changes? if you control the spec, do not allow that / flag them to give clients time to update. there are plenty of tools to catch that, i.e. https://quobix.com/vacuum/commands/change-detection/
ngalaiko·il y a 5 mois·discusstrunk based is the way to go, especially for small teams building web / backend servicesespecially combined with monorepoamount of time people spend updating dependencies between internal services and libraries in a pursuit of semver for now reason is just absurd