It only makes sense if you can’t think. Constitution is document of a country not of a citizen. Otherwise foreigner would have rights according to their country’s constitution. That would lead to some bizarre legal issues. Like USAers carrying guns in countries where it’s not allowed
I don’t understand too. Are you suggesting me to drop bunch of features in the product?
Is it better than React functional components in any way? I don’t see benefit over React functional components or even Lit’s class components
I don’t know german but it seems to be more logical to have one word for “health insurance card” since it describes one class of objects. Better than spelling 3 nouns where one partially describes what object is and other nouns act like clarification
Though in reality, management will push back any unorthodox approaches/solutions/approaches as risk and additional losses on R&D.
“Stateless” is not what “I” want, it is part of definition of REST.
Can do != what spec says you should do. You can also send clown version from the post but don’t be surprised people will find it… funny
Again, I’m not telling you are doing wrong. I’m telling you are mixing REST and RESTful web services
I’ll assume this is a legitimate question and not “clever whataboutism”.
Answering your question now. Realistically there are 3 scenarios:
- frozen conflict
- peace deal which will last until Russia will want more. Then story will repeat, unless Ukraine will somehow get NATO membership (doubt)
- change of power in Russia
Two of them sucks for Ukraine and last one is too unpredictable for whole region if not world
Wut? When “liberation” of Russia became Ukraine’s goal? People really say this? Ukraine shall not follow Russia’s book and make imaginary excuses to intervene into other country. I mean, after Russia capitulate of course. At the moment Ukraine can do whatever needed to liberate its territories. Though, having Russian regiments to overthrow regime could increase Ukraine’s security. But I believe Ukraine will have much more important job in Ukraine itself after war.
MAYBE :)
First of all, what you are doing is integration via DB. Unless that was conscious, I would avoid using this approach. System is much easier to manage when DB/schema used at most by one app. You have two ways to achieve it, move towards micro-services or monolith. Yes monolith is still great for some use cases.
If we talking about your current system state every app should do changes in most backward compatible way. It worst cases it will lead to duplications. Let’s say if you want to change table X because there is such need for app A and at the same time app B uses this table. Instead of modifying X you create table Y that satisfies needs of A and make sure that data written into Y as well as into X to maintain B.
I’m still not totally understanding what you’re looking for. But if you need alternative to JS for writing web UIs check out htmx. It’s still JS lib but its main goal to facilitate hyper text as engine. Meaning you do SSR but with CSR UX. And it’s backend agnostic.