.NET 10: Zip and GZip API Improvements
Explores performance and efficiency improvements in .NET 10's Zip and GZip compression APIs, including better async handling and support for concatenated streams.
Explores performance and efficiency improvements in .NET 10's Zip and GZip compression APIs, including better async handling and support for concatenated streams.
Explores implementing a zip() operation for Java streams using the new Stream Gatherers preview API in Java 22.
Explores implementing a zip() operation for Java streams using the new Stream Gatherers preview API in Java 22.
Building a zip archive HTTP response for PDF reports in a Django SaaS application, including setup for the weasyprint package.
A technical guide on parsing and unzipping files in Go, exploring the ZIP file format structure and implementing a basic parser.
A tutorial on using a Makefile to automatically zip subdirectories, handling dependencies and excluding hidden files for tech projects.
A PHP developer shares a workaround for the file_exists() function failing on files within ZIP archives, using stream wrappers.