What do we look for in a CMS?
A developer outlines key criteria for selecting a Content Management System (CMS), prioritizing client needs, documentation, and user interface.
A developer outlines key criteria for selecting a Content Management System (CMS), prioritizing client needs, documentation, and user interface.
A guide on contributing to open source projects by improving documentation, using a Node.js library example.
A guide encouraging developers to contribute to open-source projects like AngularJS by improving documentation, not just code.
A developer shares their experience contributing to Docker's official documentation by fixing a Windows-specific path issue in the config.json file guide.
A tech consultant explains why clear, professional writing is a critical skill in IT, covering grammar, context, and documentation.
A tutorial on integrating Swagger UI documentation into a .NET Core Web API project using Swashbuckle.
A talk arguing for the importance of code comments, debunking common arguments against them and providing a framework for effective commenting.
A developer's summary of their contributions to the Rust programming language during the IDA Summer of Code 2014, focusing on documentation and code fixes.
Discusses the importance of meeting scribing and documentation as a company scales, offering practical tips for effective note-taking and communication.
A tutorial on configuring the Maven site plugin to generate project documentation using Markdown syntax instead of XDOC or APT.
A guide to automatically generate Adobe Analytics implementation documentation using the RSiteCatalyst R package and the Adobe API.
An FAQ on using gender-neutral language in technical documentation to create inclusive and welcoming communities.
Explains how to use Drupal's Change Records to find API changes and updates when developing for Drupal 8.
Explores how open source projects can engage non-technical contributors, expanding beyond just code to include documentation, feedback, and community building.
An analysis of PostgreSQL's documentation strengths and gaps, proposing improvements for onboarding, tutorials, and developer guides.
A guide to printing R help files directly in the console or within knitr documents using a custom function from the tools package.
The author expresses excitement for Web Platform Docs, a collaborative project by browser vendors to create unified web development documentation.
A critique of AWS based on a Sydney event, focusing on documentation gaps, lack of public roadmap, and suggestions for smaller customers.
A guide to deploying Sphinx documentation projects on Heroku using a custom buildpack for public or private access.
Explains the JavaScript shorthand notation `foo#bar` as an alternative to `foo.prototype.bar` for referring to prototype methods.