Nushell, A new type of shell. The goal of this project is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of d...
Modular JavaScript is a book series with the mission of improving our collective understanding of writing robust, well-tested, modular JavaScript code. Mastering Modular JavaScript...
The Pipcook Project is an open-source toolkit to enable and accelerate the intelligentization of front-end engineering for Web developers. With the mission of enabling Web engineer...
This is a collection of known design patterns and some sample code how to implement them in PHP. Every pattern has a small list of examples (most of them from Zend Framework, Symfo...
Examples of Golang compared to Node.js for learning. This guide full of examples is intended for people learning Go that are coming from Node.js, although the vice versa can work t...
FlashDB is an ultra-lightweight embedded database that focuses on providing data storage solutions for embedded products. Different from traditional database based on file system, ...
This set of guides is meant for PHP developers trying to get a handle on what the framework can do, and—more importantly—what it can do for you. This set of guides is meant to give...
In this book/guide we build our own simplified version of React.js. We keep it simple but extensive enough to learn a lot of cool things about React.js and React.js-like libraries!...
Dapper is a simple object mapper for .NET and owns the title of King of Micro ORM in terms of speed and is virtually as fast as using a raw ADO.NET data reader. An ORM is an Object...
Over the last three and a half years, Angular has become the leading open source JavaScript application framework for hundreds of thousands of programmers around the world. The "1....