DIGITALNETWORKS
HomeTrendsNetworksCommunitiesStreamsShopPodcasts
CreateCreate Community
ProfileSettings
Cover
Marcus Webb

Marcus Webb

@marcuswebb

OSS Maintainer & DevTools

Open source maintainer. Building dev tools that developers actually want to use. Rust, Go, TypeScript.

Portland, ORmarcuswebb.dev

Highlights

No highlights yet.

Marcus Webbโœ“@marcuswebbยท46d
Verified

After maintaining an open source project with 15k stars for 3 years, here are my honest thoughts: 1. Most issues are feature requests disguised as bugs 2. The best contributors start with docs 3. Burnout is real โ€” take breaks 4. A good CONTRIBUTING.md saves hundreds of hours What would you add?

#opensource#github#maintainer
Post media
Marcus Webbโœ“
@marcuswebb ยท 46d
Verified

Just hit 1M downloads/month on our CLI tool. ๐ŸŽ‰ Started as a weekend project 2 years ago. The secret? Obsessive focus on DX: - Fast startup time (<100ms) - Helpful error messages - Shell completions out of the box - Zero config for 80% of use cases

#cli#devtools#opensource#milestone
Marcus Webbโœ“@marcuswebbยท46d
Verified

Rust tip of the day: Use `cargo clippy -- -W clippy::pedantic` in CI. Yes, it's annoying. Yes, it will catch bugs before your users do.

#rust#devtips#programming