app-up - π AppUp is a slightly opinionated NodeJS configuration/boilerplate used to quickstart NodeJS application and service development with a strong focus on good JavaScript programming practices. (more…)
Read more »
Trying to use Puppeteer and Chromium in AWS Lambda is not as easy as it may seem. So after doing some research, I decided to share my experience here. (more…)
Read more »
Import GTFS transit data into SQLite and query routes, stops, times, fares and more. - GitHub - BlinkTagInc/node-gtfs: Import GTFS transit data into SQLite and query routes, stops, times, fares and... (more…)
Read more »
Node.js is the platform of choice for creating modern web services. This fast-paced book gets you up to speed on server-side programming with Node.js 8, as you develop real programs that are small, fast, low-profile, and useful. Take JavaScript beyond the... (more…)
Read more »
How to debug running Docker container with Node application in it, without running it in debug mode and pre-opening remote debug port to the whole world? (more…)
Read more »