A tool I deem useful for finding solutions that other people do not think about at first is #pattern-#matching. A lot of my thought process works based on pattern-matching which allows me to concentrate on an #optimised #number of #solutions and discard potential solutions that many others don't see the downsides of before they actually analyse them. For anyone interested in developing pattern-matching skills, #learning #chess would be very #helpful.

Resizes #images and generate different formats from original files for #optimised image #performance in your web project.
- As a docker container
- For your Build-Pipeline

Generate jpeg, webp, avif from original image in different sizes

As easy as this example:
```
image-processor -i ./source -o ./target -s "3840 1920 1280 640"
```

https://github.com/uitsmijter/image-processor

GitHub - uitsmijter/image-processor: Resizes images and generate different formats from originals

Resizes images and generate different formats from originals - GitHub - uitsmijter/image-processor: Resizes images and generate different formats from originals

GitHub