Building My New Blog | Nuxt Vs Gridsome

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • chiubaca.com

    Discontinued My blog. Place for my personal ramblings about, programming, life & well-being.

  • How this works at high level. In my .src/pages/index.vue file, the home page of the blog, I fetch a list of all published posts from the DEV.to API using the /articles/me endpoint. This data fetching is done within the asyncData hook and this endpoint returns an array of your published posts. With the data retrieved, I list each of the posts, and link to a new page by making use of the router component. I re-use the DEV.to post slug for the sub-paths of each of the blogs, like so:

  • gridsome-source-devto

    This is a source plugin for DEV.to. It retrieves all your published articles via the DEV API (beta).

  • Next was to connect Gridsome to DEV.to. There were already plug-ins for this but I decided to hand roll my own as a learning exercise 🤓.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Explorando a API do DEV.to para construir um Blog

    3 projects | dev.to | 12 Mar 2024
  • Does Nuxt support javascript-free static site generation?

    4 projects | /r/Nuxt | 7 Feb 2023
  • Migration from Gridsome to Astro

    8 projects | dev.to | 14 Jan 2023
  • What is a valid alternative to Gatbsybased on VUE.Js for small website like a Portfolio?

    2 projects | /r/vuejs | 28 Nov 2022
  • Add github based comments on your gridsome blog

    2 projects | dev.to | 7 Jan 2021