/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

tomasvotruba.com
| | noellh.com
10.5 parsecs away

Travel
| | Sometimes even great open source packages just fall off the maintenance wagon. FOSUserBundle, a historic go-to for the Symfony community, is sadly looking like one of those cases right now. Behind on updates for modern, long-term support Symfony versions, with calls to reconsider its pervasiveness going back at least as far as 2016, it's no...
| | matthiasnoback.nl
15.3 parsecs away

Travel
| |
| | blog.bitexpert.de
4.5 parsecs away

Travel
| | Learn how to encrypt sensitive user data in your Symfony & Doctrine application using the specshaper/encrypt-bundle bundle. Easily encrypt and decrypt data with Doctrine events, without adding operational complexity to your project.
| | blog.kdgregory.com
32.6 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...