Last active
May 19, 2022 15:30
-
-
Save labiak/536f8c05515b299194cfcf7ddbcc9415 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As I as I could see in recent years, dive more into JavaScript backend and frontend programming, | |
JavaScript is a simple hierarchy composition language, so it best feet for metaprogramming. | |
People don't like JS for dynamic typing and absence control of state and strict validation. | |
We have flexible type checking instrument with declarative JSON configuration - jsonschema. | |
Based of this instrument we can build API gateways using Swagger declarations that is extension of jsonschema. | |
I propose a radically different approach to changing the state of an object and I understand that it require | |
different way of thinking in way of transactions, not in way in integral algorythms. | |
Instead of a microservice, I suggest using a simpler notion - an enzyme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment