πŸ€– Coding News ⚑️
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming πŸ’»

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics πŸ’₯

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
Download Telegram
​​​​Microservices is an architectural style that describes software design as independently deployable, loosely coupled services which are modelled around particular business domain.

6 minute read

#MicroServices
​​I’ve been programming computers since the 1980s. In that time, I’ve seen and used a lot of languages and technologies that have come and gone. I watched as the web blossomed with new features, like browsers exchanging XML data asynchronously. Today we call this Asynchronous JavaScript and XML data exchange β€œAJAX”, but ironically, AJAX doesn’t typically even use XML anymore. Most of the time, this data is exchanged as JSON, or YAML, HTML or some other format.

⏱ 7 minutes read

#MicroServices
​​Netflix runs on AWS. They started with a monolith and moved to microservices.

⏱️ 5 minutes read

#architecture #microservices
πŸ‘5❀3🍌3🐳2πŸ”₯1πŸ‘Ύ1
​​The monolithic architecture was historically used by developers for a long time β€” and for a long time, it worked. Unfortunately, these architectures use fewer parts that are larger, thus meaning they were more likely to fail in entirety if a single part failed. Often, these applications ran as a singular process, which only exacerbated the issue.

⏱️ 11 minutes read

#microservices #designpattern
πŸ‘11❀4πŸ‘¨β€πŸ’»4πŸ”₯2