4 ZALANDO AT A GLANCE ~ 4.5 BILLION EUR revenue 2017 > 75% of visits via mobile devices > 200 million visits per month > 23 million active customers > 300,000 product choices > 15,000 employees in Europe 15 countries ~ 2,000 brands as of March 2018
7 THE PROMISE OF MICROSERVICES ( A ND M I CR O F R ON T EN DS) decision autonomy ease of scaling the organization language & framework independence more digestible code easy to experiment and explore easier transition from legacy code …
2 2 S K I PP ER https://github.com/zalando/skipper low latency streaming proxy built in DSL for route definition runtime route updates can handle 100 000s of routes easy to extend open source community
3 3 M I CR O F RO N T E N D P R E F L I GHT C H E C K L I S T Does the proposed infrastructure solve the hard problems instead of leaving it for the teams?
4 1 J S E N C A P S U L AT I O N — R E A L M S A programmatic way to construct a new JS global environment: const globalOne = window; const globalTwo = new Realm().global; console.log(globalOne.Array === globalTwo.Array) // false Currently Stage 1 Proposal