Same code, same infrastructure, different context. Web performance is sometimes an ‘us thing’ and sometimes a ‘them thing’. For better or worse, we have a responsibility to cater to both.
06.08.2025 16:10 — 👍 6 🔁 5 💬 0 📌 0
Have you used yield patterns in your projects? I’d love to hear your experiences.
06.08.2025 19:29 — 👍 1 🔁 0 💬 0 📌 0
How To Improve INP: Yield Patterns
Detailed insights into patterns like await-interaction-response, yieldToMain, yieldUnlessUrgent & tips for faster Interaction-to-Next-Paint (INP).
I’m currently conducting a Web Perf Review for a client, and it’s the perfect excuse to revisit @kurtextrem.de’s brilliant article “How To Improve INP: Yield Patterns.”
Hands down, one of the best reads out there if you want to truly understand and apply this pattern
#WebPerf #INP #CoreWebVitals
06.08.2025 19:29 — 👍 5 🔁 1 💬 1 📌 0
GitHub - slightlyoff/wpt-embed: Web Components for displaying WPT traces, and scripts for saving them for display
Web Components for displaying WPT traces, and scripts for saving them for display - slightlyoff/wpt-embed
If you liked the embedded WebPageTest.org traces in my latest blog[1], I cleaned up the code and wrote some docs for it:
github.com/slightlyoff/wpt-…
You can grab it via NPM:
npmjs.com/package/@slightl…
[1]: infrequently.org/2025/06/conferen…
29.06.2025 22:30 — 👍 22 🔁 5 💬 1 📌 0
Two-panel meme. In the first panel, a “Designer” character is secretly handing an “SVG” file to a “Developer” during a test. In the second panel, the developer looks frustrated while staring at a long block of embedded base64 image code inside the SVG file. The humor highlights the pain of receiving an SVG file that contains large, unreadable base64 image data instead of clean vector code.
15.07.2025 17:52 — 👍 6 🔁 0 💬 0 📌 0
Screenshot of an SVG file that includes an embedded image using base64 encoding. The image is inserted directly within the <image> tag using the xlink:href attribute, rather than linking to an external file. This means the entire image is stored inside the SVG as base64 data.
#WebPerfTip Avoid embedding raster images directly in SVGs
ℹ️ In this case, the image is a vector graphic
#WebPerf #Perfomance #WPO #ImagePerf
15.07.2025 17:52 — 👍 0 🔁 0 💬 1 📌 0
SpeedCurve | Why you need to know your site's performance plateau (and how to find it)
Have you ever wondered why your site got faster, but your business and user engagement metrics didn't change? Here's why.
This essential post by @tammyeverts.com chimes with my experiences; teams I talk with don't understand that there are huge gains to be had when they finally get perf under thresholds that they think of as "impossible" with today's JS-laden stacks:
speedcurve.com/blog/web-perform…
13.07.2025 18:52 — 👍 27 🔁 10 💬 1 📌 0
Thanks for all the performance tips & knowledge you shared with us @perf.reviews. Great storytelling & rhythm, hidden gems, and very concrete materials.
@backmarketeng.bsky.social folks were captivated, and locked on the leads you provided.
Highly recommended!
15.07.2025 10:04 — 👍 4 🔁 2 💬 0 📌 0
How much vacation days do you get at your new job? Since it is a US company the vacation laws are very different from EU, no? In EU we enjoy 20 days of paid vacation time.
it’s very generous!
i think, just as now, the main problem will be ensuring i take holiday - and not coding while in holiday 😭
(actually i find i come up with the best ideas when i’m somewhat offline)
roe.dev/ama
#ama
12.07.2025 20:29 — 👍 11 🔁 1 💬 2 📌 0
Modularity
"The secret to building large apps is never to build large apps. Break your applications into small pieces. Then, assemble those testable, bite-sized pieces into your big application." [Justin Meyer]
One of the key principles of building large JavaScript applications is to modularize and componentize code. This can be described as dividing an application into small, independent modules or components that can be developed and tested independently.
"The secret to building large apps is never to build large apps. Break your applications into small pieces. Then, assemble those testable, bite-sized pieces into your big application."
12.07.2025 07:40 — 👍 4 🔁 0 💬 2 📌 0
YouTube video by Jad Joubran
CSS "if conditions" are here! 🔥
CSS now has "if conditions"!
Check out how you can create media() and style() if conditions :D
#css
07.07.2025 15:29 — 👍 4 🔁 1 💬 0 📌 0
The Case for Software Craftsmanship in the Era of Vibes - Zed Blog
From the Zed Blog: Working toward genuine, quality software in an era where code production is not the constraint anymore.
The Case for Software Craftsmanship in the Era of Vibes
As software engineers, we should measure our contribution not in lines of code generated, but in reliable, well-designed systems that are easy to change and a pleasure to use.
zed.dev/blog/softwar...
06.07.2025 06:04 — 👍 10 🔁 8 💬 0 📌 0
SPDY RECAP in 60 seconds: Estela Franco @guaca.bsky.social shares potential impact of Early Hints at Shopify
🎥 Full Video: www.youtube.com/watch?v=d0EC...
09.06.2025 10:32 — 👍 4 🔁 3 💬 1 📌 0
GitHub - anthropics/prompt-eng-interactive-tutorial: Anthropic's Interactive Prompt Engineering Tutorial
Anthropic's Interactive Prompt Engineering Tutorial - anthropics/prompt-eng-interactive-tutorial
👉 @anthropic.com's Prompt Engineering Interactive Tutorial
- Structure of a good prompt
- Common failure modes and learn the '80/20' techniques to address them
- Understand Claude's strengths and weaknesses
- Build strong prompts from scratch
github.com/anthropics/p...
#AI #PromptEngineering
07.06.2025 20:32 — 👍 4 🔁 0 💬 1 📌 0
@carlosazaustre.bsky.social
07.06.2025 18:42 — 👍 1 🔁 0 💬 0 📌 0
bbrew installed screenshot
Bold Brew (bbrew) - A Homebrew TUI Manager
github.com/Valkyrie00/b...
#CLI #TUI #CommandLine
04.06.2025 05:44 — 👍 3 🔁 2 💬 0 📌 0
YouTube video by Chrome for Developers
Record and analyze a performance trace #DevToolsTips
Record and analyze a performance trace #DevToolsTips
www.youtube.com/watch?v=7A70...
#WebPerf #PerfTools
30.05.2025 23:16 — 👍 3 🔁 2 💬 0 📌 0
YouTube video by Chrome for Developers
How to style console logs: Color and more! #DevToolsTips
How to style console logs: Color and more! #DevToolsTips
www.youtube.com/watch?v=01TC...
30.05.2025 15:20 — 👍 1 🔁 0 💬 0 📌 0
YouTube video by Chrome for Developers
Performance debugging in DevTools
Performance debugging in DevTools
youtu.be/BHqxD9qr6Gw?...
#WebPerf #Perfomance #DevTools #PerfDebugging
28.05.2025 21:03 — 👍 2 🔁 0 💬 0 📌 0
YouTube video by Chrome for Developers
Practical built-in AI with Gemini Nano in Chrome
Practical built-in AI with Gemini Nano in Chrome
www.youtube.com/watch?v=CjpZ... by @tomayac.com
#AI #ArtificialIntelligence #Chrome #WebAI
28.05.2025 17:35 — 👍 2 🔁 1 💬 0 📌 0
YouTube video by Una Kravets
CSS if() functions & reading-flow (in Chrome 137)
CSS if() functions & reading-flow (in Chrome 137)
www.youtube.com/watch?v=Apn8... by @una.im
#CSS #Web #Chrome
28.05.2025 16:22 — 👍 0 🔁 0 💬 0 📌 0
🔥 Simpler browser support info has landed in VS Code!
Hover over any CSS property or HTML element or attribute and now you'll see its Baseline status
📝 web.dev/blog/baselin...
21.05.2025 15:58 — 👍 36 🔁 6 💬 2 📌 0
🚨 Calling all web experts! 🚨
The 2025 Web Almanac is still open for contributors!
Know someone perfect for it? Mention them here and help us reach the right folks. 🙌
📢 Please help us spread the word!
🔗 Learn more: github.com/HTTPArchive/...
19.05.2025 04:52 — 👍 25 🔁 22 💬 0 📌 4
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools.
https://modelcontextprotocol.io/
CEO | founder @ kaidev.io: Building fast, reliable, and high-quality software.
👨🍼>> λ >>☕️>>🚴♂️
Freelance Web/3D Artist.
Contact me: mail@amagi.dev
Blog: https://engineering.backmarket.com/
Staff Engineer at Back Market
hi, I'm amos! 🍃 they/them 🫐 open-source witch & maker of snappy videos and articles at @bearcove.eu ✨ be kind, be curious
articles: https://fasterthanli.me
videos: https://youtube.com/@fasterthanlime
podcast: https://sdr-podcast.com
SE @buffer.com Ex-@NewRelic Ex-@ThoughtWorks | Crafting https://palabreja.com & http://voices.ink
He/Him
React core team • Forbes 30 worst over 30
Host, ConTejas Code Podcast. Best Selling Author, Fluent React. Keynote Speaker. Investor. Advisor.
Tasty Treats for Web Developers with @wesbos.com @tolin.ski and @w3cj.com
Brought to you by @sentry.io
🦄 CSS Modules co-creator / 💿 Remix + React Router at Shopify / 🧁 Vanilla Extract / MelbJS organiser / dad x4
Software Engineer @MongoDB • formerly @elastic @thoughtworks
Building @palabreja.com & voices.ink
she/her
(semi) professional goth. Full-time idiot with a computer. Tech SEO & Dev at tamethebots.com #Webdev #TechSEO
https://jswhisperer.uk/
https://dev.to/jswhisperer/
https://www.linkedin.com/in/jswhisperer/
https://x.com/fullstack_js meetup
Web. performance consultant (Pagespeed.cz), front-end developer, printfluencer.
#webperf #frontenddev #3Dprint
🐘 pm at databricks
👨🏫 frontend masters teacher
👨💻 prev stripe, microsoft, netflix, reddit, snowflake
👨🎓 seattle university mba
🐻 sacramento, ca
Building @joggr.bsky.social
🗽 I live in #nyc, currently trudging around Manhattan 🏙️
🏃 I'm the CTO & Co-Founder of @joggr.bsky.social
🧑💻 I write code with #JavaScript, #TypeScript, #rust & ☕️
🦄 I love building #devtools
🌐 https://zrosenbauer.com/
Sube de nivel. Haz código más mantenible, escalabe y testable 🤟 |
Codely enseña y entretiene 😊 |
https://beacons.ai/codelytv
Open and composable observability.
https://grafana.com/