Born for the best, Mybridge AI selects 10 good articles

Keywords in this issue: Microservices, Face recognition, full-text retrieval, performance benchmarks, unserved Rest APIS, Twitter bots, NestJS, Buffer

The death of micro-services madness in 2018

Click to view

Deep learning for simple and powerful face recognition

Deep learning can be as simple as using face-recognize.js to build powerful functionality step by step

Click to view

Docker builds full-text retrieval service with ES

Click to view

AWS Lambda Go and Node.js performance benchmarks

Click to view

This is enough for the introduction to Node.js

Node.js is not a silver bullet, and it’s not the best solution for every project. Anyone can start services with Node.js, but implementing extensible Web applications requires a deeper understanding of Node.js.

Click to view

17 lines of code to implement a simple Twitter bot

Click to view

Node.js and MongoDB build service-free REST apis

Click to view

Understand node.js Buffer in depth

For non-computer science readers, the author starts with binary, character encodings, character sets, streams, and finally buffers

Click to view

8 Tips for Building Better Node.js Apps

Use Async, learn HTTP2, focus on security, embrace microservices, contribute to open source, and more

Click to view

NestJS: a beautiful Node.js framework that keeps people waiting

NestJS is a server application framework crafted to support developer productivity and make developers happier. It is more than just a framework, it is the enabler of advanced engineering concepts such as domain-driven design, event traceability, and microservices architecture. All packages are packaged in a simple, lightweight form, and you can use the framework or just parts of it.

Click to view