/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

php-and-symfony.matthiasnoback.nl
| | www.softdevtube.com
3.8 parsecs away

Travel
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a
| | matthiasnoback.nl
0.0 parsecs away

Travel
| |
| | sookocheff.com
4.0 parsecs away

Travel
| | Microservices have become part of the software engineering cultural zeitgeist to the extent that alternative approaches to architecture and development are treated as somehow inferior. Given the challenges that running microservices present, I usually recommend beginning development of new projects and systems as a single deployable unit - the monolith. Sam Newman, in the book "Building Microservices", agrees with this approach. He recommends leveraging microservices only if you can become convinced of the benefits for your system, not as a default for every project.
| | blog.ploeh.dk
18.2 parsecs away

Travel
| How do you add tests to a proof-of-concept? Should you?