Found 4994 bookmarks
Newest
Tweet by @_Rakuji
Tweet by @_Rakuji
site measure day https://t.co/C1Gfl74JaY — 「樂」 (@_Rakuji) Jan 26, 2024
Tweet by @_Rakuji
Tweet by @jh3yy
Tweet by @jh3yy
CSS Trick 🤙 You can create these tab bar controls by using :has() to count the number of tabs ⭐️ .tabs:has(input:nth-of-type(3)){--count: 3;} .tabs:has(:checked:nth-of-type(3)){--active: 200%;} .tabs::after{ translate:var(--active) 0;} Let's break it down in this noscript!… https://t.co/mD9CbvKd6W https://t.co/PqMUkQln6l https://t.co/Nls5wq6jlt — jhey ▲🐻🎈 (@jh3yy) Jan 25, 2024
Tweet by @jh3yy
Tweet by @ilyamiskov
Tweet by @ilyamiskov
What helps me grow is being realistic about what I can and can't do. I think of myself as a mediocre designer. I know there is so much out there to learn and there are so many insanely talented folks that I look up to. Ego is your enemy. — Ilya Miskov (@ilyamiskov) Jan 24, 2024
Tweet by @ilyamiskov
Tweet by @seaotta
Tweet by @seaotta
✨New CSS Feature Here's a demo of the CSS field-sizing property applied on a textarea I blogged about yesterday. textarea { field-sizing: content; } The textarea grows as you add content. This is currently in developer trial behind a flag in Chromium. https://t.co/WNBD44A9hU — Stephanie 🔮 Web Witch (@seaotta) Jan 24, 2024
Tweet by @seaotta
Tweet by @newincreative
Tweet by @newincreative
Anyone interested in this Figma file with all the free fonts I've been sharing? Since I created all the graphics there anyway. You can see all of my layouts and all the font examples in 1 place + a link to all the great font designers/ foundries featured. Just hit a like or… https://t.co/6FmvegeYOs https://t.co/tlMpJ751JD — Nguyen Le (@newincreative) Jan 24, 2024
Tweet by @newincreative
Tweet by @jh3yy
Tweet by @jh3yy
Implemented this credits system with @supabase x @lmsqueezy 🍋 A credit order fires a webhook that updates the database and also sets everything client side with @nextjs cookies + server actions 🍪 Here it is end to end! 🚀 No sign-in, etc. required ⭐️ https://t.co/BaxvNCsp0M — jhey ▲🐻🎈 (@jh3yy) Jan 24, 2024
Tweet by @jh3yy
Tweet by @pomber
Tweet by @pomber
@mattpocockuk For the copypasters: ``` type PrettifyT = { [K in keyof T]: T[K] } & {} ``` — Rodrigo Pombo (@pomber) Feb 8, 2023
Tweet by @pomber
Tweet by @Gavmn
Tweet by @Gavmn
Table View transition https://t.co/9kt5aNAX9F — Gavin Nelson (@Gavmn) Jan 23, 2024
Tweet by @Gavmn
Tweet by @Much118x
Tweet by @Much118x
#HorizonForbiddenWest https://t.co/oXphUcPkrb — Much (@Much118x) Jan 21, 2024
Tweet by @Much118x
Tweet by @mijustin
Tweet by @mijustin
@jhooks Macromedia Fireworks — Justin Jackson (@mijustin) Jan 21, 2024
Tweet by @mijustin
Tweet by @dieworkwear
Tweet by @dieworkwear
In the mid- to late-2000s, I found that a lot of menswear discourse happened on forums, where you had people who were just coming online and finding camaraderie with fellow nerds. These people, who were just finding online communities, drew their knowledge from diverse source… https://t.co/2RXFXDJpFS — derek guy (@dieworkwear) Jan 19, 2024
Tweet by @dieworkwear
Tweet by @rjs
Tweet by @rjs
Love this. Same for teaching humans: sequence of steps matters. Reminds me of Christopher Alexander’s generative sequences. (Also, connections to path-dependency in design and non-ergodicity.) https://t.co/gOMOPDYdaW https://t.co/IzsX1uM7mU — Ryan Singer (@rjs) Jan 21, 2024
Tweet by @rjs
Tweet by @adamwathan
Tweet by @adamwathan
What’s the most helpful thing you’ve read, watched, or listened to on interviewing and hiring? Have “Who”, looking for more recommendations 🙏 — Adam Wathan (@adamwathan) Jan 20, 2024
Tweet by @adamwathan
Tweet by @levelsio
Tweet by @levelsio
👨‍💼 People always ask me how I invest my money, so I open sourced my investment portfolio at https://t.co/deoJX7NDB6 There's no big strategy here and no certainty that this is a good portfolio either, right now it returns about $120K/mo I try buy mostly ETFs and they have the… https://t.co/f3N9vCvfUC https://t.co/3QxOAbxvVC — @levelsio (@levelsio) Jan 20, 2024
Tweet by @levelsio
Tweet by @jh3yy
Tweet by @jh3yy
CSS Tip! 🎠 You can create a responsive infinite marquee animation with container queries and no duplicate items 🤙 li{ animation: slide; } @​keyframes slide { to { translate: 0% calc(var(--i) * -100%);}} The trick is animating the items, not the list 😎 More tricks 👇 To… https://t.co/lrYtksFg4z https://t.co/XdKoBwx59o https://t.co/d9P9KDFLTn — jhey ▲🐻🎈 (@jh3yy) Dec 30, 2023
Tweet by @jh3yy
Tweet by @ElkjaerTV
Tweet by @ElkjaerTV
New World Record! Horizon Zero Dawn - Any% Ultra Hard in 2:26:00 Finally manage to get another record after the long grind in this category. Happy with this time for now as I have other things I want to achieve before HFW on PC. But I will be back to this! #HorizonZeroDawn https://t.co/dB1UvJDbFB — Elkjaer 🇩🇰 (@ElkjaerTV) Jan 19, 2024
Tweet by @ElkjaerTV
Tweet by @IanColdwater
Tweet by @IanColdwater
Yeah, and we all worked ourselves into catastrophic burnout doing that. We don’t say it because we didn’t do it, we say it to try to help newer folks avoid becoming like us https://t.co/BBAmwbankL — Ian Coldwater 📦💥 (@IanColdwater) Jan 18, 2024
Tweet by @IanColdwater
Tweet by @IanColdwater
Tweet by @IanColdwater
a question for the ages, really https://t.co/OlrZJuzrTG — Ian Coldwater 📦💥 (@IanColdwater) Jan 17, 2024
Tweet by @IanColdwater
Tweet by @rauchg
Tweet by @rauchg
Vercel Deployment Summary now show the Cron Jobs defined by the deployment 😍 What other infrastructure resources would you like the content of your application to create? https://t.co/1vBnZJGBz2 https://t.co/jd8ESYsgIn — Guillermo Rauch (@rauchg) Jan 17, 2024
Tweet by @rauchg
Tweet by @ryanflorence
Tweet by @ryanflorence
REACT! Just got caught up on all the posts 😅 I'm near the top of the list of people who could justifiably complain about how they've handled communication, community, and technical details of the project But I'm not going to 🤗 With a spotlight as big as theirs, you're gonna… https://t.co/L54SmUlz5d — Ryan Florence (@ryanflorence) Jan 17, 2024
Tweet by @ryanflorence
Tweet by @ImLunaHey
Tweet by @ImLunaHey
thanks to @mattpocockuk we have a better alternative. https://t.co/nXetzeD5OE https://t.co/4W75fFGjg2 — luna (@ImLunaHey) Jan 17, 2024
Tweet by @ImLunaHey
Tweet by @adamwathan
Tweet by @adamwathan
📚 The 6 books I revisit the most as a founder, because I still feel like I have a lot to learn from them: • Radical Candor • No Rules Rules • The Great CEO Within • Shape Up • Rework • Anything You Want https://t.co/GfurPN0XPJ https://t.co/ldyny7kQyX — Adam Wathan (@adamwathan) Jan 15, 2024
Tweet by @adamwathan