Ask HN: What's a good place to start learning no-code development?

1 points by remotists ↗ HN
Hi,

I'm a non-technical person and would like to develop a couple of web apps (MVP version) that I am convinced do not require extensive development experience.

What do you suggest is a good place to start? (Preferably free resources)

3 comments

[ 2.8 ms ] story [ 21.2 ms ] thread
Probably better to just jump in and learn a popular programming language that has the libraries you need. Most of what you want to do has been done before. Simply read the documentation and follow a tutorial. Avoid new technologies and the latest fads.

Because what you want to do has been covered extensively, you'll mostly be calling functions in libraries to do it for you.

Download notepad++ or similar, learn what a function declaration and function call is, if loops, for loops, and arguments/return statements, variable declarations and assignments, and youre good to go!