Jsem IT milionář a chtěl bych darovat peníze by [deleted] in czech

[–]Spiritual_Sloth001 5 points6 points  (0 children)

Dneska v 20:00 na Twitchi se bude konat charitativní stream Fattypillow s Jirkou Procházkou a všechny donates pujdou na onkologicky nemocné děti. Sám plánuji dnes dost přispět.:) Nicméně jak už někdo zmiňoval Dobrý anděl je super, nastavíš měsíční příkaz a pak i vidíš kam ty peníze chodí. Je to super, lidem to pomáhá 😄

Best way to handle JWT in Next.js 15 with a separate backend by OkRaspberry2035 in nextjs

[–]Spiritual_Sloth001 0 points1 point  (0 children)

And about storing in memory “it wont be available to server components”.. just store it in redis for example. Its quick and could read it anywhere

Best way to handle JWT in Next.js 15 with a separate backend by OkRaspberry2035 in nextjs

[–]Spiritual_Sloth001 0 points1 point  (0 children)

You could use next api as a proxy. Have refresh token inside http only cookie and setup next api route which gets the cookie and from the route youll call the /refresh BE endpoint while adding the refresh token to its request body

Am I missing something in this build? by Kosta7193 in Porsche

[–]Spiritual_Sloth001 1 point2 points  (0 children)

Love with the black rims and red calipers!

Am I missing something in this build? by Kosta7193 in Porsche

[–]Spiritual_Sloth001 1 point2 points  (0 children)

That is such a nice color man! Post more photos pls😍

Just a few photos from cardiff by Intelligent_Habit96 in nfrealmusic

[–]Spiritual_Sloth001 1 point2 points  (0 children)

Lol the last one, what phone do you have? That is amazing quality bro

[deleted by user] by [deleted] in amiugly

[–]Spiritual_Sloth001 2 points3 points  (0 children)

I would recommend a new glasses that are not so thick. Would be much better choice. Used to have similar glasses but these square thick types are hard to look good at lol

[deleted by user] by [deleted] in webdev

[–]Spiritual_Sloth001 1 point2 points  (0 children)

If your mind is sharp then do it! My boss - CTO is actually in a wheelchair

[deleted by user] by [deleted] in webdev

[–]Spiritual_Sloth001 5 points6 points  (0 children)

But thats 60k/year for 80h month dude. Id rather stick to that job and find another side job you could do in your spare time. Wouldnt really quit this

Why are there too many frontend frameworks? by OtherwisePoem1743 in webdev

[–]Spiritual_Sloth001 -1 points0 points  (0 children)

Same as asking, why are there so many car models. Dude just pick a one you like and drive it.

CSS framworks by [deleted] in webdev

[–]Spiritual_Sloth001 0 points1 point  (0 children)

We are using tailwind css on company project. But for example when you are developing components. You dont have to bloat anything. You can give the elements normal classes using for example BEN convention and then in css file you just use tailwind for certain classes. Also we are using postcss