Published in The Startup·PinnedService Classes Using Plugins in Nuxt.jsArchitecting Nuxt applications might seem simple at first — you have your components, pages, and maybe a few plugins. However, as your app grows and the business logic becomes more complex, so does the size and structure of your app. …Vuejs6 min read
Published in JavaScript in Plain English·PinnedNestJS — Access & Refresh Token JWT AuthenticationIf you’re building apps in Node.js then you might be familiar with NestJS, a self-described feature-packed framework for building server-side applications. Think of it as the Laravel, Ruby on Rails or Flask for Node. NestJS allows us to rapidly build out services with the basics such as routing, validation and…Nestjs15 min read
Published in The Startup·PinnedJWT Authentication in Vue/Nuxt — The Right WayAuthentication in SPAs is often a hot topic, and even more-so for those who aren’t sure of the best method for implementing an authentication system with all the necessary features and one that can handle the most common edge cases. Although we won’t cover writing the backend JWT or authentication…Nuxtjs5 min read