# 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.

***

## [Merging PDF documents in PHP using FPDI and FPDF](/devtips/merging-pdf-documents-in-php-using-fpdi-and-fpdf.md)

Tim Koschützki·October 10, 2024

Learn how to merge multiple PDFs into one in PHP using the FPDI and FPDF libraries with our step-by-step guide, enhancing your document processing capabilities.

[Read more](/devtips/merging-pdf-documents-in-php-using-fpdi-and-fpdf.md)

## [Exporting files to Dropbox in Ruby using the Dropbox SDK](/devtips/exporting-files-to-dropbox-in-ruby-using-the-dropbox-sdk.md)

Kevin van Zonneveld·October 9, 2024

Integrate Dropbox file exports into Ruby apps using the Dropbox SDK with step-by-step instructions for automating uploads, enhancing workflow efficiency.

[Read more](/devtips/exporting-files-to-dropbox-in-ruby-using-the-dropbox-sdk.md)

## [Converting videos to HLS and MPEG-DASH with Rust](/devtips/converting-videos-to-hls-and-mpeg-dash-with-rust.md)

Kevin van Zonneveld·October 8, 2024

Learn how to use Rust and FFmpeg to convert videos into HLS and MPEG-DASH formats for adaptive streaming in your Rust applications.

[Read more](/devtips/converting-videos-to-hls-and-mpeg-dash-with-rust.md)

## [How to resize and watermark images in PHP using Imagick](/devtips/how-to-resize-and-watermark-images-in-php-using-imagick.md)

Kevin van Zonneveld·October 7, 2024

Learn how to use PHP's Imagick extension to resize images and add watermarks, enhancing your web application's image processing capabilities.

[Read more](/devtips/how-to-resize-and-watermark-images-in-php-using-imagick.md)

## [Using Rclone to manage files in DigitalOcean Spaces via CLI](/devtips/using-rclone-to-manage-files-in-digitalocean-spaces-via-cli.md)

Kevin van Zonneveld·October 4, 2024

Discover how to use Rclone, an open-source CLI tool, to manage files in DigitalOcean Spaces, enhancing your workflow with efficient file operations.

[Read more](/devtips/using-rclone-to-manage-files-in-digitalocean-spaces-via-cli.md)
