TypeORM

https://typeorm.io/#/ TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop Leggi tutto…

5 Misconceptions About Asynchronous Code in JavaScript

https://medium.com/young-coder/5-misconceptions-about-asynchronous-code-in-javascript-ebad2738766 …Promises run when created, not awaited.You could solve the problem by getting each promise and combining them into one with Promise.all(). But that’s not even necessary. All you need to do is let each Promise object be created, at which point the code begins running. If you do that, Leggi tutto…

LokiJS

The super fast in-memory javascript document oriented database. Enable offline-syncing to your SQL/NoSQL database servers with SyncProxy !! Code-free real time syncing, ideal for mobile, electron and web apps. https://github.com/techfort/LokiJS

Stateofjs.com

The JavaScript world could use a bit of classification. For the past four years this survey has helped us do just that, by collecting data from over 20,000 developers to identify current and upcoming trends. This year again, take the survey to help us find out which libraries developers want Leggi tutto…