Most cross-service migrations break on deploy ordering: ship A before B and prod is briefly broken. The fix isn't a tighter sequence. It's making each consumer tolerant of the half-migrated state: ask for the new field, fall back when it's missing. Then order stops mattering.
I have a free Notion account, without AI. Today, to work on multiple pages, I downloaded some of them and used Codex to interact. It was too manual, but it was only the first step. The next one will be to use the MCP.
Hey @PanasonicEurope, I think it is time to update your support chatbot. Mattia keeps asking me if he answers my question without answering my question๐.
AI is here, don't miss the train.
@valentinajemuov Iโm not sure I agree. I donโt see a real tradeoff between speed and quality. Writing tests lets me skip calling the API to prove it works. For me, quality always wins and the blue area will always lag behind the other.
A problem I see with using AI is hoping it can do what we ourselves canโt.
The first goal should be to automate, not demand things more complex than we can manage.
As developers, weโre the only professionals who can tell customers: โYou can have quality or speed, but not both.โ
I donโt dine at starred restaurants often, but I doubt they ask if you want to eat well or within a couple of hours.
The webโs complexity is real. We should aim for the simplest solutions, not turn projects into dev playgrounds.
I appreciate this @croloris post.
https://t.co/COUWg1gByk
Couldnโt agree more with this post on the end of copy-paste Agile.
After years of struggling with Scrum, itโs time we go back to good old Agile principles.
The Era of Copy-Paste Agile Is Over https://t.co/0fJ8fyHMsB
@cupac_jelena If yes, is a database really another part of the application you have to integrate? For example, a repository class can only be used with a database. So, in my opinion, that is not an integration.
Iโve found that sometimes duplicating code is better than pushing logic into random places just to reduce line count.
Prioritising clarity and maintainability over brevity has made a big difference in the projects.