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

***

## [Concurrent file sync with Go and MinIO](/devtips/concurrent-file-sync-with-go-and-minio.md)

Tim Koschützki·February 11, 2025

Learn how to build a concurrent file synchronization tool with Go and MinIO, leveraging Go's concurrency for effective file downloads.

[Read more](/devtips/concurrent-file-sync-with-go-and-minio.md)

## [Resilient file uploads using background sync](/devtips/resilient-file-uploads-using-background-sync.md)

Tim Koschützki·February 10, 2025

Learn how to reliably upload files in web apps using Service Workers and Background Sync for improved resilience.

[Read more](/devtips/resilient-file-uploads-using-background-sync.md)

## [Harnessing process substitution for zero-disk streaming](/devtips/harnessing-process-substitution-for-zero-disk-streaming.md)

Kevin van Zonneveld·February 7, 2025

Learn how process substitution in Bash enables zero-disk streaming for efficient file handling.

[Read more](/devtips/harnessing-process-substitution-for-zero-disk-streaming.md)

## [Batch export files to Amazon S3 with cURL and AWS CLI](/devtips/batch-export-files-to-amazon-s3-with-curl-and-aws-cli.md)

Kevin van Zonneveld·February 6, 2025

Learn how to batch export files to Amazon S3 using cURL and AWS CLI with practical code examples and best practices.

[Read more](/devtips/batch-export-files-to-amazon-s3-with-curl-and-aws-cli.md)

## [Create image collages with ImageMagick CLI](/devtips/imagemagick-in-combination-with-the-cli.md)

Tim Koschützki·February 5, 2025

Learn how to automate image collage creation using ImageMagick CLI for efficient batch processing and custom designs.

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