REST API Authentication on Node JS and Express JS, Using Passport JS and JWTsOct 20, 2021·13 min read
Using Passport JS With Sequelize and PostgreSQLPassport js is a really flexible and unobtrusive authentication system for Node JS. It vastly simplifies authentication and can act as an auth session manager, or as an auth middleware. The package implements various authentication "Strategies", each...Aug 8, 2021·3 min read
Using UUIDs in Id Column With Sequelize and PostgreSQLI've recently been working on firming my Node JS skills, and to do this, I decided to rewrite a project I originally wrote in Laravel as a full stack, server rendered app. The idea is to rebuild it using Node JS as a modern app with an API as the bac...Aug 8, 2021·3 min read
Inertia Js & Laravel Transitions With Partial Page ReloadI have been building an app, a sort of social media platform for Nigerian architects. The app is Archifolios . The stack I have been using is Laravel for the backend functionality and Vue Js for the frontend, both stitched together using Inertia Js....Mar 30, 2021·2 min read
Vue Router PropsI have been working on a basic e-commerce application for managing in-person order taking and creating a proper sales data store. I'm still learning Vue Js, following @academind course on Udemy. Yesterday, I ran into a problem. I had a component, t...Jan 15, 2021·3 min read