DEV Community

Discussion on: What about scalability?

Collapse
 
kasunkoswattha profile image
Kasun

Thanks for this. Can you elaborate more on "avoid to use always the same programming languages, there is a language according the task" ? How does this affect scalability?

Collapse
 
vekmaster profile image
Kevin D. Agudelo Gallego • Edited

I think, for example, if your project need AI try to use the best language for AI to get the best performance.

Each Microservice should have a unique responsability, try to use the best language for this unique responsability.

Collapse
 
kasunkoswattha profile image
Kasun

Thanks for the clarification. I get the performance aspect of it. We should choose the most appropriate language for the job. It was unclear that how a language stops a software from scaling. You have to write code scalability in mind. That goes for every language. But once its written It should scale the same.