How To Test Nitro API With Full Stack Nuxt Application
January 5, 2025
The last few weeks I’ve been struggling to setup a testing environment with Vitest for my Nuxt application, for E2E
How To Guide: Using Apex Charts in Nuxt
December 13, 2024
Using ApexCharts.js in Nuxt can be a bit tricky if you’re not familiar with how SSR (Server Side Rendering) works.
How to Track Vuetify Navigation Drawer Resize in Vue
December 8, 2024
I encountered an interesting issue last week, as I was setting up apex charts within a project that uses Vuetify.
Creating a Custom ESLint rule in Typescript to ensure active Database connection
November 26, 2024
This week, I dove into using ESLint custom rules for the first time. Due to the fact that I’m working
How To Use Socket.io With Nitro (Unjs) Server
October 9, 2024
I’ve spent the last few days struggling to get Socket.io to work with my Nitro server. Nitro does now support
Type-Safe Mongoose Query Projections
October 5, 2024
This week, I’ve been diving into some work with mongoose for a side project that I’m building with Nuxt. I