Feed

Avatar for Daniel Roe
daniel woooooo πŸ‘»

I think:

πŸ”΅ -> critical mass of tech folk <-
πŸ”΅ simpler setup + easier to use
πŸ”΅ strong (and better?) moderation
πŸ”΅ decentralised but easier to get your own custom handle

(I'm still a huge fan of mastodon of course)

Why do people migrate to πŸ¦‹ rather than Mastodon? Is it the protocol or just it being more friendly (as in accessible to register etc)? πŸ€” 

What even triggered the move? Change of TOS or something else that I missed?

https://roe.dev/ama

Avatar for Daniel Roe
daniel woooooo πŸ‘»

I don't play many video games.

βšͺ️ used to love age of empires 🐐
βšͺ️ and sometimes dive into a roguelike like te4.org
βšͺ️ was seriously addicted to tetris at one point

but enough people are recommending good games to me, so maybe that will change! πŸ€·β€β™‚οΈ

Do you play video games?

https://roe.dev/ama

Avatar for Daniel Roe
daniel woooooo πŸ‘»

laravel is a _fantastic_ framework - I always love using it. in fact, I used laravel as the backend for my last startup, with nuxt as the frontend.

you have two options for laravel:

1️⃣ backend api w/ nuxt frontend (ssr/spa) πŸ‘Œ
2️⃣ full stack w/ nuxt spa - can also work

In our company, our stack revolves around Laravel for the backend and Vue for the frontend in an SPA, without SSR. Would there be any benefit to switching to Nuxt with this current stack?

https://roe.dev/ama

Avatar for Daniel Roe
daniel woooooo πŸ‘»

I have one child - he's four and a total delight to me.

he is _full_ of energy and very inventive and imaginative - and always building something. I'd love to teach him coding if it's interesting to him (and I imagine it might be)

Do you have any children? What are they doing? Do you teach them coding from an early age?

https://roe.dev/ama

Avatar for Daniel Roe
daniel woooooo πŸ‘»

is a bit too short for a detailed response, but in brief:

βœ… absolutely fine to build a site with nuxt as sole framework
βœ… oauth is often a good choice, or you could also use a 3rd-party providers - many have solid integrations with nuxt

feel free to follow up via DM

Hey, what's up?

What’s your opinion on building a large job application website that could attract millions of users each month? I'm planning to develop it using Nuxt. My previous projects were built with Laravel and Vue, so I need to switch to one framework entirely. Do you think this is a good decision? 

I intend to create a mobile API with authentication using access tokens for both mobile and web platforms. Everything seems possible with Nuxt. What do you think? I would really appreciate a detailed response, as I've seen others ask about large applications but haven't found a proper answer. Please respond as soon as you can; I'm waiting!

I know, it's large question but please try to answer.

Thanks.

https://roe.dev/ama

Avatar for Daniel Roe
daniel woooooo πŸ‘»

announcing `nuxt-workers` ... a tiny nuxt module to make using the Web Workers API type-safe and automatic within your apps.

πŸ”₯ zero-config - just drop files in a `workers/` directory
πŸ›Ÿ isomorphic - works server + client
πŸ’ͺ fully typed
✨ auto-imported


Avatar for Daniel Roe
daniel woooooo πŸ‘»

these are clearly the important questions of life

sticky toffee pudding is <divine>
ginger nut cake is very moreish
malt loaf + butter πŸ˜‹
carrot cake - traditionally my birthday cake πŸŽ‚
victoria sponge πŸ‘Έ
lemon drizzle πŸ‹ - I love anything citrus


Avatar for Daniel Roe
daniel woooooo πŸ‘»

I do absolutely love it - no worries on that score!

though I do feel a bit guilty for posting too much (the tag hopefully allows muting)

... and there are also so many questions - so my apologies if you've asked something but have had no response yet! πŸ™


Avatar for Daniel Roe
daniel woooooo πŸ‘»

vite registers the video as a 'dependency' of that page

you can use the `build:manifest` hook to mark `prefetch: false` for that chunk.

... or (my preference) place it in the `public/` folder, where it won't be considered part of the build, or preloaded/prefetched.


Avatar for Daniel Roe
daniel woooooo πŸ‘»

this is likely super-simple.

any chance you're using `useRoute` in one of your `runtime/` files without importing it?

we shipped a change in our module template that will give you type errors in future

let me know the project and I'll happily open a pr.

Β  ​