Live data from Hacker News

Ask HN: What low code platforms are worth using?

news.ycombinator.com

51–60 of 95 posts

Re: Ask HN: What low code platforms are worth using?

#52
post #51
post #48

Also, why is this thread been removed from the home / front HN page?

IIRC the HN algorithm downranks stories where number of comments exceeds the number of upvotes. As of me writing this, there are 50 comments and 35 upvotes.

Interesting. All in like 1h. Also might be less relevant for AskHN, since the idea is to comment / discuss the topic. Surprised that there is not a more effective solution to this.

Re: Ask HN: What low code platforms are worth using?

#53
Pipedream is very good for a sort of medium-code Zapier like. Great for point and click hooking up web services but also being able to eject out into JS/Python/Docker with all the authentication done, debug/replay steps and production traffic errors, and generally nice magic support for npm dependency inclusion.

They also have nice repository integration and subdomain support now

Pricing is also super reasonable for anything other than eg high high volume analytics use cases.

Re: Ask HN: What low code platforms are worth using?

#54
post #49
post #30

There more I work the less I care about no-code or development languages. The cost is in requirements and dependencies. The tools and implementation is the cheap part.

> The tools and implementation is the cheap part. Not always true. This is a bit of a myth I myself sometimes fall for. Tools and implementation require a lot of very skilled workers to become cheap, because they must know all the traps that any language or framework implicitly or explicitly adds. For example, I have been learning SwiftUI lately as it is sold as the new cool shiny stuff, and coming from a backend bac…

I think that assuming that technology is secondary is a trap that skilled developers encounter when moving into management-they assume that development is as easy for others as it is for them. When I moved into technical management, I was fortunate enough to work with high performing teams for a while, so when I encountered a poor performing team (the team lead didn’t know basic good practices, and bug counts rocketed up because of an inexperienced dev team) it was a nasty shock.

Re: Ask HN: What low code platforms are worth using?

#55

Perhaps at risk of sounding facetious, but Excel.

Honestly? you might be right. Perhaps Airtable for an aaS approach that can be exposed to external visitors as a website, but the concept is sound.

I think Airtable would make a reasonable admin backend for a custom site/application, as the admin backend is usually the bit of the system that gets the least UX love, and it's close enough to a spreadsheet that it shouldn't be too hard for people to pick up.

Re: Ask HN: What low code platforms are worth using?

#56
Low/no code have long learning curve because they provide too many configurable tools and have big limitations because they don't provide enough configurable tools.

I've started using Anvil 6 years ago and never looked back.

I never liked low code solutions, but I was the only developer in my company, so I didn't protest when the management tried them. We hired consultants, spent tons of money, hit tons of walls and gave up.

Anvil is only code, only Python. It's no javascript, no html, no sql, no server management, etc., but yes code. Only Python, but it leaves the door open if you want to use javascript, sql, git, etc.

Here is a post that summarizes it quickly: https://anvil.works/forum/t/showing-off-anvil-to-others/1864...

Re: Ask HN: What low code platforms are worth using?

#57
The problem with low-code platform is that you are always restricted and can't go beyond what they offer. And someday, you will run across a problem that you can never solve with that platform. But there is a better way to do it.

In my experience Anvil is the fastest way to develop a web apps. It is a framework that lets you do everything including Frontend, Backend and Database using just Python. I started using it when I was a total newbiew to programming and I am still using it.

You can check it out at https://anvil.works

It has a drag and drop designer so you can just drag a component, attach a python function to it and you are done! Even communicating with backend is as simple as calling a python function and passing data as parameters to it.

If you want, you can also implement HTML, CSS or Javascript in it. In fact, Anvil allows you to "steal" javascript apis for browser and implement them in python. You can integrate any javascript library like that.

This means you won't ever have to worry about being stuck.

Re: Ask HN: What low code platforms are worth using?

#58

I'm a long way off from being a professional programmer, but part of my current job is to develop and maintain low code solutions. The company I work for is all in on MS (sharepoint, O365, Azure, etc) so powerapps is a no- brainer for us. I've had to make do with a couple of ugly workarounds, but for the most part the whole "power" platform makes things pretty seamless and easy. I haven't tried any of the others ment…

This matches my experience as well - in an enterprise environment when you already code .NET and people already use Powerapps, etc... why go looking for a new platform to integrate? Just keep using the platform you are already invested into.

Re: Ask HN: What low code platforms are worth using?

#59
post #37

Retool for sure, they are pumping out features really quickly too. The model makes a lot of sense from a developer's point of view. Now that they are also going into public apps I would really consider them seriously. Hoping for: - Better pricing for public apps. - Better ability to easily customize the frontend design without touching CSS/HTML/JS.

We're revamping some things around Public Apps to make them better/more accessible/more easily shareable for unauthenticated use cases, where you don't pay for end users.

For use cases where you are authenticating external users (using Retool Embed or Retool Portals), we offer custom pricing because use cases vary quite a bit. Sometimes the number of users doesn't even make sense as the billable metric.

Happy to chat more to see what'd work for you - feel free to reach out at antony [at] retool [dot] com!

Re: Ask HN: What low code platforms are worth using?

#60
Anything specialized for your industry, then a nocode platform can work real well. General purpose nocode, without either domain knowledge or software knowledge? Hnnnnnhg[0].

Why[1] is that? Whelp, what the nocode tools do - in my completely non-credible opinion - a real good job of is exposing the base abstractions used by developers. But - and whew, am I gonna piss off some people here - good base abstractions need domain knowledge. So when you combine "no industry knowledge" with "no coding knowledge" into a Superteam making Enterprise Software, you got a magic formula for making tools with negative value.

Since I come from the interface between technical representation and domain knowledge, I think something that really speaks to this is the utter insistence on having documents that automatically populate from BIS (business information systems). XML was the NoCode of this application, and it never worked. The reason it never worked, is because neither the domain knowledge (CAD or PDM or LSA or WI, consumables/fasteners location, flight ops mission plan AND emergency engine procedures[2] AND most of preflight, et cetera et cetera) OR the schema ("BREX allows you to do whatever you want with the schema! Go nuts!") have enough information to formulate natural language descriptions, procedures, checklists, and the like. Either the Powers-That-Be thought the domain stuff would sort itself out[3], OR they're making the assumption that documents don't need natural language. Either is super duper dumb, but the basic notion is so seductive that we keep on chasing it, for decades and decades. I see a shadow of this in the general nocode platforms. Maybe, possibly, AI has the answer here in the form of "instant domain knowledge", but boy, would I never use that for anything safety critical without SOMEONE who knows what they're doing. Overfitting is a thing.

[0] I've seen Zapier do crazy cool things, but teams with domain knowhow (and programming knowledge) had already been at it, chunking up useful blocks for the "users" making actual apps.

[1] In my experience, is the probably-unnecessary adder.

[2] "What do you mean, 'our engine doesn't catch on fire'?"

[3] Which, right there, would be a good software application. "Will the FAA let me fly with the business system informations I have?". Instead of hashing it out in your pilot checklists three weeks before cert, because natural language is the crappiest place for that analysis.

Post reply on HN