brianleroux Profile Banner
@brianleroux@indieweb.social πŸ’™ Profile
@[email protected] πŸ’™

@brianleroux

Followers
21K
Following
38K
Media
5K
Statuses
96K

helping build @sanity_io; aws serverless heroes; indieweb developer πŸ–€

unceded Coast Salish territory
Joined January 2007
Don't wanna be here? Send us removal request.
the best solution to a problem is eliminating the conditions that create that problem rather than adding another solution that creates new unique problems
14
63
348
@Canucks
Vancouver Canucks
1 year
Hometown hero 🌟 Arshdeep Bains is tonight’s first star!
12
178
2K
@biilmann
Matt Biilmann
1 year
Netlify is the only place outside of Vercel where Next can be deployed on a serverless front-end cloud with support for all the advanced features. Today we're joining Open Next and starting to share our expertise with the broader community to help make Next run on more
@Netlify
Netlify
1 year
🀝 We're moving our open-source Next.js adapter to the OpenNext GitHub organization and will begin collaborating across providers, like @Cloudflare and @SST_dev, to make sure Next.js runs well everywhere.
12
29
521
@HenriHelvetica
Henri Helvetica πŸ‡­πŸ‡Ή πŸ‘¨πŸΎβ€πŸš€ πŸš€
1 year
Big congrats to @begin's team, @brianleroux @macdonst et al... on joining @sanity_io! πŸ‘πŸΎ. πŸ”—
sanity.io
Sanity welcomes the Begin.com team, enhancing our Content Operating System with powerful content compute capabilities.
0
1
6
does it scale tho
@nickcoult
Nick Coult
1 year
Let's not forget Lambda! Lambda handled over 1.3 trillion invocations during Prime Day 2024.
0
0
3
@holman
Zach Holman
1 year
github's move from html to javascript is going great
59
35
930
compute isolation is a good idea but nothing beats learning why the hard way 😁
0
0
1
Note: I'm not saying you *can't* use click and submit events. If you look at the Enhance readme you can see how (even vanilla extending HTML element works perfectly fine serverside as long as you implement a render method... we call this "implementing an interface"... )
0
0
0
SSR for web components is demonstrably not hard. But I ack maybe it is if you are trying to completely emulate a browser in a backend context. Tonnes of conditionals required to render. So ..don't do that? Backend doesn't have click and submit events for good reasons..
1
0
1
Enhance implements serverside rendering for web components. It's less than 500 LOC, interpreted not transpiled, using the standards compliant parse5 library. You can still upgrade elements clientside (but most don't require that thx to css). No conditionals to render!
2
1
7
It's ok if they aren't right for you. But if you're going to write a lengthy article about it recommend learning about logical fallacies first. It'll make your arguments less cringe to web platform experts. who knows? Maybe your feedback could improve the web for everyone even.
0
0
5
Check out https://t.co/nmbRTJx0Mr to see what you can do. Make sure to test with a performance tool like lighthouse. Vastly better on any metric we can measure.
enhance.dev
The HTML first full stack web framework
1
1
5
Web components are great. 😁
1
2
38
@diervo
Diego Ferreiro Val
1 year
I laugh at all this β€œweb component vs frameworks nonsense” specially from a pragmatic point of view. If we had adopted β€œFramework X” when we rewrote the Salesforce UI a decade ago, they would have been complete fucked right now due to the incompatibility of β€œnew ideas” and the
@claviska
Cory LaViska
1 year
"Frameworks are a testbed for ideas that may or may not work out. We all need to be OK with that. Even framework authors. Especially framework authors. More importantly, we all need to stop being salty when our way isn’t what makes it into the browser." https://t.co/Ph5tTwhMb3
5
7
59
Incredible how much drama and strife there is here for.. *checks notes* ..rendering HTML
1
0
6
@jnunemaker
John Nunemaker
1 year
β€œThe browser is forever.”
0
2
7
@davidand393
David Anderson
1 year
Seesh!! Big numbers from @awscloud - excellent rationale from @donkersgood at @AWScomsum on why #Serverless makes sense.
2
4
13
@WIRED
WIRED
1 year
At Meta’s Connect developer conference, CEO Mark Zuckerberg showed off Orion, a futuristic pair of smart glasses that the company hopes will lead the next foundational shift in personal computing.
1
0
5
@biilmann
Matt Biilmann
1 year
Took us 5 years to land the first million developers. Now 4 years later we crossed 5 million developers on our platform. Come celebrate with us at Netlify Compose! https://t.co/APLC329wnb
Tweet card summary image
netlify.com
Today, Netlify celebrates five million developers. Join us and celebrate on the web, with our celebration site and interactive 3D game.
17
8
133
clientside code should have no concept of auth. either you are authenticated, with an httponly cookie, or you aren't. code delivered should reflect that. if not, good news, there's an opportunity to improve! 😁
3
2
15