Urgent.News

What's breaking now, across thousands of outlets.

More in Tech

Find the AWS Resources Nobody Is Using, and What They Cost You

This article provides a step by step guide to auditing an AWS account for resources nothing is using, pricing each finding from the AWS Price List API, and cleaning up the ones you choose.

  • Zombiescan tool scans AWS for unused resources
  • Identifies unattached network interfaces, idle load balancers, orphaned EBS snapshots
  • Generates detailed report of most expensive unused resources

CSS-Only Custom Elements

There's a quiet trend picking up steam in the web components world: developers using custom-element-shaped markup that never calls customElements.define() .

  • CSS-only custom elements use tag names and styles without JavaScript.
  • Benefits include minimal JavaScript cost, no bundle, and semantic tag names.
  • Example: CSS variables customize a badge component with variants.

More from Monday 21 September →