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! β€οΈ
10.09.2025 21:12
π 4
π 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. π₯π₯π₯
06.06.2025 14:06
π 4
π 0
π¬ 0
π 0
turing.ac.uk using a Cloudflare real human verification check box test?!
Really, Alan Turing Institute?
06.06.2025 12:44
π 280
π 73
π¬ 4
π 1
CSS/UX tip π‘
If you use smooth scroll behavior, don't forget to respect the prefers-reduced-motion preference.
04.06.2025 14:59
π 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',
}
}
}
18.04.2025 15:32
π 2
π 0
π¬ 0
π 0
In your theme.css
@theme{
--color-secondary: "#00fd97";
}
then you can then use bg-secondary, text-secondary, border-secondary
18.04.2025 15:32
π 1
π 0
π¬ 1
π 0
Which tailwind version are you using?
18.04.2025 14:11
π 0
π 0
π¬ 1
π 0
Screenshot of a magnemite breaking into a building in the PokΓ©mon anime
heβs hacking
13.04.2025 19:15
π 1350
π 192
π¬ 12
π 5
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
12.04.2025 12:51
π 1
π 0
π¬ 0
π 0
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.
21.03.2025 08:57
π 3
π 0
π¬ 1
π 0
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
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
17.03.2025 18:48
π 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
10.03.2025 18:57
π 3
π 0
π¬ 1
π 0
Made some more progress last night
10.03.2025 18:09
π 1
π 0
π¬ 0
π 0
Code snippet showing JSdocs for a marquee component
Working on something
09.03.2025 12:00
π 3
π 0
π¬ 0
π 0