TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby remotistsover 4 years ago
Hi,<p>I&#x27;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.<p>What do you suggest is a good place to start? (Preferably free resources)

3 comments

Ami_growover 4 years ago
I know some tools: <a href="https:&#x2F;&#x2F;www.axure.com" rel="nofollow">https:&#x2F;&#x2F;www.axure.com</a> , <a href="https:&#x2F;&#x2F;whyable.com&#x2F;rippler&#x2F;" rel="nofollow">https:&#x2F;&#x2F;whyable.com&#x2F;rippler&#x2F;</a>, <a href="https:&#x2F;&#x2F;www.sketch.com" rel="nofollow">https:&#x2F;&#x2F;www.sketch.com</a>, Not sure about the pricing but I know they&#x27;re a fast way to get a good MVP in place in a short time.
aww_dangover 4 years ago
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.<p>Because what you want to do has been covered extensively, you&#x27;ll mostly be calling functions in libraries to do it for you.
sushshshshover 4 years ago
Download notepad++ or similar, learn what a function declaration and function call is, if loops, for loops, and arguments&#x2F;return statements, variable declarations and assignments, and youre good to go!