Sunday, July 23, 2017

How to Interact With a Database Using Callbacks in Node.js

DZone Database Zone
How to Interact With a Database Using Callbacks in Node.js

Be sure to check out Part 1 first if you haven't already!

Callback functions have been around since the early days of JavaScript, but there have never been any standards for using them. How should callbacks be passed into async APIs? How should errors that occur during async processing be handled? A lack of standards led to variations in API implementations.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...