How come the "behind the scenes code" is unavailable?
Show HN: Alan – a low-code application platform
61–70 of 178 posts
Re: Show HN: Alan – a low-code application platform
#62Re: Show HN: Alan – a low-code application platform
#63Re: Show HN: Alan – a low-code application platform
#64Any thoughts on pricing model yet? I see it's free for personal use. Who do you view as your competition?
We're still feeling out the market here, to see where we can take it. It will probably stay free for personal use and then grow from there with services like hosting, etc. Pricing model for businesses is something we're looking at from case to case currently. Competitors include Mendix, Outsystems etc., when it comes to low-code and serving citizen developers. Excel as well. On the other hand there are still a lot of…
I'll be interested to see where it goes with pricing. It's hard to start building on a platform if you don't know if it's going to become too expensive in the future.
Paid hosting seems like it would work really well for a system like this (though I'd encourage some type of open-core model as well, so people have some escape hatch if the company goes under).
Re: Show HN: Alan – a low-code application platform
#65Earlier quoted context omitted.
I'm disconcerted after reading this thread, seeing that some people somehow think that "low code" means "low-level code" (really?) and mistaking a collared shirt for legs. I'm going to assume it's because this post was made early in the morning and no one has had their coffee yet.
I does look kinda like a beer mug, I can't unsee it! But that's probably also because on this side of the planet it's time for a pint.
Re: Show HN: Alan – a low-code application platform
#66Some feedback: * "low code" is confusing When I started reading I thought low code, meant low "level" code, something like assembly or rust. After reading a lot in the page I saw it meant not writing imperative code. I think the term Model Driven Engineering would be more appropriate: https://en.wikipedia.org/wiki/Model-driven_engineering * How do I model business rules? How do I model a State machine? I want to spec…
Re: Show HN: Alan – a low-code application platform
#67However, this put a crimp in my enthusiasm:
"[Alan] defines all possible states of the data, and in effect all possible states of your application"
We recently finished refactoring a complex algorithm that got away from us because we coded it as a state machine rather than a plain vanilla algorithm using good old sequence + iteration + selection. The state machine version may have been easier to write, but the old fashioned algorithm was so much easier to reason about and maintain.
Re: Show HN: Alan – a low-code application platform
#68Earlier quoted context omitted.
Well, in this particular case passwords are always hashed. So the platform deals with that for you. Other changes to the data model need a migration, which is covered here: https://alan-platform.com/pages/tuts/migration.html
Where is the definition of the password being hashed? The tutorial defines it as text: /* 'Users': collection { 'Password': text }*/ How does the platform know to hash that? Is it looking for magic property names?
Re: Show HN: Alan – a low-code application platform
#69The ASCII art isn't rendering correctly. (In Chrome on a tablet.)