ricard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is the private Mastodon instance of Ricard Torres.

Administered by:

Server stats:

2
active users

#Frontend

19 posts13 participants7 posts today

🎙️ 🆕 Frontend Coffee Break

Episode 39: Best practices, standards and guidelines

We discuss how we work with guidelines, standards and best practices at Cognizant Netcentric. Including our very own ESLint and Stylelint open source configurations.

Do you follow any guidelines when coding FE?

Video and audio: frontend.coffee/s1/39

Frontend Coffee BreakFrontend Coffee Break | Ep. #39: Best practices, standards and guidelinesWe discuss how we work with guidelines, standards and best practices at Cognizant Netcentric. Including our very own ESLint and Stylelint open source configurations.Do you follow any guidelines whe...

👨‍💻 Was excited to try and implemented the new and shiny Popover API developer.mozilla.org/en-US/do

When I couldn't position it relative to my parent element I came across this post from @hdv 👀

hidde.blog/positioning-anchore

Which very well explains we can't use Popovers as tooltips for now without JS :blobcat_sadlife:

We need to wait until we have Anchor Positioning in CSS in all browsers caniuse.com/css-anchor-positio

I'm very disappointed 😞

MDN Web DocsPopover API - Web APIs | MDNThe Popover API provides developers with a standard, consistent, flexible mechanism for displaying popover content on top of other page content. Popover content can be controlled either declaratively using HTML attributes, or via JavaScript.

"Why Google Sheets ported its calculation worker from JavaScript to WasmGC  |  web.dev"

"Calculations in Google Sheets were initially done on the server, then on the client in JavaScript, and now on the client in WebAssembly Garbage Collection. This case study explains how and why."

➡️ web.dev/case-studies/google-sh

web.devWhy Google Sheets ported its calculation worker from JavaScript to WasmGC  |  web.devCalculations in Google Sheets were initially done on the server, then on the client in JavaScript, and now on the client in WebAssembly Garbage Collection. This case study explains how and why.