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
Tim Koschützki
Learn how to build a concurrent file synchronization tool with Go and MinIO, leveraging Go's concurrency for effective file downloads.
Read moreResilient file uploads using background sync
Tim Koschützki
Learn how to reliably upload files in web apps using Service Workers and Background Sync for improved resilience.
Read moreHarnessing process substitution for zero-disk streaming
Kevin van Zonneveld
Compare streams safely with Bash process substitution, then upload a tar archive with cURL to a local HTTP receiver without saving a sender-side archive.
Read moreBatch export files to Amazon S3 with curl and AWS CLI
Kevin van Zonneveld
Learn how to batch export files to Amazon S3 with curl and pre-signed PUT URLs, signed by the AWS SDK and driven from a Bash script.
Read moreCreate image collages with ImageMagick CLI
Tim Koschützki
Learn how to automate image collage creation using ImageMagick CLI for efficient batch processing and custom designs.
Read more
