课程: Case Study: Visualize Complex Microservice Data Using Python
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
八旬老人滚落荒山 7天后被失足爬山者救出荒山老人坠崖
课程: Case Study: Visualize Complex Microservice Data Using Python
How to research and find a technology that will help solve technical problems
- [Presenter] Knowing how to research different technologies and decide whether they can be used to solve a given problem is key in software development. Not every technology fits every problem, but finding the right technology can help. Our challenge is to create a diagnostic tool that allows us to visualize the data of an account. The technologies we use to build this tool must be maintainable, easy to use, easy to understand, modern, and secure. It's a tall order, but let's walk through it. Maintainability. It must be maintainable in the sense that it works with modern, commonly used languages. Can you use it with Python? Can you use it with Go? Is it deprecated? Is it an actively maintained open-source project? Will it still work in a year? Are you using the latest version of it? Anytime you introduce a new tool to your team, people will probably question it. Is it secure? Can new software engineers contribute to…