/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

frederickvanbrabant.com
| | anthonysciamanna.com
4.1 parsecs away

Travel
| | Collective code ownership is an essential practice but often misapplied in enterprises and multi-team software organizations, leading to churn, expensive integration bugs, and morale issues. Conway's Law can help to organize teams to get the benefits of collective code ownership.
| | www.softdevtube.com
5.7 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
| | alexop.dev
5.3 parsecs away

Travel
| | Discover best practices for structuring Vue projects of any size, from simple apps to complex enterprise solutions.
| | danganiev.me
20.2 parsecs away

Travel
| GraphQL might have started as a convenient way of delivering exactly the right amount of data from server to the client. But...