Daily Shaarli

All links of one day in a single page.

April 15, 2025

Is your team cross-functional enough?

Nice little exercise to quickly figure out if the skillset of a team properly matches their project.

Starting Out - What works, how fast, and why?

How to get started with putting in place an Agile approach in a team? Clearly structure helps in the beginning. One caveat of the article though: don't read this as having to respect a book to the letter forever, it's merely a starting point.

Common shell script mistakes

Writing shell scripts is still a craft. Interesting traps are presented here. Also, now better have shellcheck around for any non trivial script.

The Post-Developer Era
thumbnail

This matches what I see. For some tasks these can be helpful tools, but it definitely need a strong hand to steer them in the right direction and to know when to not use them. If you're a junior you'd better invest in the craft rather than such tools. If you got experience, use with care and keep the ethical conundrum in mind.

WebGL + Rust: Basic Water Tutorial

Nice tutorial for rendering water. It gets more complex from there but this one is doing quite a lot already.

HTTP headers for the responsible developer

A good tour of the important HTTP headers.

C++20 idioms for parameter packs

The language keeps evolving, this is a good reminder that some old idiom can be let go. Parameter packs still need some adjustments to become nicer though.