# DevTips

Empower your development workflow with our curated collection of quick tips and practical tutorials. From file handling and image processing to API integration and open source tools, our dev tips cover a wide range of topics to enhance your coding skills and boost productivity. Whether you’re a beginner or an experienced developer, dive in to find efficient solutions for your projects.

***

## [Encode audio with cURL and open-source tools](/devtips/encode-audio-in-curl.md)

Kevin van Zonneveld·February 4, 2025

Learn how to encode audio files using cURL and FFmpeg with practical command-line techniques and automation examples.

[Read more](/devtips/encode-audio-in-curl.md)

## [Real-time file upload tracking in PHP with session upload progress](/devtips/file-upload-php.md)

Tim Koschützki·February 3, 2025

Learn how to implement secure and efficient file upload progress tracking in PHP using native Session Upload Progress functionality.

[Read more](/devtips/file-upload-php.md)

## [Live weather map composition with cURL & ImageMagick](/devtips/imagemagick-in-combination-with-curl.md)

Tim Koschützki·January 31, 2025

Learn how to build a live weather map composition pipeline using cURL and ImageMagick for dynamic remote image processing.

[Read more](/devtips/imagemagick-in-combination-with-curl.md)

## [Automate animated GIF previews on the CLI](/devtips/automate-animated-gif-previews-on-the-cli.md)

Kevin van Zonneveld·January 30, 2025

Learn to create animated GIF previews from video files using FFmpeg and ImageMagick, streamlining your media workflow with CLI automation.

[Read more](/devtips/automate-animated-gif-previews-on-the-cli.md)

## [Content-aware resizing with PHP & ImageMagick](/devtips/content-aware-resizing-with-php-imagemagick.md)

Tim Koschützki·January 29, 2025

Learn how to implement content-aware image resizing in PHP using ImageMagick's liquid rescale tool and the Imagick extension.

[Read more](/devtips/content-aware-resizing-with-php-imagemagick.md)
