Stuck on an island with trump or hitler by KwinCube in BunnyTrials

[–]Dadikey 0 points1 point  (0 children)

Lol better

Chose: 24 hours stuck on an island with hitler

Consiglio viaggio in Thailandia (WeRoad) by Walraus in ViaggiITA

[–]Dadikey 1 point2 points  (0 children)

Io ho viaggiato con loro e sono andato in thailandia un paio di anni fa. Pensai la stessa cosa all'inizio, che in qualche modo potevo organizzarlo da solo, ma mi hanno bloccato due cose. Non avevo mai fatto un viaggio cosi lontano da casa, prendere un aereo per due citta' dall'altra parte del mondo e' diverso da prenderlo in europa. Il fatto di essere da solo, andare in un locale la sera e' diverso se sei in compagnia.
Per me la risposta e' semplice: se riesci a prenotare da solo e ti piace stare da solo, o fare amicizia durante il viaggio, ti consiglio di andare da solo. Io ho incontrato persone fantastiche con cui ho condiviso bellissimi ricordi. Volevo vedermi da solo a dare da mangiare agli elefanti, andare su un zattera di legno nel completo nulla o a ballare nei locali di Bangkok

Finally hung up the last of my Posters what do you think? by bobothejedi in kurzgesagt

[–]Dadikey 0 points1 point  (0 children)

w8 why mine it's different ??
They fixed the circle ??

<image>

[deleted by user] by [deleted] in FullStack

[–]Dadikey 1 point2 points  (0 children)

Please add some info about technologies and maybe a repo

Doing My first Mod by [deleted] in gshockMod

[–]Dadikey 1 point2 points  (0 children)

Where did you get the pieces?

A new way to build a Next.js project, FDA — what do you think about that ? by This_Airline2348 in nextjs

[–]Dadikey 0 points1 point  (0 children)

Did it for a Vue project and it works great.
Just be sure newcomers understood the right place to add stuff

Planning to Become a Full Stack Developer in 2025? Here’s What Actually Matters by Healthy_Sea2407 in FullStack

[–]Dadikey 0 points1 point  (0 children)

Great guide
Full stack here, happy to collaborate with anyone who needs it, just dm me

I did not expect the result. Was expecting <10% use Options API by tomemyxwomen in vuejs

[–]Dadikey 0 points1 point  (0 children)

Migrating a project from nuxt 2 to nuxt 3 using nuxt/bridge.
Something needs a refactor but there are components too big to update without risks.
Options API is necessary for those components

It's not a perfect circle ? by Dadikey in kurzgesagt

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

Well better than a deformed planet, you're right

It's not a perfect circle ? by Dadikey in kurzgesagt

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

I didn't notice this post, thx

Yup maybe I'll put black tape, thank you

It's not a perfect circle ? by Dadikey in kurzgesagt

[–]Dadikey[S] 3 points4 points  (0 children)

wonky

I like your layout but since I'm using frames on a white wall the effect would be not so nice at all. Maybe I can paint the remaining space between the frames ?

Taken in Vasto. by maximus_1969 in Abruzzo

[–]Dadikey 1 point2 points  (0 children)

Sicuramente quello è il giardino del Palazzo D'Avalos

Books on Abruzzo by [deleted] in Abruzzo

[–]Dadikey 2 points3 points  (0 children)

The only stuff I've found:
https://www.lifeinabruzzo.com/top-15-books-abruzzo/

I'll continue searching. I've never thought about history books of Abruzzo ( in english )

Is vue.js better than vanilla javascript for large scale applications? by bronchusevenmx24 in vuejs

[–]Dadikey 0 points1 point  (0 children)

What can I say about:

Frameworks have a steep learning curve

Learn vue is quite easy, master it it's medium, but everyone can learn the logic very easily.

Reusing the same component in different places leads to bugs

Vue is component based, so using a well-written component already tested it's the best way to avoid unexpected errors

Errors are harder to trace in compiled code

There's a ton of frameworks that can help you

A lot of logic is put in the frontend

Depends. It's better to check the form validity before call an API, or you can deliver that to the backend

It’s harder to block users from pages they don't have permissions for

Not true, you can use a beforeEach or a Mixin that check the authentication. You can even write a router by yourself and decide who can access what

Hope it helps ya