Live data from Hacker News

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

news.ycombinator.com

51–60 of 290 posts

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

#51
post #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…

We are in the middle of a year-long project to 'rewrite' all of our ESB glue/pipelines from MuleSoft to the Azure platform. We've been using Azure for a while now for almost all hosting. But our ESB had still been in Mule, because as sort of the vital arteries of our entire enterprise, it's hard to seriously consider completely reimplementing them -- especially since we're only about 3 years out from implementing Mul…

We are building a product similar to Mule targeting small & medium enterprises. We are in beta and seeking for early feedback from enterprise customers. If you are interested, please drop an email to murukesh @ codeflow.co, we can work out a great licensing plan for you.

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

#53

For web development such as landing pages I like https://webflow.com . They've been able to create a nice UI that abstracts-away nested styling. It also provides decent animation features, form processing, and CDN asset delivery. Its biggest drawback is a lack of i18n without resorting to 3rd party iffy JS solutions.

To the missing features...

Add syntax highlighting and GTM

Also real deployment previews and sharing between sites

Switched to Netlify, much happier

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

#54
post #23

Google Sheets can be surprisingly handy as a UI for editing data. For example, I have a job on AWS that scrapes a handful of URLs and snapshots them. Instead of creating a database and hosting it somewhere, or hard-coding them, I put them in a spreadsheet that the AWS job reads at the beginning of every run.

How do you get around the number of fetch limitations?

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

#55
post #29
post #24

Earlier quoted context omitted.

Do packages really count? You could go on for a long time listing applications that have packages or plugins, but I think it misses the point of the question.

Actually, Emacs is a low coding editing environment, because the strength of emacs is that once you can program it it's extremely easy to write extensions for it, even for one off tasks, because it's so quick and easy. Compared to this writing extensions for vscode, for example, is much more convoluted. You wouldn't create a new vscode extension for a 1 hour task, while with emacs it's trivial to write some small cod…

Hmmm really? Can you point at some information so I can learn quickly how to add a non-trivial extension? Genuinely would love to, but not sure where to start!

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

#56

We're building an open source code generator for developers. Used to call it low-code, but that's not such a popular term with devs https://github.com/hofstadter-io/hof

CMD-F "", no result, close. You need a list of supported languages in that README.

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

#57
post #50

Being a part of the Dark beta ( https://darklang.com ) has been incredible. It makes setting up a simple backend with persistent storage a breeze.

+1 for Dark — I've been helping a friend with a side project whose backend is built on Dark, and it's very impressive. The request replay feature (being able to replay a previous HTTP request to an endpoint) and seeing step-by-step execution results is amazing.

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

#59

Hasura by far, lets you point-and-click build your database and table relationships with a web dashboard and autogenerates a full GraphQL CRUD API with permissions you can configure and JWT/webhook auth baked-in. https://hasura.io/ I've been able to build in a weekend no-code what would've taken my team weeks or months to build by hand, even with something as productive as Rails. It automates the boring stuff and you…

The tutorial looks great. Thank you for a great work!

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

#60

For low-code dev friendly in our React/ node environment I've been impressed with https://hygen.io for generating boilerplate entities, models, controllers etc. Extremely light weight and flexible so it only needs to do what you want it to and can be changed per project to suit.

It appears to be down now -- death by HN?
Post reply on HN