1. X
  2. Robin Malfait
Log inSign up
Robin Malfait
9,083 posts
Robin Malfait profile banner
user avatar

Robin Malfait

@malfaitrobin
Writing code @tailwindlabs
Belgium
robinmalfait.com
Born August 20
Joined November 2010
1,140
Following
7,219
Followers
RepliesRepliesMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·US TIDA·Ads Info·© 2026 X Corp.
  • user avatar
    Robin Malfait
    @malfaitrobin
    Jul 3
    ≈
    user avatar
    Jane Manchun Wong
    @wongmjane
    Jul 3
    X has quietly launched its complete rewrite of X Web, starting with Logged-Out pages Built with Tanstack Router and Tailwind, which brings in SSR Streaming, Vite, Rolldown, ES Modules, etc all the modern web practices Congrats to the @Engineering Web team for pulling this off!
  • user avatar
    Robin Malfait
    @malfaitrobin
    Nov 9, 2025
    A fun puzzle on a Sunday morning. I think a number is all we need 🤔
    Code can be found here: https://gist.github.com/RobinMalfait/4c844dd7be1ec8ad178bb6c89980d043
    user avatar
    Dmitrii Kovanikov
    @ChShersh
    Nov 8, 2025
    Fun DSA challenge. Create a data structure with the following operations: init(n): Create, O(n) set(i, b): Set the value at index ‘i’ to a Boolean value ‘b’, i < n, O(1) get(i): Get the Boolean value at index ‘i’, i < n, O(1) clear(): Set all values to ‘false’, O(1)
  • user avatar
    Robin Malfait
    @malfaitrobin
    Aug 12, 2025
    5 years?! When Adam shared on Twitter that they were hiring, I thought to myself "why not?". Then my life completely changed when I received the message that I got the job. Love being a part of such an awesome and talented team. Thank you everyone, let's keep building 💪
    user avatar
    Adam Wathan
    @adamwathan
    Aug 12, 2025
    Celebrating @malfaitrobin's 5 year anniversary at Tailwind this week — pretty crazy! 🤯 Makes me feel good that someone as talented as him would want to stick around here for so long, must be doing something right ❤️
  • user avatar
    Robin Malfait
    @malfaitrobin
    Jul 10, 2025
    👨‍🔬
    user avatar
    Jonathan Reinink
    @reinink
    Jul 10, 2025
    I'm really excited about Tailwind Plus right now! Our team has been heads down for the last two months working on one of our biggest updates to our components to date. And, no, sorry, it's not adding Vue support — but it's basically just as good as that! Stay tuned! 🫣
  • user avatar
    Robin Malfait
    @malfaitrobin
    May 9, 2025
    We just released Tailwind CSS v4.1.6 and made some improvements to the upgrade tool. You should be able to run the upgrade tool on existing Tailwind CSS v4 projects, and keep them modern and up-to-date. `npx @tailwindcss/upgrade@latest` But what can it do?