When to use Anemic Domain Models or Rich Domains Models? DDD? 4 minutes readAnemic Domain Models (ADM) can be used when the application is too simple. Their drawback is: they don’t scale.
NPM Package Locks: “npm notice created a lockfile as package-lock.json. You should commit this file.” 1 minute readSo you just got…
Simple is better: Don’t optimize, unless measured 1 minute readHold your impulse to prematurely optimize your code.
Server-side connecting and querying Firebase from Node.JS less than 1 minute readIt took me a bit of work to figure out how to connect to and query Firebase from a (server-side, naturally) Node script, so, in order to make it easier in th...