from Hacker News

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

by remotists on 10/24/20, 1:04 PM with 3 comments

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)

  • by Ami_grow on 10/26/20, 7:40 AM

    I know some tools: https://www.axure.com , https://whyable.com/rippler/, https://www.sketch.com, Not sure about the pricing but I know they're a fast way to get a good MVP in place in a short time.
  • by aww_dang on 10/24/20, 1:34 PM

    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.

  • by sushshshsh on 10/24/20, 1:58 PM

    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!