DevTools.run

DevTools Weekly

A curated newsletter for developers who ship fast. New tools, CSS tricks, coding tips, and productivity hacks โ€” every Tuesday.

Subscribe Free

Free forever. Unsubscribe anytime. No spam, no tracking.

What You Get

๐Ÿ›  New Tools

Curated picks of the best new developer tools, libraries, and frameworks released each week.

๐Ÿ’ก Quick Tips

Bite-sized coding tips you can use immediately. JavaScript, CSS, React, Node.js, and more.

๐ŸŽจ CSS Tricks

Creative CSS techniques, animations, layouts, and design inspiration.

โšก Productivity

Shortcuts, workflows, and tools that save you hours every week.

Sample Issue

๐Ÿ›  Tool of the Week: CSS Grid Generator

Build CSS Grid layouts visually. Adjust columns, rows, gap. Copy generated CSS. Free at devtools.run/css-grid-generator

๐Ÿ’ก Quick Tip: The ?? Operator

Use `value ?? fallback` instead of `value || fallback`. The nullish coalescing operator only falls back on null/undefined, not on 0 or empty string.

๐ŸŽจ CSS Trick: Glassmorphism in 3 Lines

backdrop-filter: blur(10px); background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2);

Built by the creator of DevTools.run (230+ free dev tools) and @solscanitbot (Solana trading bot).