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.
Convert documents in Node.js: open-source tools explored
Kevin van Zonneveld
Explore open-source Node.js libraries for converting documents. Includes Puppeteer, PDFKit, jsPDF, and wkhtmltopdf, with examples.
Read moreResumable file uploads in Angular with RxJS
Tim Koschützki
Learn how to handle large file uploads in Angular using chunked, resumable uploads with RxJS and HttpClient, including pause, resume, and cancel features.
Read moreAutomate video thumbnails with FFmpeg and .NET
Tim Koschützki
Generate a JPEG video thumbnail with FFmpeg and .NET using a complete C# console project that checks its output and returns failures to the shell.
Read moreConcatenate videos in Scala with FFmpeg
Tim Koschützki
Learn how to concatenate videos in Scala using FFmpeg, with examples for matching streams, normalizing formats, and adding transitions.
Read moreHash files in the browser with Web Crypto
Tim Koschützki
Build a browser file checksum tool with Web Crypto. Calculate SHA-256, SHA-384, or SHA-512 hashes and compare them with a trusted checksum.
Read more
