Curated by Wenyi Chu

READ MORE
thursday
17 Jun 2021
Blibli's PWA generates 10x more revenue per user than their previous mobile website web.dev

How Blibli achieved a 42% reduction in bounce rate, an 8x improvement in mobile conversion rate, and 2.5x more pages per session.

SHOW MORE
Blibli's PWA generates 10x more revenue per user than their previous mobile website
Development
Improving Cumulative Layout Shift at Telegraph Media Group web.dev

Within a couple of months the leading UK news website managed to improve their 75th percentile CLS by 250% from 0.25 to 0.1.

SHOW MORE
Improving Cumulative Layout Shift at Telegraph Media Group
Development
wednesday
16 Jun 2021
Scaling relational SQL databases stribny.name

Many applications today still rely on traditional SQL databases like MySQL, MariaDb or PostgreSQL for data storage and data processing. With the growing amount of data and new workloads that are made with this database systems, we often find ourselves in situations where we need to think about scaling such systems.

SHOW MORE
Development
Say Hello To CSS Container Queries ishadeed.com

I haven’t been more excited for a CSS feature like I’m now in the past six years I spent as a front-end developer. The prototype of container queries is now available behind a flag in Chrome Canary. Thanks to efforts from smart people like Miriam Suzanne and other folks.

SHOW MORE
Say Hello To CSS Container Queries
Development
Media Queries in Times of @container mxb.dev

With container queries now on the horizon - will we need media queries at all? Is there a future where we build responsive interfaces completely without them?

SHOW MORE
Media Queries in Times of @container
Development
Introducing Astro: Ship Less JavaScript astro.build

There's a simple secret to building a faster website — just ship less.

Unfortunately, modern web development has been trending in the opposite direction—towards more. More JavaScript, more features, more moving parts, and ultimately more complexity needed to keep it all running smoothly.

SHOW MORE
Introducing Astro: Ship Less JavaScript
Development
tuesday
15 Jun 2021
WordPress 5.8 Introduces Support for WebP Images wptavern.com

WebP support is coming to WordPress 5.8. This modern image file format was created by Google in September 2010, and is now supported by 95% of the web browsers in use worldwide. It has distinct advantages over more commonly used formats, providing both lossless and lossy compression that is 26% smaller in size compared to PNGs and 25-34% smaller than comparable JPEG images.

SHOW MORE
WordPress 5.8 Introduces Support for WebP Images
Development
sunday
13 Jun 2021
Disasters I've seen in a microservices world world.hey.com

When Martin Fowler's post about microservices came out in 2014, the teams where I worked were already building service-oriented architectures. That post and the subsequent hype made their way into almost every software team in the world. The "Netflix OSS stack" was the coolest thing back then, allowing engineers worldwide to leverage Netflix's lessons in distributed systems. More than six years later, if we look into software engineering jobs right now, most of them talk about a microservices' architecture.

SHOW MORE
Disasters I've seen in a microservices world
Development
Glue: the Dark Matter of Software blog.metaobject.com

"Software seems 'large' and 'complicated' for what it does". I keep coming back to this quote by Alan Kay.

SHOW MORE
Development
Adding Shadows to SVG Icons With CSS and SVG Filters css-tricks.com

The trick to applying a shadow directly to SVG via CSS filters is the drop-shadow() function

SHOW MORE
Adding Shadows to SVG Icons With CSS and SVG Filters
Development