this post was submitted on 14 Jun 2023
11 points (100.0% liked)

Programming

355 readers
1 users here now

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

founded 2 years ago
 

Thinking of starting a personal project to keep busy. I'm very good with databases and SQL but interested in branching out to more full-stack

I'm thinking Supabase, Sveltekit and Svelte

What would you all use?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 years ago (1 children)

Personally, I'd use SvelteKit and Svelte for the app itself as an SPA, SurrealDB for the database and express for the API.

  • SvelteKit and Svelte because I like their simplicity compared to other frameworks, though I wish there was a programmatic router instead of a filesystem-based one. (Also took me a while to understand how the hell hooks work)
  • SurrealDB because it looks interesting and I'd like to try it.
  • Express because it's the server I have the most experience with, and separating the API from the app itself is a must.
[โ€“] [email protected] 1 points 2 years ago

I've never heard of SurrealDB, but after reading the docs I'm VERY interested from even a professional standpoint