Skip to content
M
AC
Ana Costa @ana_costa
2 min ago

Just published a new article on Phoenix LiveView real-time features! The combination of PubSub and LiveView streams makes building collaborative UIs incredibly smooth. Check it out! 🚀

#elixir #phoenix
BL
Bruno Lima @brunolima
1 hour ago

Hot take: Tailwind CSS v4 with CSS-first configuration is the best thing to happen to frontend development this year. No more config file wrangling — just write CSS with superpowers.

#tailwind #css
CS
Carla Souza @carla_dev
3 hours ago

Working on PhiaUI — a comprehensive Phoenix LiveView component library. 623+ components, zero JavaScript dependencies for most features. Server-rendered and proud of it! Who else is building with LiveView?

#phiaui #elixir #liveview
DM
Diego Melo @diegomelo
Yesterday

Reminder that pattern matching in Elixir is genuinely one of the most powerful programming features ever designed. Writing code that reads like a specification is pure joy.

#elixir #functional
ER
Elena Rocha @elena_tech
Yesterday

Dark mode done right: CSS custom properties + a single .dark class toggle on the root element. No JavaScript frameworks needed. This is the way.

#darkmode #css