Live data from Hacker News

Ask HN: What are your favorite low-coding apps / tools as a developer?

news.ycombinator.com

1–10 of 290 posts

Ask HN: What are your favorite low-coding apps / tools as a developer?

#1
Since low-coding is super trendy these days, I was wondering if there are actually useful apps not only for non-devs but also for lazy-devs?

I tried couple of no-code apps, but found them inflexible –not really giving you the opportunity to dive-in and customize.

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#4
Have you tried Retool? More than many apps, its design is more clear than most about what it automates and what it doesn’t, so confusion is reduced. Low code needs to be less flexible somewhere or else it’s just a GUI re-implementation of programming languages.

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#5
I recently used Zapier to integrate with a few APIs and the ability to plug in your own code (https://zapier.com/help/create/code-webhooks/use-javascript-... ) was useful. And it was certainly less brain-demanding to deploy than something on a server I manage.

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#7
I've found that Azure's Logic App Service has been shockingly useful to me! The hard prerequisite is that you are within the Azure ecosystem, but using Logic Apps instead of defaulting to writing PowerShell for Function Apps significantly decreased development time, has increased the ease with which I can debug workflows, and when you're on the free tier (with both aforementioned flavors), then Logic Apps still reign supreme as they don't have any cold start issues that users of Function Apps (that don't get hammered all the time) do.

https://azure.microsoft.com/en-us/services/logic-apps/

https://azure.microsoft.com/en-us/blog/understanding-serverl...

Re: Ask HN: What are your favorite low-coding apps / tools as a developer?

#8
Have only seen colleagues use them but MS powerapps is pretty powerful. It lets just about anyone with basic computer usage knowledge to connect different data sources and applications to make mobile apps. I've seen people who don't know a single programming language make crazy-good apps with it.
Post reply on HN