- 1 Post
- 6 Comments
Wats0ns@programming.devto
Programming@programming.dev•Martin Fowler on Team TopologiesEnglish
1·3 years agoSame, that’s why I don’t understand how this is supposed to stay a two-pizza team system
Wats0ns@programming.devto
Programming@programming.dev•Yearly reminder that github still does not have an IPv6 address (2023)English
5·3 years agoBut why ?
Wats0ns@programming.devto
Programming@programming.dev•Martin Fowler on Team TopologiesEnglish
8·3 years ago“Each team is full-stack and full-lifecycle: responsible for front-end, back-end, database, business analysis, feature prioritization, UX, testing, deployment, monitoring”
“But they also shouldn’t be too large, ideally each one is a Two Pizza Team”
Either that’s a team with some hugely diversified skills, or that’s two car-sized pizzas
Wats0ns@programming.devto
Python@programming.dev•Benefits of using scrapy over requests/selenium
2·3 years agoYep try scrapy. And also it handles for you the concurrency of your pipelines items, configuration for every part,…
Wats0ns@programming.devto
Python@programming.dev•Benefits of using scrapy over requests/selenium
2·3 years agoThe huge feature of scrapy is it’s pipelining system: you scrape a page, pass it to the filtering part, then to the deduplication part, then to the DB and so on
Hugely useful when you’re scraping and extraction data, I reckon if you’re only extracting raw pages then it’s less useful I guess

Isn’t that in purpose tho ? Like “hey if we’re not sure to be able to break on time, just disengage so it’s not our responsibility anymore”?