What would be your recommendation for something that’s powerful, fairly easy to get started with and hopefully useful career-wise too.
I’m fluent in html/css and know a bit of Python and JavaScript, if that helps.
1–10 of 25 posts
What would be your recommendation for something that’s powerful, fairly easy to get started with and hopefully useful career-wise too.
I’m fluent in html/css and know a bit of Python and JavaScript, if that helps.
* SQLite (with Litestream)
* Docker
* GitHub Actions
* Deploy out to AWS or Fly.io
All you need to know is a bit of JS and you can write html + css. You control what shows up on a page easily without needing to learn a million complex things.
If you need persistence that is also simple to set up without having to learn SQL and Go or whatever.
Especially if you are building for your own clients or web applications, no one is forcing you to use a framework.
I have been building with just basic Express.js and plain JavaScript on the front end for many years. Generally speaking my clients and users could not care less that it's not React or whatever language/framework some developers may think is better.