/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

mfbmina.dev
| | github.com
4.4 parsecs away

Travel
| | Lists repositories using end-of-life Ruby versions - MatheusRich/end_of_life
| | blog.presidentbeef.com
4.5 parsecs away

Travel
| | [AI summary] The author describes a process for bundling Ruby gem dependencies inside the Brakeman security scanner gem to prevent version conflicts with user applications.
| | yehudakatz.com
5.7 parsecs away

Travel
| | TL;DR Although apps and gems look like they share the concept of "dependency", there are some important differences between them. Gems depend on a name and version range, and intentionally don't care about where exactly the dependencies come from. Apps have more controlled deployments, and need a guarantee that
| | www.softdevtube.com
28.3 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