Curated by Wenyi Chu

READ MORE
monday
26 Jul 2021
Web Features That May Not Work As You’d Expect css-tricks.com

I have run into situations like this. Like lazy loading in HTML. It’s easy to drop that attribute onto an image element only to realize… it actually needs more than that to do its thing. We’ll get into that specific one in a moment as we look at a few other features that might not work exactly as you‘d expect.

SHOW MORE
Web Features That May Not Work As You’d Expect
Development
Amazon Web Services In Plain English web3us.com

No matter what you do with AWS you'll probably end up using these services as everything else interacts with them.

SHOW MORE
Amazon Web Services In Plain English
Development
wednesday
21 Jul 2021
How To Migrate From WordPress To A Headless CMS smashingmagazine.com

In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.

SHOW MORE
How To Migrate From WordPress To A Headless CMS
Development
tuesday
20 Jul 2021
Building a Documentation Workflow in Rails honeybadger.io

Good docs make happy customers. But documentation is HARD. You have to figure out what's important and write it up in a way that's tailored to your audiences and consistent across the site. Now you need to set up a website, publish the docs and maintain them as your product changes. Fortunately, we have seasoned technical writer Kate Bartolo here to walk us through the whole process.

SHOW MORE
Building a Documentation Workflow in Rails
Development
monday
19 Jul 2021
Eight Habits of Expert Software Designers: An Illustrated Guide thereader.mitpress.mit.edu

The best designers employ specific habits, learned practices, and observed principles when they work. Here are a few of them.

SHOW MORE
Eight Habits of Expert Software Designers: An Illustrated Guide
Development
thursday
15 Jul 2021
Build a blog with Bridgetown fpsvogel.com

Templates, components, and plugins all in Ruby

SHOW MORE
Development
Refactoring Your Rails App With Service Objects honeybadger.io

Rails apps tend to start simple, with clean models and controllers. Then you start adding features. Before you know it, your models and controllers are big, unwieldy, and hard to understand. Refactoring into service objects is a great way to split these big pieces up, so they're easier to understand, test, and maintain.

SHOW MORE
Refactoring Your Rails App With Service Objects
Development
Creating my logo animation cassie.codes

GreenSock is the best thing that happened to SVG animations since SVG animations.

SHOW MORE
Creating my logo animation
Development
monday
12 Jul 2021
SVG Favicons in Action css-tricks.com

Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?

SHOW MORE
SVG Favicons in Action
Development
Find your way with field data in the Web Vitals extension update web.dev

The Web Vitals extension now shows you where your local experiences are in relation to real user experiences in the field.

SHOW MORE
Find your way with field data in the Web Vitals extension update
Development