$ grep -r "#nodejs" ./posts/
#nodejs
// 16 posts tagged with nodejs
›Unleashing the Power of Free API for Scrape Reverse Geocoding
Learn how to harness the potential of reverse geocoding with our beginner's guide to scraping APIs for free. Unlock the power today.
›Netopiajs library for nodejs
Unofficial library of Netopia to integrate with Nodejs
›Git clone private repo in docker
A simple how to guide to use git clone of a private repository inside docker container. With vuejs / nodejs app.
›Download files in Javascript from Node.js server
How to download files in Javascript, either you use Vue.js, React, Angular, jQuery, or Vanilla JS. On the backend side, we run on Node.js using Express.js.
›How to use express validator?
How to use express validator through full examples. I found express validator very powerful, but having a poor documentation.
›LibraPay library for Nodejs
LibraPay library for Nodejs - integrate Libra Bank online payment gateway using this library for NodeJs.
›Archiver reading zip data as a buffer without writing to filesystem
Zip data from buffer without writing to filesystem with the Node.js and archiver module. Use a stream and return data as buffer.
›Nodejs frameworks comparison for Web Apps in 2022
Start looking for Nodejs frameworks comparison, which has a lot of built-in packages and with a big extensability and integrations.
›Unserialize php in Javascript Nodejs
Unserialize is an opinionated function from PHP. Here you'll learn how to handle this in Nodejs, even if you use a serialized string with special characters.
›Create kml/kmz files in Nodejs
This article presents how to create kml or kmz files in Nodejs using JavaScript. A simple and fast way of generating kml and kmz files and how to preview them.
›Twispay Payment Provider integration in Nodejs
Fully example of Twispay payment provider in Nodejs. A service to create a new customer, new order, subscription, renew a subscription or refund a payment.
›Twilio Proxy for masked phone numbers in Node.js
Twilio offers a service called to allow masked phone numbers. What that means? You know when you call an Uber and the number shown to you is not the phone number of your driver?!
›Asymmetric encryption (Public-key cryptography) with Node.js
In an asymmetric key encryption scheme, anyone can encrypt messages using a public key, but only the holder of the paired private key can decrypt such a message. The security of the system depends on the secrecy of the private key, which must not become known to any other.
›Nginx configuration example for NodeJS app
Use this NGINX configuration example for NodeJS app, running on port 8000. The server has an SSL from Certbot installed.
›this.$__path is not a function mongoose error
Fix mongoose error this.$__path is not a function. If you face the same issue I suggest you to update to the lastest version.
›NodeJS Tests with microservices, Jenkins and Docker
How I achieved testing nodejs project. Hi, this is my journey trying to add tests for a microservice architectured built with nodejs. I would need to use Jenkins and Docker.