brunaxLorax | 1 month ago | on: Coding assistants are slow. So we multitask
brunaxLorax's comments
brunaxLorax | 1 month ago | on: Coding assistants are slow. So we multitask
brunaxLorax | 1 month ago | on: Coding assistants are slow. So we multitask
brunaxLorax | 1 month ago | on: Coding assistants are slow. So we multitask
brunaxLorax | 11 months ago | on: Manifest: A 1-file micro-back end
brunaxLorax | 11 months ago | on: Manifest: A 1-file micro-back end
But you are right we should explain it somewhere !
brunaxLorax | 11 months ago | on: Manifest: A 1-file micro-back end
brunaxLorax | 11 months ago | on: Manifest: A 1-file micro-back end
brunaxLorax | 1 year ago | on: Ask HN: AWS Lambda Credible Alternatives?
The API will have to expose endpoints and do CRUD operations for the most part.
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
Yes, the DB is SQLite. We chose it among others as it is file based and thus you get get up and running in seconds.
Authentication and authorization are key features, I agree. They were not integrated in the POC but they will come very soon. There actually is auth for the admin panel, I just need to standardize it for other entities.
I got it for the CMS use case, Manifest's aim is not to be a competitor of large frameworks that gives you the control of everything. We rather think that it will fit for another typology of projects. You can use it as a headless CMS, but there already is products like Strapi or Directus that get the job done. I am thinking more about projects with more "app" logic, but the next step is adding custom logic to it.
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
I also like the idea of transposing ORM-style queries in the browser to abstract the whole API response-request part.
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
I think about having a set of hooks that trigger the code logic hosted somewhere. Language-agnostic / serverless, that kind of stuff maybe... Any ideas ?
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
However, you are talking here as a senior/expert developer - as you were already coding in 2010 ;) - but junior devs OR frontend devs may not be able to create that Django+DB+API app so easily. That is an important point to consider.
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
brunaxLorax | 1 year ago | on: Show HN: I built a backend so simple that it fits in a YAML file
I love pocketbase it is a really enjoyable product, very neat. Manifest can be seen as a different approach, using code rather than UI.
Yes the "hook part" is tricky to consider as I am scared that I will have to trade-off some simplicity in order to cover more features/use cases.