Settings

Theme

Ask HN: How to learn web development as a firmware developer?

3 points by hahnchen 2 years ago · 2 comments · 1 min read


I write C/C++ at my job where I develop firmware but I want to be able to quickly make useful/interactive web apps so I can charge people to use them. Which framework would you recommend to get started?

A lot of the discussion I've seen online is about how "lightweight" a framework is. I don't really care about that I just want to be able to learn and iterate quickly.

oulipo 2 years ago

If you're more accustomed to backend, perhaps you can try first to use the "all-in-one" Python frameworks like streamlit, Panel, etc

Then if that's not enough you can take a look at something like Django (if you want to continue Python) or Expressjs / Nextjs (if leaning towards Typescript)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection