Slide 20
Slide 20 text
Security and performance related questions
▪ Performance testing, memory footprint, authentication, authorization….
▪ Code analysis for discovering patterns that could lead to bugs in production
– Asynchronous communication patterns
– Multithreading issues
▪ Concurrency control
– Could new functionality introduce concurrency conflicts elsewhere in the system?
Performant, secure?