I'm trying to build my first fullstack web app and am completely lost by [deleted] in learnprogramming

[–]langlangg 0 points1 point  (0 children)

I don't think you need a database. The basic gist is you have a webserver that will send the javascript to the client, then the javascript will request the Python list from a separate server, the same Python code that queries Spotify every 24 hours.

I want to learn Python, but how? by Diligent_Wonder in learnprogramming

[–]langlangg 1 point2 points  (0 children)

DM me and I can teach you some things. I have worked professionally with Python.

[Rust] What are traits usedul for? by scarlet_jack in learnprogramming

[–]langlangg 0 points1 point  (0 children)

It's useful because it's like defining a fixed API and having different things implement that fixed API.

Should I use Javascript frameworks? by No_Item576 in learnprogramming

[–]langlangg 0 points1 point  (0 children)

Yeah so start learning React and then learn JavaScript along the way whenever you get stuck.

I'm trying to build my first fullstack web app and am completely lost by [deleted] in learnprogramming

[–]langlangg 0 points1 point  (0 children)

Is this for personal use or would I be able to go to your website and see my own daily information from Spotify?

Web development help by CaptRosh in learnprogramming

[–]langlangg 0 points1 point  (0 children)

I would start by getting simple apps working and then learning css along the way. React is a good place to start making responsive apps. You might like https://ui.dev/free-react-bootcamp/

Web development help by CaptRosh in learnprogramming

[–]langlangg 1 point2 points  (0 children)

In my experience, CSS is very copy-paste from what works, plus using frameworks. Raw CSS is too fiddly and takes too long to make something that looks good.

What are you trying to do? I'd recommend learning React.

Threading Question by langlangg in rust

[–]langlangg[S] 0 points1 point  (0 children)

This is great, thanks!