Earlier quoted context omitted.
Yes, we updated the title to try to clarify.
Only the people who use the term "low code" seem to think its a term in widespread use. No one else has heard of it.
Show HN: Alan – a low-code application platform
171–178 of 178 posts
Re: Show HN: Alan – a low-code application platform
#172Re: Show HN: Alan – a low-code application platform
#173Earlier 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
It looks like you're using SHA256(username||password) in this example. Even if it's only an example, why use a homebrew password hashing scheme based on an unsuitable hash function and bad ad-hoc salt handling, instead of a strong standard password hash with built in salt handling? And what code/specification is required to use a secure algorithm, like bcrypt with a random salt? People often copy from such tutorials…
Re: Show HN: Alan – a low-code application platform
#174Re: Show HN: Alan – a low-code application platform
#175On this page: https://alan-platform.com/pages/tuts/bottom-up.html The ASCII art isn't rendering correctly. (In Chrome on a tablet.)
Most probably a font issue.
Re: Show HN: Alan – a low-code application platform
#176Earlier quoted context omitted.
I don’t know jasonette in detail, but you should think of Alan primarily as a way of building and iterating on apps with lots of guarantees about data quality and matching specs, not necessarily a way to build an app quickly.
How does it compare to the current low-code/no-code platforms such as Caspio ( https://caspio.com ), Zoho Creator( https://zoho.com/creator , or ZenBase ( https://getzenbase.com )?
Re: Show HN: Alan – a low-code application platform
#177Earlier quoted context omitted.
Actually, in the early days we thought about whether to go text-based or not, for instance going for a boxes-and-lines type of modeling environment. We concluded that for serious modeling, 80% or more of what one does is giving names to concepts, leading to the usage of a lot of text any way. And that boxes-and-lines introduces a lot of 'clutter' which is probably meaningful, but not in a strict enough way to do anyt…
Most model editors for CRUD aren't boxes and lines, since as you say moving around and connecting boxes isn't generally useful. So I'm not sure why you were starting with that UI. To me, projectional editing is the most sensible type of programming. Unfortunately projectional editors have not had as warm a reception on HN, because programming is narrowly defined by complex text editing. Anything with a UI and program…
Projectional editors can of course show the model as text and in other formats as well, like boxes-and-lines. You wouldn't be able to permanently place them in any specific spot then, so moving them around would at most be supported during a viewing session.
Re: Show HN: Alan – a low-code application platform
#178Hi, Alan is a new approach to "low code" for the rapid development of data centric applications. I'm one of the developers of the platform. > Instead of the traditional relational database + 3GL or 4GL language, the core of Alan is a data modelling language that automatically generates full stack applications. If you'd like to know more, we'll be monitoring this HN post and we have a forum: https://forum.alan-platfor…
https://en.wikipedia.org/wiki/Naked_objects
http://downloads.nakedobjects.net/resources/Pawson%20thesis....