Skip to main content
ArticlesProjects
Tag Archive

Articles Tagged: developer-experience

Technical writings, opinionated architectures, and development guides tagged with developer-experience.

Articles4
Est. Read Time42 mins
Categories3
Featured0
Sept 202622 min read
Go

Designing CLIs people want to use

API design is a user experience problem and nobody argues any more. Then we build a CLI and forget all of it. Cobra defaults, which ones are wrong, and what I do instead.

Apr 202611 min read
PHP

Introducing Signal: documentation that lives in your code

Signal is a PHP library that generates living documentation from native attributes. Annotate your classes, run one command, get accurate docs.

Jul 20243 min read
API Development

API Experience

Discover how API Experience affects adoption and why you should prioritize it for your APIs.

Aug 20226 min read
PHP

Working with OS Process in PHP

Learn how to manage and interact with OS processes in PHP for advanced scripting and automation.