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.
Bridge SFTP to browsers with WebAssembly and Websockets
Kevin van Zonneveld
Learn how to bridge SFTP servers to browsers using WebAssembly, WebSockets, and secure Node.js APIs.
Read moreExport files to SFTP in Node.js with ssh2-sftp-client
Kevin van Zonneveld
Upload a file to SFTP with Node.js and ssh2-sftp-client, verify the server’s host key, and compare downloaded bytes using a local OpenSSH server.
Read moreReal-time invoice data extraction with PHP and AWS Textract
Tim Koschützki
Learn how to extract invoice data in real time using PHP and AWS Textract, streamlining your accounts-payable workflow.
Read moreStream video thumbnails with cURL and FFmpeg pipes
Kevin van Zonneveld
Learn how to efficiently extract video thumbnails from remote URLs using cURL's HTTP range requests and FFmpeg's pipe capabilities.
Read moreSecure API file uploads with magic numbers
Tim Koschützki
Learn how to enhance API security by validating file uploads using magic numbers, with practical examples in Node.js and Python.
Read more
