/DevTools

Wrangler 2.0 — A New Developer Experience For Cloudflare Workers (Eliminate Cold Starts)

- Ashcon Partovi Sunil Pai tl;dr: We’ve made it much easier to get started with Cloudflare Workers. All you need is a single JavaScript file to run a Worker -- no configuration needed. You don't even need to decide on a name!

featured in #275


Developer Tools Secrets That Shouldn’t Be Secrets

- Christian Heilmann tl;dr: (1) Console is more than log() - it's console.log(width), console.error(), console.trace(), etc... (2) You can log without source access. (3) You can log outside the browser i.e. in the VS Code debugger. (4) You can inject code into any site. And more.

featured in #274


Developer Tools Secrets That Shouldn’t Be Secrets

- Christian Heilmann tl;dr: (1) Console is much more than "log()." (2) You can log without source access – live expressions and logpoints. (3) You can log outside the browser – VS Code debugger. (4) You can inject code into any site – snippets and overrides, and more.

featured in #266


What's New In DevTools (Chrome 92)

- Jecelyn Yeen tl;dr: You can now preview and author CSS Grid with the new CSS Grid editor, and more.

featured in #232


Developer Tools Can Be Magic. Instead, They Collect Dust

- James Koppel tl;dr: James highlights how research is light-years ahead of what’s being deployed and presents three of his favorite tools from the last 30 years, all of which he's tried to use but that don't currently run.

featured in #231


A Day In The Life: Ashley Joost (Principal Software Engineer, Skyscanner)

tl;dr: A Q&A with Ashley Joost, including what’s the best piece of advice you’ve received? Ashley responds "that as a lead, I set the example for how our team operates, performs, and works together. And I’ve taken that with me to every role since then."

featured in #231


Magit 3.0 Released

tl;dr: "Magit is a text-based Git user interface that puts an unmatched focus on streamlining workflows. Commands are invoked using short mnemonic key sequences that take the cursor’s position in the highly actionable interface into account to provide context-sensitive behavior."

featured in #231