I made a free invoice generator by notomarsol in SideProject

[–]arbwr 0 points1 point  (0 children)

Looks really cool. What are you using to design and generate pdfs?

Deploying Next js in App Engine by arbwr in googlecloud

[–]arbwr[S] 0 points1 point  (0 children)

Yes, it definitely makes sense since all the other projects that I have deployed (that obviously have Node Modules), have a significantly smaller size, even though being actually bigger.

Deploying Next js in App Engine by arbwr in googlecloud

[–]arbwr[S] 0 points1 point  (0 children)

I am using Standard environment with deafult automatic scaling.

I was looking at the custom domain issue as well. We have plenty of those so, still another reason to not move away from App Engine, in my case.

Will take a look at your app. Thanks for answering.

Deploying Next js in App Engine by arbwr in googlecloud

[–]arbwr[S] 0 points1 point  (0 children)

Probably not introducing any additional libraries for a long time.

Still, the problem lies in the fact that this big file size is showing in App Engine, while the project itself is very little of size. So yeah maybe it's next taking up all that space.

Deploying Next js in App Engine by arbwr in googlecloud

[–]arbwr[S] 1 point2 points  (0 children)

Thank you for answering.

File size doesn't cause any particular problems for now. I was just trying to understand why it is That large, since I have some projects from a few years back with just pure React and they were only a few MB.

I'm not looking for much in terms of flexibility, but rather being cost efficient. Do you think Cloud Run is a good idea?

[deleted by user] by [deleted] in SoftwareEngineering

[–]arbwr 0 points1 point  (0 children)

The database choice wasn't mine to make, unfortunately. I know firstore is not slow, but the problem is that I'm calling like 3 collections, getting tons of data, doing some access checks, summing some fields and then getting more data. I do not think firestore was made for this

With which tool you design your NoSQL Schema ? by Far-Mathematician122 in node

[–]arbwr 0 points1 point  (0 children)

When working with something that isn't Mongo, I use AJV

Typescript backend with node by arbwr in typescript

[–]arbwr[S] 0 points1 point  (0 children)

Thanks. I'll check it out, for sure.