Past & Future Appearances
Starting off as a self-taught developer made me value the community a lot. Sharing knowledge in conferences and meeting different people with similar interests is one of my biggest passions in this carreers. Therefore, I participate in conferences, podcasts, workshops, and meetups as often as I can.
2022
- Modern Frontends Live
Remixing Usability with Performance
Remember when loading status and pending states were the pinnacle of user experience? What if I told you there's a viable alternative that will make you look you don't even have a backend roundtrip going? Thanks to serverless we can leverage the best of our apps and the best of our databases without breaking a sweat, and the user profits.
- React Alicante
Handling Monorepos Today
We want our node_modules to be small, we want to keep only one repository up-to-date. But we need deployments, release, and tests to be fast. Our build pipelines must be cheap! And on top of all that, don't give us a huge configuration file!! And by the way, don't even get me started on interdependencies! Let's set it all up once and for all. Free tools, nice defaults, and all that jazz!
- React Norway
Optmistic Web
Remix is a framework revitalises web development by putting progressive enhancement in the front seat. It creates solutions that approximates developers to the platform. It uses Developer Experience as means to enforce web best practices and with that brought the term Optimistic UI back to our daily lives. Let's have a look at what features the Remix offers out-of-the-box to get developers creating high-quality web apps easily and deploying them anywhere that can run JavaScript.
- Agent Conf
Show me the Cache!
"Oh, you found a bug? It's probably cache. " is the unfairest sentence on the web. Cache is not the bug, not understanding cache is. Let's have a look on how it works and what we can do to leverage User Experience to the next level with it. Let's flush cache from a bug to a feature together!
2021
- React Round Up
Going Deep on Next.js
Atila Fassina joins the Round Up to discuss how he got into Next and what he's doing with it now. The panel dives into the ins and outs of what you can do with Next and some advanced uses for the framework.
- Smashing Workshop
Next.js Black Belt
In the workshop we cover everything from tooling to performance, and from UI straight up to security, so you are ready to take up your own after.
- React Meetup Berlin
i18n with Next.js: the smooth way
- With i18n routing out-of-the-box on Next.js, there's a lot of heavy lifting going on for us already. Let's have a look at 2 different approaches. Both with fairly little code, simple, and lightweight patterns to get our apps fully globalized!!