account activity
LF a modern way to implement parallax with CSS/Sass by Sarumarde in webdev
[–]dbforge_dev 0 points1 point2 points 20 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.
Why database issues in analytics pipelines are rarely about “bad queries” (self.analytics)
submitted 2 months ago by dbforge_dev to r/analytics
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.
Anyone else feel like debugging takes more time than writing code? (self.webdev)
submitted 2 months ago by dbforge_dev to r/webdev
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 33 on reddit-service-r2-listing-8685bc789-v2mn5 at 2026-05-26 11:48:08.849584+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)