Redis an in-memory database – it saves data to a server’s memory instead of writing it to disk. I don’t know much more about it (yet), but being able to read and write data without a lot of overhead might solve a problem I’ve run into. The problem I’m learning about Redis now because the… Continue reading Hello Redis
Tag: Discourse
Defining Discourse Data Types
After learning how to authenticate users on a Remix app with Discourse, I couldn’t resist trying to display Discourse topics in the app.
DiscourseConnect Authentication for Remix
This is a proof of concept. It might lead to something interesting.