Also, why is this thread been removed from the home / front HN page?
Ask HN: What low code platforms are worth using?
51–60 of 95 posts
Re: Ask HN: What low code platforms are worth using?
#52Also, 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.
Re: Ask HN: What low code platforms are worth using?
#53They 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?
#54There 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…
Re: Ask HN: What low code platforms are worth using?
#55Perhaps 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.
Re: Ask HN: What low code platforms are worth using?
#56I'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?
#57In 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?
#58I'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…
Re: Ask HN: What low code platforms are worth using?
#59Retool 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.
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?
#60Why[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.