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

***

## [Automatic spoken language detection with cURL & open source](/devtips/automatic-spoken-language-detection-with-curl-open-source.md)

Tim Koschützki·January 28, 2025

Learn how to automatically detect the language spoken in audio files using cURL and open-source tools with this step-by-step guide.

[Read more](/devtips/automatic-spoken-language-detection-with-curl-open-source.md)

## [Persistent file handling with the File System Access API](/devtips/persistent-file-handling-with-the-file-system-access-api.md)

Kevin van Zonneveld·January 27, 2025

Implement persistent file uploads using the File System Access API with directory support, drag-and-drop integration, and resume capabilities

[Read more](/devtips/persistent-file-handling-with-the-file-system-access-api.md)

## [Real-time video analysis: cURL & FFmpeg](/devtips/ffmpeg-in-combination-with-curl.md)

Tim Koschützki·January 24, 2025

Learn how to stream remote video data for real-time analysis using the power of cURL and FFmpeg for efficient processing.

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

## [Filter files in Ruby: a practical guide](/devtips/filter-files-in-ruby-a-practical-guide.md)

Kevin van Zonneveld·January 23, 2025

Learn Ruby file filtering techniques using glob patterns, MIME types, and metadata with practical code examples for efficient file processing.

[Read more](/devtips/filter-files-in-ruby-a-practical-guide.md)

## [Efficiently handle Zip files in your dev workflow with unzip](/devtips/efficiently-handle-zip-files-in-your-dev-workflow-with-unzip.md)

Kevin van Zonneveld·January 22, 2025

Learn how to leverage the unzip command-line tool to efficiently manage zip files in your development workflow with practical examples and automation tips.

[Read more](/devtips/efficiently-handle-zip-files-in-your-dev-workflow-with-unzip.md)
