/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

juffalow.com
| | tomasvotruba.com
10.6 parsecs away

Travel
| | I saw 2 links to Symfony\Console in [today's Week of Symfony](http://symfony.com/blog/a-week-of-symfony-592-30-april-6-may-2018) (what a time reference, huh?). There are plenty of such posts out there, even in Pehapkari community blog: [Best Practice for Symfony Console in Nette](https://pehapkari.cz/blog/2017/06/02/best-practice-for-symfony-console-in-nette) or [Symfony Console from the Scratch](/blog/2019/08/12/standalone-symfony-console-from-scratch/). But nobody seems to write about **the greatest bottleneck of Console applications - static cancer**. Why is that?
| | leoloso.com
14.4 parsecs away

Travel
| | Or how to avoid getting impatient while waiting for Composer to finish an update...
| | snipe.net
11.4 parsecs away

Travel
| | Composer is a PHP dependency manager that's used in just about any modern PHP application, and it works similarly to how Bundler works for Ruby. Even though Composer itself gives you a warning about not running it as root, lots of people disregard this warning and run it as root anyway. We run into this [...] The post So you ran composer as root... appeared first on Snipe.Net.
| | zelig880.com
26.3 parsecs away

Travel
| Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions.