Christopher Pitt shows how to read and write large files efficiently, using of streams and generators to remove an entire category of application errors.
Tag: streams
How to Read Big Files with PHP (Without Killing Your Server)
Six Ways to Functional FizzBuzz with Vavr
Functional programming solutions for FizzBuzz using Vavr (formerly Javaslang) and common FP features like streams, pattern matching, and combinator.
Transpiling ES6 Modules to AMD & CommonJS Using Babel & Gulp
Ravi Kiran demonstrates how to use Gulp to compile ES6 modules into both the CommonJS and AMD formats, using a previous Angular project by way of an example
The Future of Programming: WebAssembly & Life After JavaScript
In light of recent news that the web platform is getting a new low-level binary compile format, Eric Elliott asks what will life after JavaScript look like?
The Basics of Node.js Streams
If you are working on an app that performs I/O operations in Node, you can take advantage of streams to simplify I/O.
Using PHP Streams Effectively
Develop a command line markdown parser with PHP streams. Utilize user made filters to process an MD file and convert it to HTML.