Skip to content

Roundup #13: dotnet depends, httpbin.org, Own the future – Udi Dahan

Sponsor: Do you build complex software systems? See how NServiceBus makes it easier to design, build, and manage software systems that use message queues to achieve loose coupling. Get started for free.

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Here are the things that caught my eye this week.  I’d love to hear what you found most interesting this week.  Let me know in the comments or on Twitter.

dotnet depends

dotnet depends v0.1.0 has now been released. This is a tool for exploring dependencies in .NET projects, with an GUI heavily inspired from bitbake’s depexp. Hopefully this tool will be a valuable addition to your toolbox when e.g. debugging transitive dependencies. Install it by running: dotnet tool install --global dotnet-depends, and report any issues and/or feature requests on Github.
Link: https://martinbjorkstrom.com/posts/2018-08-06-announcing-dotnet-depends

httpbin.org

A simple HTTP Request & Response Service.
Pretty neat little service and Docker container for testing various HTTP scenarios such as status codes, response cache headers, response formats, etc. Link: https://httpbin.org/

Own the future – Udi Dahan

Many developers have struggled with the burden of designing, building, and running large complex software systems, swearing that – next time, they’ll do it right. And yet, even with all the alternative frameworks, patterns, and cloud services that have become available over the years, even new systems can’t seem to escape their big ball of mud fate. But, there is another option available – just as challenging, but with a much brighter future. Organizations that can transform their technology, teams, management, and business will be the ones that own that future. While there’s no “cookie-cutter” approach to this transformation, Udi has some do’s and don’ts that will keep you from going astray.
Link: https://www.youtube.com/watch?v=2iYdKQXGY2E Link: https://www.youtube.com/watch?v=CCX8Sox6BNQ  

Learn more about Software Architecture & Design.
Join thousands of developers getting weekly updates to increase your understanding of software architecture and design concepts.


Leave a Reply

Your email address will not be published. Required fields are marked *