The micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API.
A handy repository of JavaScript outlines, studies, extended studies, models, prototypes, reference documents, etc. Each “recipe” covers a single subject via step-by-step process or Q&A format!
unlace.js is a function designed for deep inspection of JavaScript objects. Circular references are given a placeholder '[circular reference]'. Available as an npm module under the name 'unlace'.
A RESTful API connected to a MongoDB DataBase and running on a local Node.js server. The DB contains javascript objects, each object have "title" and "content" fields that stores the data of the articles. Send HTTP requests via POSTMAN and perform CRUD operations on the database.
For this project, we used JavaScript to randomly create a three-course meal - appetizer, main dish, and dessert - based on what is available on a menu. Churros, anyone?