Results 26 comments of bocytko

Hi @Canopix, thanks for the question. We wrote about how we approach [contributions to the Tech Radar](https://engineering.zalando.com/posts/2021/06/zalando-tech-radar-scaling-contributions.html) in a blog post. We have a repository and docs site where we...

> Some client might be interested in only a few fields, such as the name only, for example. Why introduce GraphQL when you can support [partial responses](https://cloud.google.com/blog/products/api-management/restful-api-design-can-your-api-give-developers-just-information-they-need) for your REST...

> I think what I really like better is load shedding. For load shedding we should **monitor errors and latency** and based on these data it should react to let...

Thanks for the question @sakirtemel. This repository provides a library for technology choice visualization in the form of a tech radar. By forking the repository, organizations have easy means to...

Thanks for the PR. Do you have a branch with a fully working example? I tried to check out your branch and add a 5th ring and the change breaks...

The basics work already out of the box, because of underlying network calls being made by `requests`. You can easily run an existing cli app in an [auto-instrumentation mode](https://opentelemetry.io/docs/instrumentation/python/automatic/) and...

While you could find a section in the Tech Radar visualization to display more information about the technology, it will almost certain be lacking detail and heavily limited in formatting...

Thanks for the adjustments and your patience with this PR @antongolub 🙏 In a follow-up PR (#102), I've adjusted the color palette for improved contrast.

@cmreigrut thanks for your contribution and patience. I accepted changes 1,3,4 and incorporated `links_in_new_tabs: true` as default behavior (incl. README). I reverted change 2 (dropping the `href="#"` target), because as...

width/height just controls the size of the SVG. It's not a general-purpose zooming and scaling function. You can try setting `zoomed_quadrant` and `print_layout` functions to show only parts of the...