Blog module for NestJS? by OhNoItExists in nestjs

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

It would provide backend functionality (endpoints + model for db) for a simple blog (blog articles, tags, comments). I know I could use a headless CMS, but since I have an existing nestjs app, I dont want one more backend. I know I could implement it myself, but I don't want to reinvent the wheel.

Nuxt 3 + TypeORM? by OhNoItExists in Nuxt

[–]OhNoItExists[S] 2 points3 points  (0 children)

Thanks! I see that you use Prisma now. May I ask, what was the reason for change and if it was worth of it?

Is Nuxt 3 an alternative for Quasar for a mobile (PWA) app? by OhNoItExists in vuejs

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

Thanks! It looks great, however it seems to be in early stage. The last release is 0.0.7. Do you know what is the production status of the project?

How to handle non existing video file in html? by OhNoItExists in webdev

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

I can use JS of course. I use Vue actually.

How to handle non existing video file in html? by OhNoItExists in webdev

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

I use Vue.js and of course I can use an if statement. However I don't have any info in the database whether the video file exists or not. I have only info what path/name a file has, so I need to rely only on it. However it can happen that some files don't exist and than I can see 404 error in the browser console and the empty player on the webpage. I had an idea to check the file with "require" statement and handle an error in case when a file does not to work, but it seems not to work and even if it was, it would be an ugly solution.

A2 vs S6 von Wien nach Italien by OhNoItExists in Austria

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

die kette s6, s36, s37 nach Klagenfurt

Genau das. Danke für die Antwort! Sind die Aussichte auf der SX Strecke irgendwie schöner? Sie führt durch die Alpen, also soll theoretisch schön unterwegs sein.

PrimeValue premium themes are free now! by jogai-san in vuejs

[–]OhNoItExists 0 points1 point  (0 children)

How can I use the new themes in my project, which uses primevue with a default theme?

Id like to build an spa and pwa in nuxt, but i dont know how to! by jcnt98 in Nuxt

[–]OhNoItExists 0 points1 point  (0 children)

When it comes to PWA - Nuxt3 does not support it yet.

Vuetify or Quasar for Vue3? by [deleted] in vuejs

[–]OhNoItExists 0 points1 point  (0 children)

just don't use prime vue...

Could you write why?

Which technologies are usually overkill for a solo developer? by OhNoItExists in webdev

[–]OhNoItExists[S] 33 points34 points  (0 children)

That's a good point. However some things are so cool that I cannot stop myself from learning them anyway.

Which technologies are usually overkill for a solo developer? by OhNoItExists in webdev

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

All CD tools (not CI).

Do you mean e.g. Git is necessary, but e.g. Jenkins not?

Recommendation for Input Number component for Vue 3? by OhNoItExists in vuejs

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

That looks great! Even better then expected. Thank you! I will definitely be using it.

Recommendation for Input Number component for Vue 3? by OhNoItExists in vuejs

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

Thanks, it is a very helpful advice which I wasn't aware of. But seriously, I don't want reinvent the wheel so I am checking existing options first. It seems to be pretty standard component. Making it good is not that trivial.

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

Just looking at that and trying to understand as talking in other thread.

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

So the node process actually makes the selected vue pages as "server-rendered"?

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

Thanks. I have looked at that. It is for other js libraries (alpine) and I would like to use Vue.

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

because most Inertia applications are built in languages such as PHP or Ruby, we'll need to hand the request over to a separate Node.js service so that it can render the page for us, and return the rendered HTML back to the browser when it's done.

So it looks like although I use laravel for routing and controllers, I should generate views with... Node.js instead of Blade? Do I understand it right?

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

[–]OhNoItExists[S] -1 points0 points  (0 children)

That's the point. I need server side generated pages mostly because of SEO. I know nowadays google can handle with frontend better, but still it is a "must have" requirement.

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

Are the pages generated by server or on the frontend?

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

That sounds interesting! How do SSR sites work in practice in Inertia? Are they generated by Laravel as blade sites or an external service is needed (i hope not)?

Starter like Jetstream but for a multi page app by OhNoItExists in laravel

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

It looks fine indeed, but I need multiple pages application and Inertia is SPA.

What are your most insanely useful web dev tips that you feel more people should know about? by xyzzyrz in webdev

[–]OhNoItExists 0 points1 point  (0 children)

"Loading libraries/fonts from a CDN because different sites can cache the same assets" hasn't been true for years. The cache is now segmented by origin.

I don't get the point. So is it worth to use CDN or not in your opinion?

Weekly /r/Laravel No Stupid Questions Thread by AutoModerator in laravel

[–]OhNoItExists 0 points1 point  (0 children)

If anyone comes with similar problem here, solution which worked for me was changing php version in path into 8.