Unconventional Databases

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. RemindMeOfThisTweet

    Discontinued 🤖 Twitter bot to set reminders for tweets.

    On @RemindMe_OfThis, I store the user's chosen timezone, a flag to enable push notifications and the Firebase notification token.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. DownloadThisVideo

    Discontinued Twitter bot for easily downloading videos/GIFs off tweets

    On @this_vid, I store the push notification flag and Firebase token. An important detail: on both of these systems, a "user" is a Twitter user. My app doesn't handle any user management or store any user accounts. Authentication is handled by Twitter.

  4. out-to-lunch

    Discontinued Simple Slack slash command for posting "Out to lunch" updates

    Yep. In a small Slack app I built for my previous workplace, I used a Google Sheet to store user tokens for updating their Slack profile.

  5. Lowdb

    Simple and fast JSON database

    Files are the most flexible of all. They can store anything in any format you want, but you have to write the querying logic yourself, so it's best to stick to simple formats and don't use them for data where you need complex queries. I think sticking with simple data that fits in a key=value format or JSON (like lowdb) is best.

  6. Chart.js

    Simple HTML5 Charts using the <canvas> tag

    I then pass the engineResponseTimes to the view and use Chart.js to render it into a chart.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Building an AI-powered Financial Behavior Analyzer with NodeJS, Python, SvelteKit, and TailwindCSS - Part 2: GitHub OAuth

    3 projects | dev.to | 5 Feb 2025
  • Blog Server with JWT Authentication - Powered by Node.js & MySQL

    3 projects | dev.to | 6 Dec 2024
  • Why Beginners CRUSH IT with TypeScript

    5 projects | dev.to | 19 Nov 2024
  • Understanding APIs: Top 5 APIs Every Developer Should Know

    1 project | dev.to | 20 Oct 2024
  • Prisma VS wabe - a user suggested alternative

    2 projects | 8 Sep 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?