José M. Pérez

José M. Pérez

Engineer at Facebook and GDE in Web Techologies. Ex Spotify.

Hiding the outline or :focus ring in an accessible way

Last week I came across Removing that ugly :focus ring (and keeping it too). It’s a really good post about outline, that CSS property lots of devs tend to hide. The post explains some a11y-friendly alternatives to not display it, and show it when needed.

Continue reading about Hiding the outline or :focus ring in an accessible way...

Reading List

This is a list of some posts and talks I have read and watch during the last days. I write it to keep track of interesting content for myself, but you might also find it useful.

Continue reading about Reading List...

The (mobile) web is making a come-back

The web ecosystem is maturing and every day we understand better how to architecture large and maintainable web applications. We also understand what makes our sites slower and are coming up with solutions to overcome this.

Building a complex site that can work on slow networks is a challenge. One that some companies have decided to accept without fear and share with the developer community.

Continue reading about The (mobile) web is making a come-back...

PerformanceObserver and Paint Timing API

In a recent post about Chrome 60 Beta, Google announced the support of the Paint Timing API to get metrics on when your page starts rendering and when the user gets content that can be consumed (more info on the definition of the events below). Here I’m going to describe this new API a bit and show you how to use it.

Continue reading about PerformanceObserver and Paint Timing API...

Speaking at JSDayES 2017

I just attended JSDayES 2017 in Madrid, where I gave my talk about images and web performance. It feels great to be back to the same venue where I gave my first talk 4 years ago in SpainJS with Tomás Pérez, who also made it to the event.

I have caught up with lots of colleagues I used to work with in Tuenti, and lots of JS devs from the Spanish community. There is a lot going on in Madrid and the rest of Spain, with very interesting companies building awesome products.

Continue reading about Speaking at JSDayES 2017...

Playing with the Spotify Connect API

Spotify released recently a set of endpoints in beta to fetch information of what is playing and send playback commands. This allows for a wide range of integrations and I wanted to hack a bit with it.

Spotify Connect

Continue reading about Playing with the Spotify Connect API...

Speaking at Render Oxford 2017

I just attended Render 2017, where I gave a talk about images and web performance. It’s my first time in Oxford and I was impressed by its beauty. The organisation was great and I had a lot of fun.

The Render Conf 2017 sign by the entrance of King's Centre

Continue reading about Speaking at Render Oxford 2017...

More examples of Progressive Image Loading

In a past post I dissected a technique used by Medium to display images, transitioning from a blurry image to the final one. Since then I have found some more sites following a similar approach. Let’s see how Quora, Quartz and Clicktorelease do it.

Continue reading about More examples of Progressive Image Loading...

SSL, HTTP/2, Service Worker, Offline Mode? This blog has all of them

I usually see myself spending more time migrating from one setup to another one than writing valuable content. After all, I consider my blog a playground where I try some concepts.

It is still not very over-engineered and being open sourced and available on GitHub I thought someone could benefit from it.

Continue reading about SSL, HTTP/2, Service Worker, Offline Mode? This blog has all of them...

Reading List

I have decided to collect some of the best posts and articles I have read during last days. It is inspired by Bruce Lawson’s reading lists and web development newsletters. I write it to keep track of interesting content for myself, but you might also find it useful.

Continue reading about Reading List...