babyginger.bsky.social
@babyginger.bsky.social
Reposted
The Git Merge 2025 agenda is live!
Hear from some of the engineers behind Git’s biggest improvements and boldest ideas.
› Smarter merges
› Massive monorepos
› AI-powered workflows
Join us in person at GitHub HQ in SF, or watch online:
📅 Sep 29 - 30
🔗 git-merge.com
Git Merge 2025 | Sep 29 - 30, 2025 | San Francisco, CA & Online
Git Merge is a conference dedicated to the version control tool that started it all—and the people who use it every day.
git-merge.com
June 18, 2025 at 7:33 PM
Reposted
Getting Creative With HTML Dialog: https://css-tricks.com/getting-creative-with-html-dialog/

How to spruce up generic looking dialogue boxes with CSS via animations, the `backdrop-filter` property, and more.
Getting Creative With HTML Dialog | CSS-Tricks
So, how can you take dialogue box design beyond the generic look of frameworks and templates? How can you style them to reflect a brand’s visual identity and help to tell its stories? Here’s how I do it in CSS using ::backdrop, backdrop-filter, and animations.
css-tricks.com
June 5, 2025 at 9:44 PM
Reposted
was great meeting @fubits.dev in Barcelona last week — this is a thoughtful and interesting write-up that talks about what we're doing right and what we need to do better
fubits.dev Ilja @fubits.dev · May 12
Ok done. Here's a long-ish post on how special the Svelte Summit has been to me. All well as some notes on things that I noticed during many many conversations.
You don't need to read everything. There should be something for everyone, esp. those who couldn't be there.
⛓️‍💥 fubits.dev/notes/2025-0...
May 12, 2025 at 9:02 PM
Reposted
And here's that Codepen refactored as promised using sibling-index()
May 12, 2025 at 10:29 PM
Reposted
Working on editable svelte websites using my bluesky PDS as a sort of CMS

flo-bit.dev/svelsky/
May 8, 2025 at 1:50 PM
Reposted
After 6 years of working closely alongside @nerdy.dev I am just rocked by this news.

Still not ready to accept it TBH but I stand behind Adam as one of the most genuine, talented, effervescent devs I've ever worked with.

If you're hiring snatch him up before I figure out a way to get him back 👀
April 11, 2025 at 8:01 PM
Reposted
G̶o̶o̶g̶l̶e̶r̶… ex-Googler.

nerdy.dev/ex-googler
G̶o̶o̶g̶l̶e̶r̶… ex-Googler. · April 10, 2025
My role at Google was eliminated.
nerdy.dev
April 11, 2025 at 6:05 PM
Reposted
My favorite use-case for attr() is setting a `view-transition-name` on a bunch of elements based on one of their HTML attributes.

```
.card {
view-transition-name: attr(id type(), match-element);
view-transition-class: card;
}
```

👉 www.bram.us/2025/01/20/c...
April 4, 2025 at 8:10 AM
Reposted
This is fantastic. Laura is the author of of Accessibility for Everyone (laurakalbag.com/book/), so you know this is the Good Stuff™
Accessible Design Checklist
Improve your design’s accessibility with this quick reference checklist and Penpot plugin.
penpot.app
April 4, 2025 at 9:00 AM
Reposted
dark side of the theme △🌈

View Transitions being a gift 🎁
April 4, 2025 at 11:46 AM
Reposted
Do you want a ribbon shape for your next project? I have created more than 100 different designs! 🎀

css-generators.com/ribbon-shapes/

✅ One element per shape
✅ Optimized with CSS variables
✅ One-click to copy the code

#CSS
March 7, 2025 at 12:33 PM
Reposted
Check out my second channel on YouTube! Every week you'll get fresh front-end/fullstack news with me and my friends TJ and Paige! It's really fun, and it's informative too!
Front-End Fire Podcast
Stay up to date with frontend development news fast. Each week we cover frontend news topics, and we'll even invite guests now and then to talk new releases.
www.youtube.com
February 26, 2025 at 9:57 PM
Reposted
Learning #Svelte 5.

It took me only 1 day to learn almost all the features and finish a font preview tool - dnd a font file to see every unicode character support and rendering.

I have to say Svelte 5's DX is really pleasant!

Try it: fontpreview.vercel.app
Source code: github.com/songkeys/fon...
October 31, 2024 at 6:01 PM