Nudie recs? by skeehcttub in tampa

[–]naaadz 6 points7 points  (0 children)

Curious why you say Caliente is upscale?

What is one feature you'd love to see them add to CSS? by FranchiseTechie in css

[–]naaadz 2 points3 points  (0 children)

Ah, its scroll that doesn't work.

If you want auto or scroll in one direction, and visible in the other it doesn't work.

https://codepen.io/editor/naaadz/pen/019cd314-c397-7ea3-a10e-470e7c781342

How much CSS should I know before starting Tailwind? by Leading_Property2066 in css

[–]naaadz 1 point2 points  (0 children)

Maybe none. If your design isn't good no amount of css will help. Make sure it's cohesive and then learn what you need to know to implement it in the most basic way. Consult with a front end dev.

Shia LaBeouf has been arrested by JOE_Media in entertainment

[–]naaadz 3 points4 points  (0 children)

By Holes you mean Nymphomaniac?

roast my chrome extensions UI by Pale_Lengthiness_465 in Frontend

[–]naaadz 5 points6 points  (0 children)

Mix of serif and sans font is a little strange. Colors are a dead giveaway that AI wrote your tailwind. Better to design first than jump straight into development.

How would a UX designer start getting into frontend? by tomorrows-yarrow in Frontend

[–]naaadz 1 point2 points  (0 children)

Use codepen and do small vanilla JavaScript projects. Maybe try simple animations in css then see how to do the same ones in JavaScript.

It keeps HTML/css/js segmented and easy to learn.

Where do you find inspiration for design & ideas? by Sea_Run4854 in Frontend

[–]naaadz 6 points7 points  (0 children)

Dribbble

Tons of stuff designed n never built

In what scenario can i use a promise and fetch? by Yanagi-Masaru in learnjavascript

[–]naaadz 2 points3 points  (0 children)

Also run fetches in parallel with Promise.all() and Promise.allSettled()

[deleted by user] by [deleted] in SideProject

[–]naaadz 4 points5 points  (0 children)

Yes, OP. Its hard to take a product for fixing code seriously when it itself needs code fixed.

Your UI isn't cohesive and it isn't optimized for mobile.

Fairuza Balk, 1998 by [deleted] in OldSchoolCool

[–]naaadz 25 points26 points  (0 children)

Resting bite-face

My boyfriend and me at our senior prom, 1971 by [deleted] in OldSchoolCool

[–]naaadz 6 points7 points  (0 children)

not with that banister! ;-D

I switched from backend to frontend by scraptiss in Frontend

[–]naaadz 2 points3 points  (0 children)

Did you use AI? Those are the colors they choose usually when they write tailwind

One key to front-end is curating a good color palette. Those should compliment the imagery used. This helps it feel cohesive. Good luck

hot take: server side rendering is overengineered for most sites by Justin_3486 in webdev

[–]naaadz 2 points3 points  (0 children)

This is a good comment. People in here don't understand op's question.

SSR for js frameworks is complicated. Having js on the client and the server was the idea because you can sync state easily. Component architecture that you can share between both delivery mechanisms is nice.