Node.js sembra “quasi magia” con Matteo Collina
Temi trattati nel talk Event loop macrotask/microtask promises mongoose vs MongoDB NodeJS Driver nest.js
Temi trattati nel talk Event loop macrotask/microtask promises mongoose vs MongoDB NodeJS Driver nest.js
What Is Faker.js? Faker is an npm module whose sole purpose is to produce massive, well-organized, realistic fake data for testing applications. The best thing about Faker is that it doesn’t limit you to the server-side. You can use it on the browser side as well…. https://www.testim.io/blog/getting-started-with-faker-js/
link Summary Equal (=) Object.assign spread stringify &parse Simple Object Shallow Deep Deep Deep Nested Object Shallow Shallow Shallow Deep Object with array Shallow Shallow Shallow Deep Complex Object Shallow Partial Deep Partial Deep Deep
Feature flags, or toggles, as described by Martin Fowler are a “powerful technique, allowing teams to modify system behavior without changing code.” In other words, implementing feature flags as a set of patterns is a robust way to manage code complexity and deliver new features to users using CI/CD (continuous Leggi tutto
A callback is a function called at the completion of a given task; this prevents any blocking, and allows other code to be run in the meantime. https://nodejs.org/en/knowledge/getting-started/control-flow/what-are-callbacks/
https://dev.to/altamashali/deep-dive-into-nodejs-architecture-5190
https://hapi.dev Build powerful, scalable applications, with minimal overhead and full out-of-the-box functionality Alternative to Expressjs
https://medium.com/geekculture/dealing-with-node-js-high-cpu-in-production-71c432d8bece
Simple, unobtrusive authentication for Node.js Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Express-based web application. A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more. http://www.passportjs.org Authenticate Node.js with Apple using Auth0 and passport.js https://auth0.com/authenticate/nodejs/apple/