RRRM

Custom fetch with Interceptors and logs in nuxt 3

If you've used Nuxt you've probably encountered the handy useFetch composable: <script setup...

27-08-2024

My first npm package

Recently, I was looking for an API that provided country and city data, but I couldn't find anything...

04-11-2023

Authentication in Nextjs

Most developers are familiar with the popular NextAuth.js plugin for handling authentication in...

13-04-2023

Generating Dynamic Routes for Static Site Generation with Nuxt 3

Static Site Generation (SSG) is an increasingly popular approach for building websites that combines...

18-03-2023

Top 5 plugins for Nuxt 3

vueUse VueUse is a collection of essential Vue 3 composition APIs. These APIs are designed...

07-03-2023

The DevOnly component in Nuxt 3: A developer's best friend

Introduction Nuxt 3 is the latest version of the popular Vue.js framework for building...

06-03-2023

Building a website builder with React

In this blog post, we will explore how to create a website builder using React and GrapesJS. React is...

28-02-2023

Create an RSS feed with Nuxt 3

What is RSS? An RSS feed is a structured file format used to publish frequently updated...

24-02-2023

Dynamically generate open graph images

What is open graph Open Graph Meta Tags are a set of HTML tags that provide information...

13-02-2023

Home media server with plex, sonarr, radarr, qbitorrent and overseerr

Disclaimer: Neither the author of this article nor the publication nor the developers of codes used...

06-02-2023

Authentication in Nuxt 3

How to add authentication in nuxt 3 I've seen a few tutorials on this subject but most of...

24-01-2023

Docker and Nuxt 3

running your nuxt 3 project in a docker container

03-01-2023

Pinia and Nuxt 3

How to get started with Pinia in Nuxt 3

03-01-2023

How I set up eslint in my projects

Set up eslint and prettier in Nuxt Create a project npx nuxi init nuxt-lint ...

07-01-2023

I used ChatGPT to build a website

I asked ChatGPT to build me a website with Vue and tailwind I wanted to try out ChatGPT...

07-01-2023