/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

mikemadison.net
| | snipe.net
3.0 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.
| | blog.martinhujer.cz
6.7 parsecs away

Travel
| |
| | tomasvotruba.com
6.2 parsecs away

Travel
| | [Composer 2 was released](https://twitter.com/packagist/status/1319945203797708800) this week. It brings **massive `composer install/update` performance** improvement of [150-200 %](https://blog.packagist.com/composer-2-0-is-now-available). That means [faster feedback](/blog/2020/01/13/why-is-first-instant-feedback-crucial-to-developers/) from CI and faster monorepo testing. Today, we'll look on how to use Composer in Github Actions with monorepo split testing and what to avoid.
| | briankung.dev
17.2 parsecs away

Travel
| I realized that one of my favorite Rust features doesn't have a blog post highlighting it [0], so I thought I'd talk a bit about documentation comments and doc tests in Rust. I'll give you a quick example. Let's say you have some code: There's a cargo command to generate documentation from that code: Which...