Oct 22, 20214 min readHow to create a simple UI project with login, session management and protected resourcesFull code: https://github.com/aleksvp2017/login Using: Vue; Vuetify Vue-Router Vuex I'm assuming you do have node installed (if you...
Jul 4, 20212 min readHow to create a simple UI project with routes using Vue / Vuetify / Vue-RouterFull code: https://github.com/aleksvp2017/simpleui Using: Vue; Vuetify Vue-Router I'm assuming you do have node installed (if you don't,...
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...