Attie is quite clearly a separate service, it doesn't look like it will have an impact on the experience within Bluesky
Posts by Rémi de Juvigny
1/ Today, we’re excited to introduce Attie, currently as an invite-only closed beta. Attie is the first agentic social app on atproto. It’s something completely new—an experiment in making building on the protocol more accessible.
Few things are as satisfying as removing bunch of `as const` in TS in favor of the `satisfies` keyword
So many @tanstack.com mentions in the #reactparis talks. Even more than AI mentions, which says a lot!
Tanner on stage
@tannerlinsley.com revealing Tanstack's take on server components 💣 no use client required!
code sample on stage
close up on speaker
@brillout.com presenting @vike.dev at #reactparis. Love this wave of framework ideas enabled by Vite
Nicolas on stage showing a refactoring diagram
@beaussan.io presenting how to tackle huge architecture changes on an enterprise codebase at #reactparis yesterday
Join us for a Live chat with @kadi.bsky.social (Engineering Manager, @expo.dev ) on Building Developer-First Mobile Products!
📅 Wednesday, Jan 21
⏰ 8:00–9:00 AM PST
📍 Google Meet
luma.com/b29olgkg
vscode feature warning against committing on a protected branch
@vscode.dev shipped just the feature I needed to stop making the same mistake 5 times a week. Target audience reached
My biggest hope for AI code reviews is for it to identify the changes that require creating/updating documentation
Thinking about this I just transferred the ownership to the strapi community org. Great news since they'll be rebuilding it and maintaining it. github.com/strapi-commu...
the strapi todo plugin logo design process in 10 steps
The logo creation process for my old strapi todo plugin, in 10 steps:
Also love the strong type safety without writing any explicit types. Invisible typescript is the best
A code example showing how to show a toast notification when an action happens via enqueue
I finally got the chance to try xstate store after hearing about it at @davidkpiano.bsky.social's talk at React Paris.
Really liking it! I like that we get the usual clean action+reducer pattern, but also a safe way to trigger side effects _within_ the action (e.g. showing a notification)
I just installed the "10x faster TS" extension for vscode, and they weren't lying, intellisense is a lot snappier now ⚡
Years later, still the best way to keep up with the React ecosystem
If you have a flat route tree, then plain React Queries in your components will work fine. The case where that'll stop being performant is if you have nested routes that each fetch some data, which is pretty common
Without loaders you get request waterfalls, which become quite bad for performance as your app grows in complexity
After a couple of years on the sidelines, this is the 1st RSC implementation I could use at work. Very exciting
The open source panel stage at strapi conf
Ending #strapiconf strong with a panel of open source experts: @meilisearch.com, @mk.gg from @astro.build and Strapi sharing their experience running OSS projects
Airbus team presenting their digital architecture on stage
Airbus showing off their engineering expertise on digital topics #strapiconf
Their strapi metrics: 4.2M entries multiplied by 50 locales
Why perf matters. What kind of scale is that 😳
Adidas engineers showing an architectute diagram slide
Another slide about workflows
Adidas at #strapiconf showing off their "future of content" architecture to manage all their platforms worldwide. Galaxy brain stuff
Just found out the E in ES6, ES2025, etc. stands for European 🇪🇺🇪🇺🇪🇺
Meet our Speakers
Boaz Poolman is the Co-Founder at PluginPal Now, he's coming to #StrapiConf 2025
We're thrilled to welcome Boaz Poolman to the Strapi stage!
💡 Senior Developer Uncinc
💡 Strapi Community Star
⏳ Ready to go—join us on May 13th in Paris!
🎟️ Secure your spot now → strapi.link/4j0eJHl
A google search for "solito.dev remix" returns music videos
Remix was a cool name for a framework but I won't miss it too much since every google search looks like this
2024 raycast wrapped summary showing 60k opens
in case anyone needed proof that i'm a nerd, here's how much i used @raycast.com this year
Google meet but when you try to pin someone's camera they get an alert
CSR. Won't get to do server stuff for another 1-2 years