Ademola Thompsonsuperhero.hashnode.dev·Jan 8, 2025Understanding User Needs in Technical Writing: How Frameworks Like Diátaxis HelpSuccess in technical documentation is often measured by how helpful a document is to the end user (or reader). Many technical documents have a section on each page for users to give feedback and suggestions on improving the document. This shows that ...10 likesdiataxis
Abhijit Gadhaveabhigadhave97.hashnode.dev·Jan 5, 2025Make a habit of reading documentation, design docsOne thing I missed during my initial days was reading the company’s internal design docs and documentation. During my internship, I didn’t understand many things, so I frequently asked my mentor and colleagues for help. Looking back now, I feel it wa...11 likes·42 readstehnology
Owanate Amachreeblog.theowanateamachree.com·Dec 18, 2024Content Inventory and Planning for DocsAccording to Kontent AI, Content Taxonomy refers to a scheme of classification used to organise and categorise content. Simply put, it’s a list of terms that helps you manage all files and assets in a content repository. It usually comprises three pa...Beyond DX: Building World-Class Developer Documentation for Web3content inventory
Sadra Yahyapourblog.imsadra.me·Nov 23, 2024I Switched to Hashnode DocsA few months ago, Hashnode launched a new app called "Docs", and I decided to move the documentation of one of my open-source projects to Hashnode. https://pyaction.imsadra.me/docs Working with it is as simple as writing blogs on Hashnode but in an...31 likes·103 readsHashnode
Owanate Amachreeblog.theowanateamachree.com·Nov 14, 2024A Guide to Information Architecture and Taxonomy Structure for Web3 DocsAccording to the Interaction Design Foundation, Information architecture (IA) is the discipline of making information findable and understandable. It includes searching, browsing, categorising and presenting relevant and contextual information to hel...Beyond DX: Building World-Class Developer Documentation for Web3Web3
Tshepisoeverydaydev.hashnode.dev·Sep 17, 2024Becoming an Excellent at documentation: A Non-Writer's GuideHi, I am Tshepiso. This post is my newsletter EverydayDev .Each issue contains a summary of a talk I have watched from a tech conference. Programming isn’t about what you know; it’s about what you can figure out. Hey digital Pals! 🍁 This week I ...docs
Vitor Amaralblog.basestack.co·Sep 16, 2024The Best Terminals for Mac in 2024When it comes to development on a Mac, having the right terminal application can make a significant difference in your productivity and efficiency. Whether you're looking for advanced features, customization options, or just a more intuitive interfac...58 readsDevBytesdocs
Fazle RahmanforOfficial blog by Hashnodehashnode.com·Aug 28, 2024Announcing — Docs by Hashnode: The content engine for API and product documentation ✨ 📃Today is a big day for Hashnode. Millions of developers use Hashnode daily to read and share stories. We've always been focused on providing the best platform for developers and teams to run and host their blogs. Our goal has always been to help ind...Hashnode
Victoria Drakevictoriadrake.hashnode.dev·Aug 27, 2024How to Create Technical Documentation Using ChatGPTNo need to print out stacks of code when conversational AI can summarize it for you. (Photo is Margaret Hamilton, a computer scientist who played a crucial role in developing the software for the Apollo space program at NASA, standing next to a tower...docs
Vikram AruchamyforfreeCodeCampfreecodecamp.org·Aug 13, 2024How to Merge Word Documents in Python – Three Effective Methods with ExamplesIn today's fast-paced work environment, automation is crucial for optimizing your repetitive tasks and enhancing your productivity. Deploying Python functions to automate the merging of multiple Word documents into a single, cohesive file can help yo...Python