- Microservices Development Cookbook
- Paul Osman
- 237字
- 2021-07-16 17:48:25
Discussion
Using this approach, you should end up with small, cohesive, and focused teams responsible for core areas of your application. The nature of teams is that individuals within the team should start to see the benefit of creating separately managed and deployed code bases that they can work in autonomously without the costly overhead of coordinating changes and deployments with other teams.
To help illustrate these steps, imagine your organization builds an image-messaging application. The application allows users to take a photo with their smart phone and send it, along with a message, to a friend in their contacts list. Their friends can also send them photos with messages. A fictional roadmap for this fictional product could involve the need to add support for short videos, photo filters, and support for emojis. You now know that the ability to record, upload, and play videos, the ability to apply photo filters, and the ability to send rich text will be important to your organization. Additionally, you know from experience that users need to register, log in, and maintain a friends list.
Using the preceding example, you may decide to organize engineers into a media team, responsible for uploading, processing and playing, filters, and storage and delivery, a messaging team, responsible for the sending of photo or video messages with associated text, and a users team, responsible for providing reliable authentication, registration, on-boarding, and social features.
- 黑客攻防實戰(zhàn)技術(shù)完全手冊:掃描、嗅探、入侵與防御
- 光網(wǎng)絡(luò)評估及案例分析
- SEO 20日
- 萬物互聯(lián):蜂窩物聯(lián)網(wǎng)組網(wǎng)技術(shù)詳解
- 農(nóng)產(chǎn)品物聯(lián)網(wǎng)研究與應(yīng)用
- Wireshark網(wǎng)絡(luò)分析就這么簡單
- 城市治理一網(wǎng)統(tǒng)管
- Building Web Applications with ArcGIS
- 計算機網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 紅藍(lán)攻防:構(gòu)建實戰(zhàn)化網(wǎng)絡(luò)安全防御體系
- 物聯(lián)網(wǎng)頂層設(shè)計與關(guān)鍵技術(shù)
- 網(wǎng)絡(luò)利他行為研究:積極心理學(xué)的視角
- 園區(qū)網(wǎng)絡(luò)架構(gòu)與技術(shù)
- 計算機網(wǎng)絡(luò)技術(shù)
- Qt5 Python GUI Programming Cookbook