Yagiz Nizipli

@yagiznizipli.com

yagiz.co

This is my last day at Cloudflare. I’m incredibly grateful for my time here and for the opportunity to work alongside some of the most talented people in the industry. Thank you to everyone who made this chapter so rewarding. I’ll share what’s coming next week.

To be clear, .env/ini are both kv formats & likely* could use the same internals. What's unergonomic about defining kv options as kvs in config? With JSON I'm forced to write a bunch of extra syntax & still nest NODE_OPTIONS(?) IMO feels like we're putting config in an extra place for no reason

Some things that will (fairly soon) Just Work in Cloudflare Workers: import { readFileSync } from 'node:fs'; readFileSync('/bundle/config'); const r = await navigator.storage.getDirectory(); const tmp = await r.getDirectoryHandle('tmp'); const file = await tmp.getFileHandle('foo',{create:true});

copilot (claude sonnet 4) spent 15 mins writing failing unit tests and modifying irrelevant existing code. i threw it all to trash, writing the tests from scratch myself now. junior devs may not know everything, but they at least know what they don't know. and that makes a whole lot of difference.

We're thrilled to announce the first stable release of Oxlint - version 1.0! Our Rust-powered JavaScript/TypeScript linter delivers 50~100x faster performance than ESLint with 500+ rules and zero configuration required. Time to give it a try! voidzero.dev/posts/announ...

Announcing Oxlint 1.0

The first stable version of Oxlint, a fast & easy-to-use Rust-powered linter for JavaScript and TypeScript, is out. Learn about its 50~100x speed advantage over ESLint, support for 500+ rules, real-wo...

voidzero.dev