Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sariel78954yYes, but no, but yes.
There's injection of business policy and rules that happens on every implementation or integration. So yes, you're making a new crud interface, but no it's not the same service, but yes it's the same model or schema. -
Hazarth91374yEverything working on top of the http has to perform a crud in the end. I mean theres a bunch of specialist methods but the main ones really are read data, send data, update data and delete data
-
JsonBoa31064yI agree that every materialization of CPU results can be considered "data", but how would the programming of CPU processes and algorithms fit in those categories?
-
There are tons of tech where the model doesn't fit. There is no front end and no APIs, e.g. where behaviour is the code objective, such as in motor control circuits.
-
@atheist Data is new oil.
One of the largest companies in India and the owner is Asia's richest person, is an Oil tycoon.
Now he stepped into Tech ecosystem and named the company as Jio.
A friend works there very close to the owner and he said the reason for naming the company Jio is that the word is mirror of Oil.
Ambani filthy rich and is minting money. You can web search about him to know more. -
sariel78954y@Floydimus that's disappointing but totally makes sense.
Startups used to invent new cool shit. Sounds like it's just another rubber-stamp corporate grind machine.
Was having a conversation with a dev friend and he said, in every tech implementation, we are more or less doing CRUD operations at fundamental level.
To which, I agree with as there are three layers to tech
1. Data
2. Front end where the data is rendered
3. APIs to perform CRUD on data
Want to understand community's thoughts on this..
random