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
Container update is not Docker’s concern. Docker is proxy between your Container and OS. So if you want keep your container up to date you need external process. Can be achieved with container orchestration tool like Kubernates
It’s not corporate world, it’s web. Spring de facto is the only modern way to build web services and integrations in Java and Spring comes with DI because it’s the way to build efficient extendable framework.
After closer look I can say this is great idea. Initially I thought this messes with Lit’s lifecycle bringing React’s lifecycle drawbacks but seems like it’s not. I think at some point you should get in touch with Lit devs and see if it can become part of Lit lab or even Lit itself
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 :)
My colleague was working on migrating around dozens of batch jobs written in Java. All jobs had JPA/Hibernate but people which were writing those jobs didn’t understand abstraction and encapsulation. It end-up as vendor locked as you can imagine. Procedures, reading cursors, Oracle specific functions, metadata, logic spread between Java and PL/Sql, all the fun stuff, you know. So it took around one year of work to migrate to Postgres. And that’s with support of DBA who was helping with rewriting most complicated queries and procs. So yeah, don’t worry about that DBMS specific features.
Don’t get me wrong, though. Efforts spent on making design decisions should be proportional to potential size/complexity growth of the software. If you building todo list , how many different queries you might have in fairly pessimistic scenarios? Maybe couple dozens. Don’t bother with JPQL or HQL. If you expect your app to grow significantly. I’d do as much as possible to avoid my colleague’s fate.
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.