Adding a Database

In https://zalgorithm.com/hello-remix/ I created a Remix app with npx create-remix@latest. That creates a basic app, but doesn’t configure a database. The app doesn’t need a database but I’m going to set one up for the heck of it.

Platformless

Thinking about how subcultures formed before there was an internet. People still found out about stuff. Maybe the constraints were useful. … wondering about getting artists off Youtube and onto self hosted websites.

Steez(e)

Adventures with Remix continued. I’m going to try to add Tailwind to the app: https://remix.run/docs/en/main/styling/tailwind.

Hello Remix

This is my first attempt at getting a Remix application running on a VPS. I’m kind of following this: https://www.youtube.com/watch?v=pFxynNyz-QI. Just kind of following though. Don’t blame that tutorial for my mistakes.

Amateur web development

Somewhere above Ladysmith

I mean amateur in the best sense of the word. If you leave out the most consequential aspects of professional programming, what’s left is a whole lot of fun.

Published
Categorised as Zalgorithm

Remix runtimes, adapters, templates and deployment

“Runtime” just means “execution environment”? I’ll go with that for now. I guess the issue is that each runtime (node, deno, etc) has varying support for the Web APIs that Remix uses. Remix runtime packages are used to fill in any missing features.

Learning Remix

If anyone’s reading this… maybe don’t. It’s just an attempt to make something stick in my brain. Remix is built on top of React Router: https://reactrouter.com/. How much do I need to know about React Router to make sense of it?