Ask HN: What are your favorite low-coding apps / tools as a developer?
131–140 of 290 posts
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#132I'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…
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#133I'm building something for lazy React devs: https://divjoy.com On the no-code side I really like http://carrd.co
Here's some feedback, from a backend dev + entrepreneur who hasn't grokked React yet: a) thank you for carrd.co, it's something I've been looking for b) I don't exactly understand what is the use-case for divjoy. It looks like it helps me ship a landing page really quickly? Why do you need React integrated with this? Perhaps there's a use case for React devs that I am missing? I can tell you that what I want is carrd…
That said, this is a very early version. I'm launching database integration next week (data fetching logic/caching, full REST API, etc) and then Stripe integration shortly after that. So in not too long, you'll be able to export a fully functioning SaaS app.
So I'd like a "carrd" without the vendor lockin
Long-term this is exactly what I'm going for. Build something simple inside the Divjoy editor, host it with me, export your codebase at any time for full flexibility. You never need to worry about lockin.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#134Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#135Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#136Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#137Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#138Being a part of the Dark beta ( https://darklang.com ) has been incredible. It makes setting up a simple backend with persistent storage a breeze.
Darklang is a proprietary framework where the ENTIRE stack... even the IDE! is controlled by a specific company. Just be weary of this, when depending on it.
Re: Ask HN: What are your favorite low-coding apps / tools as a developer?
#139Retool ( https://retool.com ) might be what you're looking for on the front-end. It's built for engineers, so it abstracts away a lot of the boiler-plate stuff (e.g. fetching data from an API, showing errors if it fails, showing a loading indicator on the button when the REST API is in progress, etc.). But you still write code for the custom bits (e.g. if you want to hide a component for certain users). Here's a 3 mi…
Java is lo-code compared to say C++ which was the main option for enterprise software before Java came out. You had VBA in Excel for decades.