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.
Export files to YouTube from the command line
Kevin van Zonneveld
Learn how to efficiently upload videos to YouTube using command-line tools, automate batch uploads, and manage video metadata via CLI.
Read moreMake and restore incremental backups with GNU tar
Kevin van Zonneveld
Create GNU tar incremental backups, preserve snapshot state when a backup fails, and restore added, changed, and deleted files in order.
Read moreExport files to Amazon S3 in Node.js: a complete guide
Kevin van Zonneveld
Learn how to efficiently export files to Amazon S3 in Node.js using the AWS SDK and alternative open-source tools, with practical examples and best practices.
Read moreUploading and processing CSV files via a REST API
Kevin van Zonneveld
Build a Node.js REST API that accepts CSV uploads, validates rows, and returns JSON. Test successful imports and rejected files with cURL.
Read moreAutomating JPEG optimization with jpegoptim in your projects
Kevin van Zonneveld
Automate lossless JPEG optimization with jpegoptim in a separate build directory, preserving source images and the changes you staged in Git.
Read more