/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

blog.ploeh.dk
| | richardmiller.co.uk
9.4 parsecs away

Travel
| | Background I am recreating Lime Thinking's current website [http://www.limethinking.co.uk] using Symfony2 [http://symfony.com/], much of the site is made up of what are effectively static pages. The main content of the page is stored as an XML file which then has the overall XSL template
| | daniel-siepmann.de
9.7 parsecs away

Travel
| | Explanation of how Dependency Injection works for TYPO3 Extbase (prior TYPO3 CMS v10).
| | conradakunga.com
8.4 parsecs away

Travel
| | This is Part 8 of a series on dependency injection.
| | tomasvotruba.com
26.5 parsecs away

Travel
| Regarding Laravel, one of the biggest "no"s in 2022 was how it handles passing services around the project. I'm not talking about the facades or active records but **the static reflection container**. At first, it raised my blood pressure - we have a dependency injection, and everything must be passed via the constructor, right? Then I remembered a wise saying: "There are no best solutions, only trade-offs."