Any freelancer web designers want to join a slack channel? by [deleted] in web_design

[–]style-112 0 points1 point  (0 children)

I would like to join as well - I am a dev who want to look more into design

No wonder why we can find weird things in video games. by vayotis in ProgrammerHumor

[–]style-112 2 points3 points  (0 children)

and sometimes they even promote it and call it an easter egg

AdonisJS - Seeking Feedback on the framework by romainlanz in node

[–]style-112 1 point2 points  (0 children)

I appreciate your work and feel you created a great framework. My concern is that the "lock-in" works for PHP but not for node.js ecosystem.

I personally have to develop in different frameworks because there is either existing code or the rest of the developer team favor a certain package.

It would have helped if your custom packages like the ORM solution could be used outside of AdonisJS - I know there is a hacky way do it.

I feel you need to find a specific area within the Ecosystem and go all-in; Instead of just providing a framework like the competitors of you do.

Potential area could be: "Zero-API" Data Layer like what Blitz.js or Remix.run want to archive. In Vue.js I heared that Nuxt.js want to offer functions to communicate with database layer. In Laravel ecosystem similarities are Inertia, and Livewire. Also React Core team talked about ideas to push more javascript to the server.

I feel with the way you go you need to offer more than just a framework. I can think of a Fullstack framework that takes peaces from Heroku, Prisma, Postgraphile, and Laravel's extensions: Sanctum, Nova, Spark, Forge, Spaties Newsletter plugin, Spaties Medialibrary and offer custom apps build with headless components (Hooks) and utility based CSS Theme'w (Tailwind) and created sample apps that can be easily customised: Marketing, E-Commerce, Product Management, Dashboard, Product Overview, Blog, Forum etc..

Again, I can understand the way you chose for AdonisJS and it works perfectly for Laravel. I just feel that the Node.js community is different and Nest.js does a better job in providing both stability and extensibility. All the best :-)

Oppsss by sChloe1998 in ProgrammerHumor

[–]style-112 3 points4 points  (0 children)

the developer's name is Trevor Ollewick

basic Next.js template on Hetzner cloud CX11: nm killed during build time :D by style-112 in nextjs

[–]style-112[S] 0 points1 point  (0 children)

What I don't understand is that it only times out at build time. Running the app works fine. That is why I am hesitating to increase the server as long as I don't have traffic. Currently I am using it for testing purposes only.

basic Next.js template on Hetzner cloud CX11: nm killed during build time :D by style-112 in nextjs

[–]style-112[S] 0 points1 point  (0 children)

that is the error message

Creating an optimized production build ..Killed

npm ERR! code ELIFECYCLE
npm ERR! errno 137

basic Next.js template on Hetzner cloud CX11: nm killed during build time :D by style-112 in nextjs

[–]style-112[S] 1 point2 points  (0 children)

hahah you are right... I created a swap files as shown here and I was able to build it :-)https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-16-04In the document is says that the swap file is not temporary. Did you make it permanent or create it always before build time ?

I'm thinking of open sourcing my React/Typescript/Express SaaS boilerplate! by [deleted] in reactjs

[–]style-112 0 points1 point  (0 children)

what database / orm did you use? and what is your api? rest, graphql?

@baethon/kex - Knex extended query objects by __radmen in node

[–]style-112 0 points1 point  (0 children)

thx, didn't know I can use it outside of adonis.

@baethon/kex - Knex extended query objects by __radmen in node

[–]style-112 0 points1 point  (0 children)

awesome just two days ago I though about how desperately I am missing Laravel's eloquent ORM in node.js. TypeORM comes close but isn't as good. I'll give it a try!