Ricard Torres · @ricard
420 followers · 2177 posts · Server ricard.social

💜 Loved this new video about

I have been advocating for instead of going full TS for years.

➡️ youtube.com/watch?v=5ChkQKUzDC

#fireship #typescript #jsdoc #Frontend #JavaScript #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
414 followers · 2128 posts · Server ricard.social

🆕 Frontend Coffee Break 🎧

Episode 20: Is Mobile First still a thing in 2023?

Is the mobile-first mindset still relevant in the world of development?

Today we discuss the best practices and approaches for developing websites and apps for mobile devices.

➡️ frontendcoffeebreak.transistor

#podcast #Frontend #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
411 followers · 2082 posts · Server ricard.social

Are there even cases were implementations of a :javascript: behavior where CSS performs worse than JS?

"A case study on scroll-driven animations performance"

➡️ developer.chrome.com/blog/scro

#css #JavaScript #Frontend #WebPerformance #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
407 followers · 2044 posts · Server ricard.social

"How Back/forward Cache Helped Yahoo! JAPAN News Increase Revenue by 9% on Mobile"

➡️ web.dev/yahoo-japan-news-bfcac

#WebPerformance #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
408 followers · 2036 posts · Server ricard.social

🆕 FE Coffee Break

In this episode Chucho and I have invited our colleague Ines Akrap, Senior Web Performance Engineer, for insights into Core Web Vitals in 2023.

Listen or watch:

➡️ frontendcoffeebreak.transistor

#podcast #Frontend #WebPerformance

Last updated 1 year ago

Ricard Torres · @ricard
396 followers · 2006 posts · Server ricard.social
Ricard Torres · @ricard
390 followers · 1980 posts · Server ricard.social

This is very nice! Look at this optional chaining proposal :javascript:

obj?.prop = value;

Which would be equivalent to:

if (obj) obj.prop = value;

I need this :blobcataww:

➡️ github.com/nicolo-ribaudo/prop

#Frontend #JavaScript

Last updated 1 year ago

Ricard Torres · @ricard
388 followers · 1973 posts · Server ricard.social

"A Pure CSS 3D Maze! - Chrome only"

➡️ codepen.io/ivorjetski/pen/poQp

:css3:

#Frontend #css

Last updated 1 year ago

Ricard Torres · @ricard
378 followers · 1950 posts · Server ricard.social
Ricard Torres · @ricard
375 followers · 1918 posts · Server ricard.social

🎙️ The Frontend Coffee Break

Episode 17: How to work with images on the web in 2023

🎧 Both audio and video can be found here ➡️ frontendcoffeebreak.transistor

#podcast #webdevelopment #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
370 followers · 1865 posts · Server ricard.social

"State of the CSS Community | Una Kravets | CSS Day 2023"

➡️ youtube.com/live/TVkwiUFbtyQ?f

:css3:

#css #Frontend #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
370 followers · 1860 posts · Server ricard.social
Ricard Torres · @ricard
366 followers · 1828 posts · Server ricard.social

"How to optimize web responsiveness with Interaction to Next Paint"

➡️ youtube.com/watch?v=KZ1kxzsJZ5

:javascript:

#WebPerformance #Frontend #JavaScript #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
365 followers · 1823 posts · Server ricard.social

Thoughts on not using any JS client to do queries?

I feel I can get by just fine by using fetch :blobfoxthinkanime:

What's your take?

:javascript:

#graphql #JavaScript #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
363 followers · 1803 posts · Server ricard.social

These reads are always interesting 👇

"300ms Faster: Reducing Wikipedia's Total Blocking Time"

"How two simple steps improved the responsiveness of Wikipedia's mobile site"

➡️ nray.dev/blog/300ms-faster-red

#WebPerformance #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
363 followers · 1781 posts · Server ricard.social

"Conditional CSS with :has and :nth-last-child"

"A modern look at how to combine CSS :has, :nth-last-child, and style queries to create dynamic components."

➡️ ishadeed.com/article/condition

:css3:

#Frontend #css #webdevelopment

Last updated 1 year ago

Ricard Torres · @ricard
363 followers · 1780 posts · Server ricard.social

"VanJS (Vanilla JavaScript) - A 1.2kB Reactive UI Framework without JSX"

➡️ vanjs.org/

:javascript:

#JavaScript #webdevelopment #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
362 followers · 1774 posts · Server ricard.social

The Frontend Coffee Break

Ep. 15: Is progressive enhancement worth it?

Video ➡️ youtube.com/watch?v=juH-nXok7p

Audio ➡️ frontendcoffeebreak.transistor

#podcast #webdevelopment #Frontend

Last updated 1 year ago

Ricard Torres · @ricard
346 followers · 1629 posts · Server ricard.social

First time hearing about WebGPU API 🤔

"What's New in WebGPU (Chrome 113)"

"WebGPU ships in Chrome with WebCodecs integration in origin trial."

➡️ developer.chrome.com/en/blog/n

➡️ developer.mozilla.org/en-US/do

:javascript:

#Frontend #webdevelopment #JavaScript

Last updated 1 year ago

Ricard Torres · @ricard
345 followers · 1624 posts · Server ricard.social

For iOS and iPadOS 16.4

"Badging for Home Screen Web Apps"

➡️ webkit.org/blog/14112/badging-

#iOS #webdevelopment #Frontend

Last updated 1 year ago