May 30, 20212 min readHow to protect Node server endpoints, checking for JSON Web TokensFull code: https://github.com/aleksvp2017/secureroutes Using: Node.js; Express; express-bearer-token; jsonwebtoken I'm assuming that you...
May 22, 20211 min readHow to set a simple HTTP server with routes using Node and ExpressFull code: https://github.com/aleksvp2017/simpleserver Using: Node.js; Express. Assuming that you have Node instaled (if you don't, you...
Nov 25, 20201 min readHow to send a whatsapp message using Node.js and Twilio APIFull code: https://github.com/aleksvp2017/nodewhatsapp Using: Node.js; Twilio; Visual Studio Code. First things first. There are two ways...
May 11, 20201 min readHow to process a spreadsheet using Node.js and SheetJS js-xlsx moduleFull code: https://github.com/aleksvp2017/processspreadsheet Using: Node.js: the runtime environment; SheetJS js-xlsx: read and parse...
May 1, 20202 min readHow to upload a file in a frontend Vue/Vuetify and receive it on Node.Js backendFirst, the backend part. Full code: https://github.com/aleksvp2017/uploadfile Using: Node.js: the runtime environment; Express: HTTP...