Direct link to the article AWS Lambdas: Easy, Easier, Easiest

AWS Lambdas: Easy, Easier, Easiest

Direct Link

I’d say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherit isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud provider offers them, but AWS Lambda was the OG and remains the leader. But also: […]

Avatar of Chris Coyier
Shared by Chris Coyier on
Direct link to the article border-block

border-block

border-block is a CSS logical shorthand property that combines border-block-color, border-block-style, and border-block-width into a single declaration.

.element {
  border-block: 5px solid red;
  writing-mode: horizontal-tb;
}

border-block is the logical equivalent to physical properties including border-top and border-bottom

Avatar of Joel Olawanle
Joel Olawanle on
Keep browsing in the archives