5 Matching Annotations
- Jun 2021
-
ruanmartinelli.com ruanmartinelli.com
-
But if you're working on a bigger project, with multiple packages and a complex dependency tree, you might want to combine npm with a tool like Lerna.
-
-
www.mutuallyhuman.com www.mutuallyhuman.com
-
This is why for a recent Angular+Rails project we chose to use a testing stack from the backend technology’s ecosystem for e2e testing.
-
We used testing tools that were in the same ecosystem as our backend technology stack for primrily three reasons: We owned both ends of the stack Team experience Interacting with the database
-
We chose to define the frontend in one technology stack (Angular+TypeScript/JavaScript) and the backend in another (Ruby+Ruby on Rails), but both came together to fulfill a singular product vision.
Tags
- rationale
- end-to-end testing
- using disparate technologies in a single project
- determining if something is an appropriate application / best tool for the job
- how to choose a dependency/library/framework
- key point
- explaining why
- frontend vs. backend: owning both ends
- testing: stack: choosing
- testing: end-to-end
- testing: stack
- answer the "why?"
- software stack: choosing
- distributed (client/server) system
- how to choose software stack
Annotators
URL
-
- Aug 2020
-
pragmaticpineapple.com pragmaticpineapple.com
-
Knowing all this, what would you do? Which path would you choose and why? The answer might seem obvious now that you come from the future - React
-