Trying Out Slack Code: Open Development on Slack

Slack Code brings open, team-wide development into Slack. Instead of DMs and threads, you create a special channel called a code channel and work with a coding agent as a whole team. Here is what it was like to actually try it out.

Implementing Masonry Layouts with CSS Grid Lanes

CSS Grid Lanes is a layout method that packs items of differing heights into multiple lanes without gaps. Setting `display: grid-lanes` lets you build a Masonry layout without JavaScript. This article covers the basics of the syntax.