A web space community that focuses on building websites for self-expression and creativity, made up of professionals, hobbyists, and enthusiasts of the personal web.| 32bit.cafe
Recently I built and open sourced a sample application called changelogs.md. The application watches for open source packages on NPM, RubyGems, and PyPI. When a package is added or updated it crawls any changelog found in the package source code.| nathanpeck.com
The blog underscores the importance of API documentation, illustrated through a fictional story about a developer's disruptive unannounced changes. It then highlights key API documentation tools, emphasizing Treblle's automated OpenAPI system.| Treblle Blog
Versioning is one of the many hard problems when it comes to writing software. There is no one correct way to do it, and all have various tradeoffs. After reading keep a changelog, I was inspired to implement this into a couple of CLI tools that I am working on at the moment: Flagon (feature flags on the CLI, for CI usage), and Cas (Content Addressable Storage for Make), but I also wanted to solve my versioning and release process.| andydote.co.uk
A collection of conventions and best practices for your software projects. Softver version conventions, using git, best practices on building maintainable systems.| TMSVR - Dev Blog