Curated by Wenyi Chu

READ MORE
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
thursday
10 Jun 2021
Building a color scheme web.dev

A foundational overview of how to establish a dynamic and configurable color scheme

Amazing and detailed, 100% recommend

SHOW MORE
Building a color scheme
Development
CSS size-adjust for @font-face web.dev

As a web font loads, you can now adjust its scale, to normalize the document font sizes and prevent layout shift when switching between fonts

SHOW MORE
CSS size-adjust for @font-face
Development