Advertisement · 728 × 90

Posts by George Drury

Maya, a software engineer, presenting to design engineers at Granola’s office

Maya, a software engineer, presenting to design engineers at Granola’s office

Great evening at @meetgranola.bsky.social listening to design engineers present their work. Got to see more of @maya.computer’s work and learn about their process! ❤️

7 months ago 5 0 1 1

I’ve had an iPhone since 2009. This is the first time I’m seriously considering spending £59.99 on an in-app purchase. 🔥🔥🔥

10 months ago 4 0 0 0
turing.ac.uk using a Cloudflare real human verification check box test?!

turing.ac.uk using a Cloudflare real human verification check box test?!

Really, Alan Turing Institute?

10 months ago 280 73 4 1
Post image

CSS/UX tip đź’ˇ

If you use smooth scroll behavior, don't forget to respect the prefers-reduced-motion preference.

10 months ago 9 1 1 0

In previous versions you could separate them out in the tailwind.config.js

theme: {
extend: {
backgroundColor: {
secondary: '#00fd97',
},
textColor: {
secondary: '#001bff',
}
}
}

11 months ago 2 0 0 0

In your theme.css

@theme{
--color-secondary: "#00fd97";
}

then you can then use bg-secondary, text-secondary, border-secondary

11 months ago 1 0 1 0

Which tailwind version are you using?

11 months ago 0 0 1 0
Screenshot of a magnemite breaking into a building in the Pokémon anime

Screenshot of a magnemite breaking into a building in the Pokémon anime

he’s hacking

11 months ago 1350 191 12 5
Video

I've been working on some interactions for a case management application.

Still iterating over the animation, but I'll be enrolling in @emilkowal.ski's animation.dev course shortly to level up

1 year ago 1 0 0 0
A macOS window showing a metallic rubber duck with Xcode app running in the background

A macOS window showing a metallic rubber duck with Xcode app running in the background

I've become guilty of expecting Claude/Cursor to solve my bugs, then I get frustrated when they start hallucinating. An old mentor bought our team rubber ducks and taught us the technique. I'm now vibe coding a Swift app and talking to my app as I'm building it.

1 year ago 3 0 1 0
Advertisement
Code snippet showing a component composition pattern for a marquee component that is similar to shadcn's ui components

Code snippet showing a component composition pattern for a marquee component that is similar to shadcn's ui components

Code snippet showing a component composition pattern for a marquee component that is similar to Radix's component library

Code snippet showing a component composition pattern for a marquee component that is similar to Radix's component library

Going round in circles of whether to release two composition patterns. Any thoughts on naming? Semantic pattern for those who are used to @shadcn.com's ui components. The primitive pattern is closer to @radix-ui.com's library

1 year ago 2 0 0 0

Looks great! Not sure about the interaction when you tap on the Vercel tag – feels very sudden when it scrolls to the anchor

1 year ago 3 0 1 0
Post image

Made some more progress last night

1 year ago 1 0 0 0
Code snippet showing JSdocs for a marquee component

Code snippet showing JSdocs for a marquee component

Working on something

1 year ago 3 0 0 0