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…
Ask HN: What are your favorite low-coding apps / tools as a developer?
51–60 of 290 posts
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#52Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#53For 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.
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?
#54Google 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.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#55Earlier 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…
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#56We'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
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#57Being a part of the Dark beta ( https://darklang.com ) has been incredible. It makes setting up a simple backend with persistent storage a breeze.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#58Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#59Hasura 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…
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#60For 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.