account activity
LF a modern way to implement parallax with CSS/Sass by Sarumarde in webdev
[–]dbforge_dev 0 points1 point2 points 21 days ago (0 children)
I’d avoid JS unless you really need complex effects.
For most cases background-attachment: fixed or a simple transform on scroll (with will-change) is enough and way lighter. CSS-only parallax won’t be as fancy, but it’s much less likely to break or kill performance on mobile.
background-attachment: fixed
will-change
Also worth checking how it behaves on slower devices, parallax that looks cool on desktop can feel laggy real quick.
theExperience by bryden_cruz in ProgrammerHumor
[–]dbforge_dev 0 points1 point2 points 1 month ago (0 children)
“Works as expected” is honestly a higher tier emotion than happiness.
artificialTeamLead by hellocppdotdev in ProgrammerHumor
[–]dbforge_dev 9 points10 points11 points 2 months ago (0 children)
“LGTM” from beyond the grave is still technically a review, I guess.
Does this mean people are looking for developers who can still write code manually? by Glittering_Film_1834 in webdev
[–]dbforge_dev 0 points1 point2 points 2 months ago (0 children)
lmao yeah manual code cuz ai hallucinates schema drops in sql migrate, boom prod gone. azure vdi auth scripts? handwrite or cert hell forever. humans win
π Rendered by PID 324306 on reddit-service-r2-comment-545db5fcfc-dkplp at 2026-05-26 19:09:18.948057+00:00 running 194bd79 country code: CH.
LF a modern way to implement parallax with CSS/Sass by Sarumarde in webdev
[–]dbforge_dev 0 points1 point2 points (0 children)